property DrupalTestCase::$_cleanupRoles in SimpleTest 6
Same name and namespace in other branches
- 5 drupal_test_case.php \DrupalTestCase::_cleanupRoles
File
- ./
drupal_test_case.php, line 15
Class
- DrupalTestCase
- Test case for typical Drupal tests. Extends WebTestCase for comfortable browser usage but also implements all UnitTestCase methods, I wish WebTestCase would do this.
Code
var $_cleanupRoles = [];