Files
Phraseanet/tests/logsTest.php
Romain Neutron abd4a30885 Fix CS
2012-04-16 10:00:12 +02:00

25 lines
417 B
PHP

<?php
require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc';
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.'
);
}
}