comparison core/modules/simpletest/src/Tests/BrokenSetUpTest.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
10 * If a test case does not call parent::setUp(), running 10 * If a test case does not call parent::setUp(), running
11 * \Drupal\simpletest\WebTestBase::tearDown() would destroy the main site's 11 * \Drupal\simpletest\WebTestBase::tearDown() would destroy the main site's
12 * database tables. Therefore, we ensure that tests which are not set up 12 * database tables. Therefore, we ensure that tests which are not set up
13 * properly are skipped. 13 * properly are skipped.
14 * 14 *
15 * @group simpletest 15 * @group WebTestBase
16 * @see \Drupal\simpletest\WebTestBase 16 * @see \Drupal\simpletest\WebTestBase
17 */ 17 */
18 class BrokenSetUpTest extends WebTestBase { 18 class BrokenSetUpTest extends WebTestBase {
19 19
20 /** 20 /**