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

58 lines
1.2 KiB
PHP

<?php
require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc';
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.'
);
}
}