Skip to content

Commit

Permalink
Fix problems reported by testCodeStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
TomashKhamlai authored and Valeriy Nayda committed Sep 11, 2018
1 parent 55387bd commit 5b11b8e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use Magento\TestFramework\ObjectManager;
use Magento\TestFramework\TestCase\GraphQlAbstract;


class CmsPageTest extends GraphQlAbstract
{
/**
Expand Down Expand Up @@ -101,7 +100,6 @@ public function testGetCmsPageByNonExistentId()
$this->expectException(\Exception::class);
$this->expectExceptionMessage('The CMS page with the "0" ID doesn\'t exist.');
$this->graphQlQuery($query);

}

/**
Expand Down Expand Up @@ -132,5 +130,4 @@ public function testGetDisabledCmsPageById()
$this->expectExceptionMessage('No such entity.');
$this->graphQlQuery($query);
}

}

0 comments on commit 5b11b8e

Please sign in to comment.