mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
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)
14 lines
196 B
JSON
14 lines
196 B
JSON
{
|
|
"require": {
|
|
"phpunit/phpunit": "^6"
|
|
},
|
|
|
|
"autoload": {
|
|
"psr-4": {
|
|
"": "src/",
|
|
"Combodo\\iTop\\Test\\TestUtils\\": "testUtils/"
|
|
}
|
|
}
|
|
|
|
}
|