@@ -32,19 +32,19 @@ public function test(): void
3232
3333 $ this ->runCommand ('php bin/composer-dependency-analyser ' , $ rootDir , 0 , $ okOutput , $ usingConfig );
3434 $ this ->runCommand ('php bin/composer-dependency-analyser --verbose ' , $ rootDir , 0 , $ okOutput , $ usingConfig );
35- $ this ->runCommand ('php ../bin/composer-dependency-analyser ' , $ testsDir , 255 , null , $ noComposerJsonError );
35+ $ this ->runCommand ('php ../bin/composer-dependency-analyser ' , $ testsDir , 1 , null , $ noComposerJsonError );
3636 $ this ->runCommand ('php bin/composer-dependency-analyser --help ' , $ rootDir , 0 , $ helpOutput );
3737 $ this ->runCommand ('php ../bin/composer-dependency-analyser --help ' , $ testsDir , 0 , $ helpOutput );
3838 $ this ->runCommand ('php ../bin/composer-dependency-analyser --version ' , $ testsDir , 0 , $ versionOutput );
3939 $ this ->runCommand ('php bin/composer-dependency-analyser --composer-json=composer.json ' , $ rootDir , 0 , $ okOutput , $ usingConfig );
40- $ this ->runCommand ('php bin/composer-dependency-analyser --composer-json=composer.lock ' , $ rootDir , 255 , null , $ noPackagesError );
41- $ this ->runCommand ('php bin/composer-dependency-analyser --composer-json=README.md ' , $ rootDir , 255 , null , $ parseError );
42- $ this ->runCommand ('php ../bin/composer-dependency-analyser --composer-json=composer.json ' , $ testsDir , 255 , null , $ noComposerJsonError );
40+ $ this ->runCommand ('php bin/composer-dependency-analyser --composer-json=composer.lock ' , $ rootDir , 1 , null , $ noPackagesError );
41+ $ this ->runCommand ('php bin/composer-dependency-analyser --composer-json=README.md ' , $ rootDir , 1 , null , $ parseError );
42+ $ this ->runCommand ('php ../bin/composer-dependency-analyser --composer-json=composer.json ' , $ testsDir , 1 , null , $ noComposerJsonError );
4343 $ this ->runCommand ('php ../bin/composer-dependency-analyser --composer-json=../composer.json --config=../composer-dependency-analyser.php ' , $ testsDir , 0 , $ okOutput , $ usingConfig );
4444 $ this ->runCommand ('php bin/composer-dependency-analyser --composer-json=composer.json --format=console ' , $ rootDir , 0 , $ okOutput , $ usingConfig );
4545 $ this ->runCommand ('php bin/composer-dependency-analyser --composer-json=composer.json --format=console --dump-usages=symfony/* ' , $ rootDir , 1 , $ dumpingOutput , $ usingConfig );
4646 $ this ->runCommand ('php bin/composer-dependency-analyser --composer-json=composer.json --format=junit ' , $ rootDir , 0 , $ junitOutput , $ usingConfig );
47- $ this ->runCommand ('php bin/composer-dependency-analyser --composer-json=composer.json --format=junit --dump-usages=symfony/* ' , $ rootDir , 255 , null , $ junitDumpError );
47+ $ this ->runCommand ('php bin/composer-dependency-analyser --composer-json=composer.json --format=junit --dump-usages=symfony/* ' , $ rootDir , 1 , null , $ junitDumpError );
4848 }
4949
5050 private function runCommand (
0 commit comments