Mercurial > hg > isophonics-drupal-site
comparison 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 |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
9 * | 9 * |
10 * This test should always be skipped when TestDiscovery is used to discover it. | 10 * This test should always be skipped when TestDiscovery is used to discover it. |
11 * This means that if you specify this test to run-tests.sh with --class or | 11 * This means that if you specify this test to run-tests.sh with --class or |
12 * --file, this test will run and fail. | 12 * --file, this test will run and fail. |
13 * | 13 * |
14 * Only WebTestBase tests are skipped by TestDiscovery. Other tests use the | |
15 * PHPUnit @-require module annotation. | |
16 * | |
14 * @dependencies module_does_not_exist | 17 * @dependencies module_does_not_exist |
15 * | 18 * |
16 * @group simpletest | 19 * @group simpletest |
20 * @group WebTestBase | |
17 * | 21 * |
18 * @todo Change or remove this test when Simpletest-based tests are able to skip | 22 * @todo Change or remove this test when Simpletest-based tests are able to skip |
19 * themselves based on requirements. | 23 * themselves based on requirements. |
20 * @see https://www.drupal.org/node/1273478 | 24 * @see https://www.drupal.org/node/1273478 |
21 */ | 25 */ |