mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 12:03:14 +00:00
31 lines
514 B
PHP
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.'
|
|
);
|
|
}
|
|
|
|
}
|
|
|
|
?>
|