Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Drupal.org issue queue
Drupal.org issue queue
Security & Compliance
Security & Compliance
Dependency List
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
project
drupal
Commits
688368e5
Commit
688368e5
authored
Oct 12, 2012
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1811632
by tim.plunkett, xjm: Remove dependency on the standard profile from DBLogTest.
parent
37f4e5f9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
+3
-3
No files found.
core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
View file @
688368e5
...
...
@@ -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 @@ private function verifyReports($response = 200) {
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'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment