PHPunit is now integrated through composer (inside the directory /test)

SVN:trunk[5776]
This commit is contained in:
Bruno Da Silva
2018-05-04 16:13:26 +00:00
parent e74b23f305
commit 56d625b7b9
2 changed files with 1485 additions and 0 deletions

10
test/composer.json Normal file
View File

@@ -0,0 +1,10 @@
{
"require": {
"phpunit/phpunit": "^6"
},
"autoload": {
"psr-4": { "": "src/" }
}
}

1475
test/composer.lock generated Normal file

File diff suppressed because it is too large Load Diff