Files
luos/tests/unit/backend/gulliver/system/PHPSQLParserTest.php
Herbert Saal Gutierrez da414f6d7a Test Folders
Change structure of Test Folders
2012-09-21 11:00:57 -04:00

65 lines
1.6 KiB
PHP

<?php
/**
* Generated by PHPUnit_SkeletonGenerator on 2012-05-17 at 18:10:09.
*/
class PHPSQLParserTest extends PHPUnit_Framework_TestCase
{
/**
* @var PHPSQLParser
*/
protected $object;
/**
* Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed.
*/
protected function setUp()
{
//$this->object = new PHPSQLParser;
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers PHPSQLParser::parse
* @todo Implement testParse().
*/
public function testParse()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers PHPSQLParser::process_insert
* @todo Implement testProcess_insert().
*/
public function testProcess_insert()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers PHPSQLParser::load_reserved_words
* @todo Implement testLoad_reserved_words().
*/
public function testLoad_reserved_words()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}