コード例 #1
0
ファイル: LoggableMongoTest.php プロジェクト: hybr/jpm
 public function testLogDefault()
 {
     $mongo = new LoggableMongo();
     $mongo->setLogDefault($logDefault = array('connection' => 'default'));
     $this->assertSame($logDefault, $mongo->getLogDefault());
 }