object = new Access; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers Access::all * @todo Implement testAll(). */ public function testAll() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Access::forbidden * @todo Implement testForbidden(). */ public function testForbidden() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Access::is_token_valid * @todo Implement testIs_token_valid(). */ public function testIs_token_valid() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Access::get_session_token * @todo Implement testGet_session_token(). */ public function testGet_session_token() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Access::get_token * @todo Implement testGet_token(). */ public function testGet_token() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Access::authorize * @todo Implement testAuthorize(). */ public function testAuthorize() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }