Skip to content

Commit e91e018

Browse files
authored
Use phpunit group instead of Atlas Data Lake test suite (#1151)
1 parent b5462cf commit e91e018

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

.evergreen/run-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ case "$TESTS" in
8787
;;
8888

8989
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
9191
;;
9292

9393
csfle)

phpunit.evergreen.xml

-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
<testsuite name="Default Test Suite">
2424
<directory>./tests/</directory>
2525
</testsuite>
26-
27-
<testsuite name="Atlas Data Lake Test Suite">
28-
<file>tests/SpecTests/AtlasDataLakeSpecTest.php</file>
29-
</testsuite>
3026
</testsuites>
3127

3228
<logging>

phpunit.xml.dist

-4
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,5 @@
2222
<testsuite name="Default Test Suite">
2323
<directory>./tests/</directory>
2424
</testsuite>
25-
26-
<testsuite name="Atlas Data Lake Test Suite">
27-
<file>tests/SpecTests/AtlasDataLakeSpecTest.php</file>
28-
</testsuite>
2925
</testsuites>
3026
</phpunit>

tests/SpecTests/AtlasDataLakeSpecTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* Atlas Data Lake spec tests.
1919
*
2020
* @see https://github.com/mongodb/specifications/tree/master/source/atlas-data-lake-testing/tests
21+
* @group atlas-data-lake
2122
*/
2223
class AtlasDataLakeSpecTest extends FunctionalTestCase
2324
{

0 commit comments

Comments
 (0)