예제 #1
0
 public function testNoConnectionStringFoundReturnsFalse()
 {
     return $this->assertFalse(DaoFactory::getDSN('no_matching_database', $this->test_map_file));
 }