Ejemplo n.º 1
0
 /**
  * Test get application
  */
 public function testGetApplication()
 {
     $this->assertEquals(true, $this->_object->getApplication() instanceof \Magento\TestFramework\Application);
 }