Example #1
0
 function testGetDSN()
 {
     $dsn = $this->dbo->getDSN();
     $this->assertTrue(!empty($dsn));
 }