comparison core/modules/simpletest/src/Tests/BrokenSetUpTest.php @ 4:a9cd425dd02b

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:11:55 +0000
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
3:307d7a7fd348 4:a9cd425dd02b
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 /**