File tree 4 files changed +2
-9
lines changed
4 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ case "$TESTS" in
87
87
;;
88
88
89
89
atlas-data-lake* )
90
- php vendor/bin/simple-phpunit $PHPUNIT_OPTS --testsuite " Atlas Data Lake Test Suite "
90
+ php vendor/bin/simple-phpunit $PHPUNIT_OPTS --group atlas-data-lake
91
91
;;
92
92
93
93
csfle)
Original file line number Diff line number Diff line change 23
23
<testsuite name =" Default Test Suite" >
24
24
<directory >./tests/</directory >
25
25
</testsuite >
26
-
27
- <testsuite name =" Atlas Data Lake Test Suite" >
28
- <file >tests/SpecTests/AtlasDataLakeSpecTest.php</file >
29
- </testsuite >
30
26
</testsuites >
31
27
32
28
<logging >
Original file line number Diff line number Diff line change 22
22
<testsuite name =" Default Test Suite" >
23
23
<directory >./tests/</directory >
24
24
</testsuite >
25
-
26
- <testsuite name =" Atlas Data Lake Test Suite" >
27
- <file >tests/SpecTests/AtlasDataLakeSpecTest.php</file >
28
- </testsuite >
29
25
</testsuites >
30
26
</phpunit >
Original file line number Diff line number Diff line change 18
18
* Atlas Data Lake spec tests.
19
19
*
20
20
* @see https://github.com/mongodb/specifications/tree/master/source/atlas-data-lake-testing/tests
21
+ * @group atlas-data-lake
21
22
*/
22
23
class AtlasDataLakeSpecTest extends FunctionalTestCase
23
24
{
You can’t perform that action at this time.
0 commit comments