Example #1
0
 public function testGetFrontController()
 {
     $this->assertInstanceOf('\\Magento\\Framework\\App\\FrontControllerInterface', $this->context->getFrontController());
 }