Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3443205
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3443205
Commits
cade7bb2
Commit
cade7bb2
authored
7 years ago
by
Gabor Hojtsy
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2878030
by dagmar: Use testing profile for NodeRevisionsAllTest
parent
73aaa264
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/modules/node/tests/src/Functional/NodeRevisionsAllTest.php
+15
-1
15 additions, 1 deletion
...odules/node/tests/src/Functional/NodeRevisionsAllTest.php
with
15 additions
and
1 deletion
core/modules/node/tests/src/Functional/NodeRevisionsAllTest.php
+
15
−
1
View file @
cade7bb2
...
...
@@ -11,10 +11,24 @@
* @group node
*/
class
NodeRevisionsAllTest
extends
NodeTestBase
{
/**
* A list of nodes created to be used as starting point of different tests.
*
* @var Drupal\node\NodeInterface[]
*/
protected
$nodes
;
/**
* Revision logs of nodes created by the setup method.
*
* @var string[]
*/
protected
$revisionLogs
;
protected
$profile
=
"standard"
;
/**
* {@inheritdoc}
*/
protected
function
setUp
()
{
parent
::
setUp
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment