mirror of
https://github.com/pestphp/pest.git
synced 2026-07-22 01:20:03 +02:00
Add Initial teamcity support
This commit is contained in:
+1
-3
@@ -73,9 +73,7 @@ final class Kernel
|
||||
{
|
||||
$argv = (new Plugins\Actions\CallsHandleArguments())->__invoke($argv);
|
||||
|
||||
$this->application->run(
|
||||
$argv, false,
|
||||
);
|
||||
$this->application->run($argv, false);
|
||||
|
||||
return (new CallsAddsOutput())->__invoke(
|
||||
Result::exitCode(),
|
||||
|
||||
Reference in New Issue
Block a user