mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Enables integration
This commit is contained in:
@ -45,7 +45,7 @@ use function class_exists;
|
||||
use function get_declared_classes;
|
||||
|
||||
use Pest\Contracts\HasPrintableTestCaseName;
|
||||
use Pest\TestCases\IgnorableTestCase;
|
||||
use Pest\TestCases\IgnorableTest;
|
||||
use Pest\TestSuite;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use ReflectionClass;
|
||||
@ -178,6 +178,6 @@ final class TestSuiteLoader
|
||||
|
||||
private function exceptionFor(string $className, string $filename): ReflectionClass
|
||||
{
|
||||
return new ReflectionClass(IgnorableTestCase::class);
|
||||
return new ReflectionClass(IgnorableTest::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user