Files
Phraseanet/lib/unitTest/logsTest.php
2012-01-11 20:04:47 +01:00

31 lines
504 B
PHP

<?php
require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc';
/**
* Test class for logs.
* Generated by PHPUnit on 2011-07-06 at 18:40:27.
*/
class logsTest extends PhraseanetPHPUnitAbstract
{
/**
* @var logs
*/
protected $object;
/**
* @todo Implement testRotate().
*/
public function testRotate()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}
?>