/** * @covers Instagram\Instagram::isAuthorized * @covers Instaphp\Instaphp::isAuthorized */ public function testIsAuthorized() { $this->object->setAccessToken(TEST_ACCESS_TOKEN); $this->assertTrue($this->object->isAuthorized()); }