jquery.ajax-combobox
Version:
jQuery plugin to create a text box which can auto-complete and pull-down-select.
16 lines • 424 B
text/xml
<phpunit bootstrap="./vendor/autoload.php">
<testsuites>
<testsuite name="jquery.ajax-combobx">
<file>./test/php/AjaxComboBoxTest.php</file>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>./dist/php</directory>
<exclude>
<file>./dist/php/jquery.ajax-combobox.php</file>
<file>./dist/php/bitly.php</file>
</exclude>
</whitelist>
</filter>
</phpunit>