コード例 #1
0
ファイル: BootstrapTest.php プロジェクト: aiesh/magento2
 public function testGetAppInstallDir()
 {
     $this->_application->expects($this->once())->method('getInstallDir')->will($this->returnValue(__DIR__));
     $this->assertEquals(__DIR__, $this->_object->getAppInstallDir());
 }