comparison core/modules/simpletest/src/TestBase.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
43 */ 43 */
44 protected $databasePrefix = NULL; 44 protected $databasePrefix = NULL;
45 45
46 /** 46 /**
47 * Time limit for the test. 47 * Time limit for the test.
48 *
49 * @var int
48 */ 50 */
49 protected $timeLimit = 500; 51 protected $timeLimit = 500;
50 52
51 /** 53 /**
52 * Current results of this test case. 54 * Current results of this test case.