Example #1
0
 public function testGetLog()
 {
     $client = new Client();
     $log = $client->getLog();
     $this->assertEquals(null, $log);
 }