Files

copied

There are no circuits or boards in this repository.

Last update 5 years 4 months by Allan Chang
Files
src
tests
.gitignore
.travis.yml
README.md
composer.json
phpunit.xml
phpunit.xml
<?xml version="1.0" encoding="UTF-8"?> <phpunit colors="true" verbose="true" stopOnFailure="false" bootstrap="./vendor/autoload.php"> <testsuites> <testsuite name="AliexApi Test Suite"> <directory suffix=".php">./tests/</directory> </testsuite> </testsuites> </phpunit>
Report a bug