Issue #1811632 by tim.plunkett, xjm: Remove dependency on the standard profile from DBLogTest.
parent
37f4e5f9d7
commit
688368e5ff
|
@ -20,9 +20,7 @@ class DBLogTest extends WebTestBase {
|
||||||
*
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
public static $modules = array('dblog', 'poll');
|
public static $modules = array('dblog', 'node', 'poll', 'help');
|
||||||
|
|
||||||
protected $profile = 'standard';
|
|
||||||
|
|
||||||
protected $big_user;
|
protected $big_user;
|
||||||
protected $any_user;
|
protected $any_user;
|
||||||
|
@ -189,6 +187,8 @@ class DBLogTest extends WebTestBase {
|
||||||
private function verifyEvents() {
|
private function verifyEvents() {
|
||||||
// Invoke events.
|
// Invoke events.
|
||||||
$this->doUser();
|
$this->doUser();
|
||||||
|
$this->drupalCreateContentType(array('type' => 'article', 'name' => t('Article')));
|
||||||
|
$this->drupalCreateContentType(array('type' => 'page', 'name' => t('Basic page')));
|
||||||
$this->doNode('article');
|
$this->doNode('article');
|
||||||
$this->doNode('page');
|
$this->doNode('page');
|
||||||
$this->doNode('poll');
|
$this->doNode('poll');
|
||||||
|
|
Loading…
Reference in New Issue