We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55387bd commit 5b11b8eCopy full SHA for 5b11b8e
dev/tests/api-functional/testsuite/Magento/GraphQl/Cms/CmsPageTest.php
@@ -11,7 +11,6 @@
11
use Magento\TestFramework\ObjectManager;
12
use Magento\TestFramework\TestCase\GraphQlAbstract;
13
14
-
15
class CmsPageTest extends GraphQlAbstract
16
{
17
/**
@@ -101,7 +100,6 @@ public function testGetCmsPageByNonExistentId()
101
100
$this->expectException(\Exception::class);
102
$this->expectExceptionMessage('The CMS page with the "0" ID doesn\'t exist.');
103
$this->graphQlQuery($query);
104
105
}
106
107
@@ -132,5 +130,4 @@ public function testGetDisabledCmsPageById()
132
130
$this->expectExceptionMessage('No such entity.');
133
131
134
135
136
0 commit comments