mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 03:53:13 +00:00
31 lines
507 B
PHP
31 lines
507 B
PHP
<?php
|
|
|
|
require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc';
|
|
|
|
/**
|
|
* Test class for liste.
|
|
* Generated by PHPUnit on 2011-07-06 at 18:40:27.
|
|
*/
|
|
class listeTest extends PhraseanetPHPUnitAbstract
|
|
{
|
|
|
|
/**
|
|
* @var liste
|
|
*/
|
|
protected $object;
|
|
|
|
/**
|
|
* @todo Implement testFilter().
|
|
*/
|
|
public function testFilter()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
}
|
|
|
|
?>
|