Skip to content

Commit db90b07

Browse files
committed
wip
1 parent 9791194 commit db90b07

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/Fixtures/Config/discovery.config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
return new DiscoveryConfig()
77
->skipClasses(GlobalHiddenDiscovery::class)
8-
->skipPaths(__DIR__ . '/../../Fixtures/GlobalHiddenPathDiscovery.php');
8+
->skipPaths(__DIR__ . '/../../Fixtures/GlobalHiddenPathDiscovery.php');

tests/Fixtures/GlobalHiddenDiscovery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ public function apply(): void
2121
{
2222
self::$discovered = true;
2323
}
24-
}
24+
}

tests/Fixtures/GlobalHiddenPathDiscovery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ public function apply(): void
2121
{
2222
self::$discovered = true;
2323
}
24-
}
24+
}

tests/Integration/Core/LoadDiscoveryClassesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
namespace Tests\Tempest\Integration\Core;
66

7-
use Tests\Tempest\Fixtures\GlobalHiddenPathDiscovery;
87
use PHPUnit\Framework\Attributes\Test;
98
use Tempest\Database\DatabaseMigration;
109
use Tempest\Database\Migrations\RunnableMigrations;
1110
use Tests\Tempest\Fixtures\Discovery\HiddenDatabaseMigration;
1211
use Tests\Tempest\Fixtures\Discovery\HiddenMigratableDatabaseMigration;
1312
use Tests\Tempest\Fixtures\GlobalHiddenDiscovery;
13+
use Tests\Tempest\Fixtures\GlobalHiddenPathDiscovery;
1414
use Tests\Tempest\Integration\FrameworkIntegrationTestCase;
1515

1616
use function Tempest\get;

0 commit comments

Comments
 (0)