object = new AccessToken; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers AccessToken::empty_token * @todo Implement testEmpty_token(). */ public function testEmpty_token() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers AccessToken::parse * @todo Implement testParse(). */ public function testParse() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers AccessToken::create * @todo Implement testCreate(). */ public function testCreate() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers AccessToken::get_id * @todo Implement testGet_id(). */ public function testGet_id() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers AccessToken::get_user_id * @todo Implement testGet_user_id(). */ public function testGet_user_id() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers AccessToken::get_key * @todo Implement testGet_key(). */ public function testGet_key() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers AccessToken::is_empty * @todo Implement testIs_empty(). */ public function testIs_empty() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers AccessToken::is_valid * @todo Implement testIs_valid(). */ public function testIs_valid() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers AccessToken::__toString * @todo Implement test__toString(). */ public function test__toString() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }