@@ -32,19 +32,19 @@ public function test(): void
32
32
33
33
$ this ->runCommand ('php bin/composer-dependency-analyser ' , $ rootDir , 0 , $ okOutput , $ usingConfig );
34
34
$ 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 );
36
36
$ this ->runCommand ('php bin/composer-dependency-analyser --help ' , $ rootDir , 0 , $ helpOutput );
37
37
$ this ->runCommand ('php ../bin/composer-dependency-analyser --help ' , $ testsDir , 0 , $ helpOutput );
38
38
$ this ->runCommand ('php ../bin/composer-dependency-analyser --version ' , $ testsDir , 0 , $ versionOutput );
39
39
$ 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 );
43
43
$ this ->runCommand ('php ../bin/composer-dependency-analyser --composer-json=../composer.json --config=../composer-dependency-analyser.php ' , $ testsDir , 0 , $ okOutput , $ usingConfig );
44
44
$ this ->runCommand ('php bin/composer-dependency-analyser --composer-json=composer.json --format=console ' , $ rootDir , 0 , $ okOutput , $ usingConfig );
45
45
$ this ->runCommand ('php bin/composer-dependency-analyser --composer-json=composer.json --format=console --dump-usages=symfony/* ' , $ rootDir , 1 , $ dumpingOutput , $ usingConfig );
46
46
$ 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 );
48
48
}
49
49
50
50
private function runCommand (
0 commit comments