Commit 6f1cac1 1 parent bdb64a7 commit 6f1cac1 Copy full SHA for 6f1cac1
File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ public function testAtlasDataLake(UnifiedTestCase $test): void
229
229
230
230
public static function provideAtlasDataLakeTests (): Generator
231
231
{
232
- return self ::provideTests ('atlas-data-lake ' );
232
+ return self ::provideTests ('atlas-data-lake-testing ' );
233
233
}
234
234
235
235
#[DataProvider('provideChangeStreamsTests ' )]
@@ -482,13 +482,11 @@ public static function provideIndexManagementTests(): Generator
482
482
483
483
private static function provideTests (string $ directory ): Generator
484
484
{
485
- $ pattern = self ::$ testDir . '/ ' . $ directory . '/*.json ' ;
485
+ $ pattern = self ::$ testDir . '/ ' . $ directory . '/tests/unified/ *.json ' ;
486
486
487
487
foreach (glob ($ pattern ) as $ filename ) {
488
- $ group = basename (dirname ($ filename ));
489
-
490
488
foreach (UnifiedTestCase::fromFile ($ filename ) as $ name => $ test ) {
491
- yield $ group . '/ ' . $ name => [$ test ];
489
+ yield $ directory . '/ ' . $ name => [$ test ];
492
490
}
493
491
}
494
492
}
You can’t perform that action at this time.
0 commit comments