Skip to content
Snippets Groups Projects
Commit 1be6d021 authored by Alexey Korepov's avatar Alexey Korepov
Browse files

Fixed unit test condition

parent 84ea054a
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ class TestHelpersExampleControllerModernResultTest extends UnitTestCase {
// @codingStandardsIgnoreStart
TestHelpers::saveEntity(Node::class, ['type' => 'article', 'title' => 'A1', 'status' => '1', 'created' => '1672574400']);
TestHelpers::saveEntity(Node::class, ['type' => 'article', 'title' => 'A2', 'status' => '1', 'created' => '1672660800']);
TestHelpers::saveEntity(Node::class, ['type' => 'page', 'title' => 'P1', 'status' => '0', 'created' => '1672747200']);
TestHelpers::saveEntity(Node::class, ['type' => 'page', 'title' => 'P1', 'status' => '1', 'created' => '1672747200']);
TestHelpers::saveEntity(Node::class, ['type' => 'article', 'title' => 'A3', 'status' => '0', 'created' => '1672833600']);
// @codingStandardsIgnoreEnd
......
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