Issue #1811632 by tim.plunkett, xjm: Remove dependency on the standard profile from DBLogTest.

8.0.x
webchick 2012-10-12 20:11:53 -07:00
parent 37f4e5f9d7
commit 688368e5ff
1 changed files with 3 additions and 3 deletions

View File

@ -20,9 +20,7 @@ class DBLogTest extends WebTestBase {
*
* @var array
*/
public static $modules = array('dblog', 'poll');
protected $profile = 'standard';
public static $modules = array('dblog', 'node', 'poll', 'help');
protected $big_user;
protected $any_user;
@ -189,6 +187,8 @@ class DBLogTest extends WebTestBase {
private function verifyEvents() {
// Invoke events.
$this->doUser();
$this->drupalCreateContentType(array('type' => 'article', 'name' => t('Article')));
$this->drupalCreateContentType(array('type' => 'page', 'name' => t('Basic page')));
$this->doNode('article');
$this->doNode('page');
$this->doNode('poll');