Files
iTop/test/composer.json
bruno-ds 80cb3a11db [WIP][POC] the PhpUnit tests can now build and use various environments
drawbacks: the application startup was emulated since it is not compatible with a custom env. when launched with the CLI (it rely on the session in an incompatible way)
2021-04-09 17:29:18 +02:00

14 lines
196 B
JSON

{
"require": {
"phpunit/phpunit": "^6"
},
"autoload": {
"psr-4": {
"": "src/",
"Combodo\\iTop\\Test\\TestUtils\\": "testUtils/"
}
}
}