mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
Removes isInParallel
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
use Pest\TestSuite;
|
||||
|
||||
test('closure was bound to CustomTestCase', function () {
|
||||
$this->assertCustomInSubFolderTrue();
|
||||
})->skip(TestSuite::getInstance()->isInParallel, 'Nested Pest.php files are not loaded in parallel.');
|
||||
});
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
<?php
|
||||
|
||||
use Tests\CustomTestCaseInSubFolders\SubFolder\SubFolder\CustomTestCaseInSubFolder;
|
||||
|
||||
uses(CustomTestCaseInSubFolder::class)->in('CustomTestCaseInSubFolders/SubFolder');
|
||||
Reference in New Issue
Block a user