diff core/modules/simpletest/src/Tests/SkipRequiredModulesTest.php @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 4c8ae668cc8c
children
line wrap: on
line diff
--- a/core/modules/simpletest/src/Tests/SkipRequiredModulesTest.php	Thu Feb 28 13:21:36 2019 +0000
+++ b/core/modules/simpletest/src/Tests/SkipRequiredModulesTest.php	Thu May 09 15:33:08 2019 +0100
@@ -11,9 +11,13 @@
  * This means that if you specify this test to run-tests.sh with --class or
  * --file, this test will run and fail.
  *
+ * Only WebTestBase tests are skipped by TestDiscovery. Other tests use the
+ * PHPUnit @-require module annotation.
+ *
  * @dependencies module_does_not_exist
  *
  * @group simpletest
+ * @group WebTestBase
  *
  * @todo Change or remove this test when Simpletest-based tests are able to skip
  *       themselves based on requirements.