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