Esempio n. 1
0
 /**
  * @dataProvider getDbVendorNameDataProvider
  */
 public function testGetDbVendorName($localXmlFile, $expectedDbVendorName)
 {
     $this->_callBootstrapConstructor($localXmlFile);
     $this->assertEquals($expectedDbVendorName, $this->_bootstrap->getDbVendorName());
 }