object=new Follow_Up_Detail; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers Follow_Up_Detail::get_parameter * @todo Implement testGet_parameter(). */ public function testGet_parameter() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Follow_Up_Detail::set_parameter * @todo Implement testSet_parameter(). */ public function testSet_parameter() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Follow_Up_Detail::get_info * @todo Implement testGet_info(). */ public function testGet_info() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Follow_Up_Detail::verify * @todo Implement testVerify(). */ public function testVerify() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Follow_Up_Detail::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 Follow_Up_Detail::insert * @todo Implement testInsert(). */ public function testInsert() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Follow_Up_Detail::update * @todo Implement testUpdate(). */ public function testUpdate() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Follow_Up_Detail::load_all * @todo Implement testLoad_all(). */ public function testLoad_all() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Follow_Up_Detail::load * @todo Implement testLoad(). */ public function testLoad() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Follow_Up_Detail::delete * @todo Implement testDelete(). */ public function testDelete() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Follow_Up_Detail::from_array * @todo Implement testFrom_array(). */ public function testFrom_array() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Follow_Up_Detail::test_me * @todo Implement testTest_me(). */ public function testTest_me() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }