object = new FileStore; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers FileStore::course * @todo Implement testCourse(). */ public function testCourse() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FileStore::root * @todo Implement testRoot(). */ public function testRoot() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FileStore::accept * @todo Implement testAccept(). */ public function testAccept() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FileStore::add * @todo Implement testAdd(). */ public function testAdd() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FileStore::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 FileStore::get * @todo Implement testGet(). */ public function testGet() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FileStore::new_id * @todo Implement testNew_id(). */ public function testNew_id() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }