Files
Phraseanet/tests/formatTest.php
2012-04-14 12:07:49 +02:00

26 lines
565 B
PHP

<?php
require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc';
class formatTest extends PhraseanetPHPUnitAbstract
{
public function testArr_to_csv_line()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
public function testArr_to_csv()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}