Exemple #1
0
 /**
  * Test application reset
  */
 public function testAppReset()
 {
     $this->assertEquals(true, $this->_object->reset() instanceof \Magento\TestFramework\Application);
 }