public function testLoggerCallable() { $connection = new Connection($this->server, $this->dbName); $connection->setLoggerCallable($loggerCallable = array($this, 'log')); $this->assertSame($loggerCallable, $connection->getLoggerCallable()); }