Example #1
0
 /**
  * @depends testConnectionString
  */
 public function testMakeConnection()
 {
     $client = Client::make(['database' => 'test']);
     $this->assertTrue($client instanceof Client);
     return $client;
 }