comparison core/modules/block_content/src/Tests/BlockContentTestBase.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children 129ea1e6d783
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
14 */ 14 */
15 abstract class BlockContentTestBase extends WebTestBase { 15 abstract class BlockContentTestBase extends WebTestBase {
16 16
17 /** 17 /**
18 * Profile to use. 18 * Profile to use.
19 *
20 * @var string
19 */ 21 */
20 protected $profile = 'testing'; 22 protected $profile = 'testing';
21 23
22 /** 24 /**
23 * Admin user 25 * Admin user