コード例 #1
0
ファイル: FileLogger.stest.php プロジェクト: enyo/rincewind
 public function testWritable()
 {
     $logger = new FileLogger(dirname(__FILE__) . '/test.log');
     return $this->assertIdentical($logger->getFileUri(), dirname(__FILE__) . '/test.log');
 }