PSR-4, Composer and PHPUnit autoloading

This commit is contained in:
Vincent 2017-02-03 14:35:57 -05:00
parent 3161c8e661
commit e35e2f3e0f
5 changed files with 38 additions and 5 deletions

4
phpunit.xml Normal file
View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="./vendor/autoload.php">
<directory>./tests</directory>
</phpunit>