mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 20:13:28 +00:00
34 lines
522 B
PHP
34 lines
522 B
PHP
<?php
|
|
|
|
require_once __DIR__ . '/PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
|
|
|
/**
|
|
* Test class for lazaret.
|
|
* Generated by PHPUnit on 2011-05-31 at 12:37:19.
|
|
*/
|
|
class lazaretTest extends PhraseanetPHPUnitAuthenticatedAbstract
|
|
{
|
|
|
|
/**
|
|
* @var lazaret
|
|
*/
|
|
protected $object;
|
|
|
|
public function setUp()
|
|
{
|
|
parent::setUp();
|
|
$this->object = new lazaret;
|
|
}
|
|
|
|
public function testIsOk()
|
|
{
|
|
$this->markTestIncomplete();
|
|
foreach ($this->object->get_elements() as $element)
|
|
{
|
|
|
|
}
|
|
}
|
|
|
|
}
|
|
|