Files
Phraseanet/lib/unitTest/p4fileTest.php
Romain Neutron 4c5b7eb658 V 3.5 RC 1
2011-12-05 00:23:28 +01:00

64 lines
1.3 KiB
PHP

<?php
require_once dirname(__FILE__) . '/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.'
);
}
}
?>