Skip to content
Snippets Groups Projects
Commit cade7bb2 authored by Gabor Hojtsy's avatar Gabor Hojtsy
Browse files

Issue #2878030 by dagmar: Use testing profile for NodeRevisionsAllTest

parent 73aaa264
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment