mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-15 21:55:09 -05:00
f502810f43
It seems that Atoum doesn't find the class to be tested when running `./console tests:unit` ==> Error E_USER_ERROR in /home/vjousse/usr/src/php/poche/tests/unit/Entry.php on unknown line, generated by unknown file: Tested class 'Entry' does not exist for test class 'tests\unit\Entry'
13 lines
295 B
JSON
13 lines
295 B
JSON
{
|
|
"require": {
|
|
"silex/silex": "~1.1",
|
|
"atoum/atoum" : "dev-master",
|
|
"twig/twig": ">=1.8,<2.0-dev",
|
|
"symfony/twig-bridge": "~2.3",
|
|
"knplabs/console-service-provider": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Poche\\": "src/" }
|
|
}
|
|
}
|