object=new ICard; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers ICard::set_callback * @todo Implement testSet_callback(). */ public function testSet_callback() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ICard::set_function * @todo Implement testSet_function(). */ public function testSet_function() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ICard::ipopup * @todo Implement testIpopup(). */ public function testIpopup() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ICard::set_dblclick * @todo Implement testSet_dblclick(). */ public function testSet_dblclick() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ICard::input * @todo Implement testInput(). */ public function testInput() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ICard::display * @todo Implement testDisplay(). */ public function testDisplay() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ICard::search * @todo Implement testSearch(). */ public function testSearch() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ICard::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.' ); } }