Skip to content
Snippets Groups Projects
Commit 38a7fbb4 authored by Anton Kaplya's avatar Anton Kaplya
Browse files

MAGETWO-34729: Code coverage

parent d1740ad7
Branches
No related merge requests found
...@@ -60,6 +60,6 @@ class UrlGeneratorTest extends \PHPUnit_Framework_TestCase ...@@ -60,6 +60,6 @@ class UrlGeneratorTest extends \PHPUnit_Framework_TestCase
->method('isAllowed') ->method('isAllowed')
->with('Magento_Sales::actions_view', null) ->with('Magento_Sales::actions_view', null)
->willReturn($isAllowed); ->willReturn($isAllowed);
$this->assertEquals($url, $this->urlGenerator->getUrl(new \Magento\Framework\Object())); $this->assertEquals($url, $this->urlGenerator->getUrl(new \Magento\Framework\Object()));
} }
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment