コード例 #1
0
ファイル: MongoDBTest.php プロジェクト: rajanlamic/IntTest
 public function testFormattingIsNotSupported()
 {
     $writer = new MongoDBWriter($this->mongo, $this->database, $this->collection);
     $writer->setFormatter($this->getMock('Zend\\Log\\Formatter\\FormatterInterface'));
     $this->assertAttributeEmpty('formatter', $writer);
 }