Example #1
0
 public function testGetConnectionWhenNoDSNSpecified()
 {
     $client = new Client();
     $this->assertEquals(Client::DEFAULT_DSN, $client->getDsn());
 }