public function testSetLogConfigEnable1() { $client = new Client(); $client->setLogger(new Log()); $this->assertFalse($client->getConfig('log')); }