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

69 lines
1.4 KiB
PHP

<?php
require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc';
class lazaretFileTest extends PhraseanetPHPUnitAbstract
{
/**
* @var lazaretFile
*/
protected $object;
/**
* @todo Implement testAdd_to_base().
*/
public function testAdd_to_base()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testDelete().
*/
public function testDelete()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testSubstitute().
*/
public function testSubstitute()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testMove_uploaded_to_lazaret().
*/
public function testMove_uploaded_to_lazaret()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testStream_thumbnail().
*/
public function testStream_thumbnail()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}