Mercurial > hg > isophonics-drupal-site
comparison core/modules/simpletest/src/Tests/SimpleTestTest.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 |
---|---|
10 * Tests SimpleTest's web interface: check that the intended tests were run and | 10 * Tests SimpleTest's web interface: check that the intended tests were run and |
11 * ensure that test reports display the intended results. Also test SimpleTest's | 11 * ensure that test reports display the intended results. Also test SimpleTest's |
12 * internal browser and APIs implicitly. | 12 * internal browser and APIs implicitly. |
13 * | 13 * |
14 * @group simpletest | 14 * @group simpletest |
15 * @group WebTestBase | |
15 */ | 16 */ |
16 class SimpleTestTest extends WebTestBase { | 17 class SimpleTestTest extends WebTestBase { |
17 | 18 |
18 /** | 19 /** |
19 * Modules to enable. | 20 * Modules to enable. |