Files
Phraseanet/lib/unitTest/p4fileTest.php
2012-01-11 20:04:47 +01:00

64 lines
1.3 KiB
PHP

<?php
require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc';
/**
* Test class for p4file.
* Generated by PHPUnit on 2011-07-06 at 18:40:28.
*/
class p4fileTest extends PhraseanetPHPUnitAbstract
{
/**
* @var p4file
*/
protected $object;
/**
* @todo Implement testApache_tokenize().
*/
public function testApache_tokenize()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testArchiveFile().
*/
public function testArchiveFile()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testCheck_file_error().
*/
public function testCheck_file_error()
{
// 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.'
);
}
}
?>