Files
Phraseanet/lib/unitTest/queriesTest.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 queries.
* Generated by PHPUnit on 2011-07-06 at 18:31:36.
*/
class queriesTest extends PhraseanetPHPUnitAbstract
{
/**
* @var queries
*/
protected $object;
/**
* @todo Implement testTree_topics().
*/
public function testTree_topics()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testTopics_exists().
*/
public function testTopics_exists()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testDropdown_topics().
*/
public function testDropdown_topics()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @todo Implement testHistory().
*/
public function testHistory()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}
?>