markTestIncomplete('testCompare is not implemented yet'); } /** * Test for Query::HasOrder() * **/ public function testHasOrder() { $this->markTestIncomplete('testHasOrder is not implemented yet'); } /** * Test for Query::Where() * **/ public function testWhere() { $this->markTestIncomplete('testWhere is not implemented yet'); } /** * Test for Query::Order() * **/ public function testOrder() { $this->markTestIncomplete('testOrder is not implemented yet'); } /** * Test for Query::Limit() * **/ public function testLimit() { $this->markTestIncomplete('testLimit is not implemented yet'); } /** * Test for Query::HasLimit() * **/ public function testHasLimit() { $this->markTestIncomplete('testHasLimit is not implemented yet'); } /** * Test for Query::HasOffset() * **/ public function testHasOffset() { $this->markTestIncomplete('testHasOffset is not implemented yet'); } /** * Test for Query::GetLimit() * **/ public function testGetLimit() { $this->markTestIncomplete('testGetLimit is not implemented yet'); } /** * Test for Query::GetOffset() * **/ public function testGetOffset() { $this->markTestIncomplete('testGetOffset is not implemented yet'); } /** * Test for Query::From() * **/ public function testFrom() { $this->markTestIncomplete('testFrom is not implemented yet'); } /** * Test for Query::HasColumns() * **/ public function testHasColumns() { $this->markTestIncomplete('testHasColumns is not implemented yet'); } /** * Test for Query::GetColumns() * **/ public function testGetColumns() { $this->markTestIncomplete('testGetColumns is not implemented yet'); } /** * Test for Query::__toString() * **/ public function test__toString() { $this->markTestIncomplete('test__toString is not implemented yet'); } /** * Test for Query::__destruct() * **/ public function test__destruct() { $this->markTestIncomplete('test__destruct is not implemented yet'); } }