Files
Phraseanet/lib/unitTest/logsTest.php
Romain Neutron 4c5b7eb658 V 3.5 RC 1
2011-12-05 00:23:28 +01:00

31 lines
514 B
PHP

<?php
require_once dirname(__FILE__) . '/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.'
);
}
}
?>