Skip to content

Commit 5b11b8e

Browse files
TomashKhamlaiValeriy Nayda
authored and
Valeriy Nayda
committed
Fix problems reported by testCodeStyle
1 parent 55387bd commit 5b11b8e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Cms/CmsPageTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use Magento\TestFramework\ObjectManager;
1212
use Magento\TestFramework\TestCase\GraphQlAbstract;
1313

14-
1514
class CmsPageTest extends GraphQlAbstract
1615
{
1716
/**
@@ -101,7 +100,6 @@ public function testGetCmsPageByNonExistentId()
101100
$this->expectException(\Exception::class);
102101
$this->expectExceptionMessage('The CMS page with the "0" ID doesn\'t exist.');
103102
$this->graphQlQuery($query);
104-
105103
}
106104

107105
/**
@@ -132,5 +130,4 @@ public function testGetDisabledCmsPageById()
132130
$this->expectExceptionMessage('No such entity.');
133131
$this->graphQlQuery($query);
134132
}
135-
136133
}

0 commit comments

Comments
 (0)