Example #1
0
 /**
  * @see \Tbs\Log\File::getLogFile()
  */
 public function testGetLogFile()
 {
     $rs = $this->object->getLogFile();
     $this->assertEquals($this->logfile, $rs);
     $this->assertTrue(file_exists($rs));
 }