mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Style
This commit is contained in:
@ -5,7 +5,6 @@ declare(strict_types=1);
|
|||||||
namespace Pest;
|
namespace Pest;
|
||||||
|
|
||||||
use PHPUnit\TestRunner\TestResult\Facade;
|
use PHPUnit\TestRunner\TestResult\Facade;
|
||||||
use PHPUnit\TestRunner\TestResult\TestResult;
|
|
||||||
use PHPUnit\TextUI\Application;
|
use PHPUnit\TextUI\Application;
|
||||||
use PHPUnit\TextUI\Configuration\Registry;
|
use PHPUnit\TextUI\Configuration\Registry;
|
||||||
|
|
||||||
@ -118,11 +117,9 @@ final class Kernel
|
|||||||
$returnCode = self::FAILURE_EXIT;
|
$returnCode = self::FAILURE_EXIT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if ($configuration->failOnSkipped() && $result->hasTestSkippedEvents()) {
|
if ($configuration->failOnSkipped() && $result->hasTestSkippedEvents()) {
|
||||||
$returnCode = self::FAILURE_EXIT;
|
$returnCode = self::FAILURE_EXIT;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($result->hasTestErroredEvents()) {
|
if ($result->hasTestErroredEvents()) {
|
||||||
|
|||||||
@ -1,2 +1 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user