mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
PHPunit is now integrated through composer (inside the directory /test)
SVN:trunk[5776]
This commit is contained in:
10
test/composer.json
Normal file
10
test/composer.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"require": {
|
||||
"phpunit/phpunit": "^6"
|
||||
},
|
||||
|
||||
"autoload": {
|
||||
"psr-4": { "": "src/" }
|
||||
}
|
||||
|
||||
}
|
||||
1475
test/composer.lock
generated
Normal file
1475
test/composer.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user