Skip to content

Commit

Permalink
Update phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy committed Feb 29, 2020
1 parent 36c81f7 commit b509ec3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tests/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<directory suffix="Test.php">tests/Drupal/KernelTests/Core/Command</directory>
<directory suffix="Test.php">tests/Drupal/KernelTests/Core/Common</directory>
<directory suffix="Test.php">tests/Drupal/KernelTests/Core/Config</directory>
<!-- <directory suffix="Test.php">tests/Drupal/KernelTests/Core/Database</directory> -->
<directory suffix="Test.php">tests/Drupal/KernelTests/Core/Database</directory>
<directory suffix="Test.php">tests/Drupal/KernelTests/Core/Datetime</directory>
<directory suffix="Test.php">tests/Drupal/KernelTests/Core/DrupalKernel</directory>
</testsuite>
Expand Down Expand Up @@ -110,13 +110,6 @@
<directory suffix="Test.php">tests/Drupal/KernelTests/Core/Url</directory>
<directory suffix="Test.php">tests/Drupal/KernelTests/Core/Validation</directory>
</testsuite>
<testsuite name="passing_database">
<directory suffix="Test.php">tests/Drupal/KernelTests/Core/Database</directory>
<exclude>tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php</exclude>
</testsuite>
<testsuite name="failing_database">
<file>tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php</file>
</testsuite>
<testsuite name="sqlsrv">
<directory suffix="Test.php">../modules/contrib/sqlsrv</directory>
</testsuite>
Expand Down

0 comments on commit b509ec3

Please sign in to comment.