object = new db; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers db::instance * @todo Implement testInstance(). */ public function testInstance() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers db::save * @todo Implement testSave(). */ public function testSave() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers db::remove * @todo Implement testRemove(). */ public function testRemove() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers db::flush * @todo Implement testFlush(). */ public function testFlush() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers db::test * @todo Implement testTest(). */ public function testTest() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers db::em * @todo Implement testEm(). */ public function testEm() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers db::get_repository * @todo Implement testGet_repository(). */ public function testGet_repository() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers db::get_entity_path * @todo Implement testGet_entity_path(). */ public function testGet_entity_path() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers db::is_production * @todo Implement testIs_production(). */ public function testIs_production() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers db::is_dev * @todo Implement testIs_dev(). */ public function testIs_dev() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers db::generate_model * @todo Implement testGenerate_model(). */ public function testGenerate_model() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers db::update_schema * @todo Implement testUpdate_schema(). */ public function testUpdate_schema() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }