diff --git a/tests/Bridges/BridgeImplementationTest.php b/tests/Bridges/BridgeImplementationTest.php index ab66d0a8..cf03f356 100644 --- a/tests/Bridges/BridgeImplementationTest.php +++ b/tests/Bridges/BridgeImplementationTest.php @@ -222,7 +222,7 @@ class BridgeImplementationTest extends TestCase public function dataBridgesProvider() { $bridges = []; - foreach (glob(__DIR__ . '/../bridges/*Bridge.php') as $path) { + foreach (glob(__DIR__ . '/../../bridges/*Bridge.php') as $path) { $bridges[basename($path, '.php')] = [$path]; } return $bridges;