get(SessionManagerInterface::class); $adminSession->setData(AuthenticationInterface::DATA_KEY_SESSION_TOKEN_EXPIRY, '2038-01-19T03:03:33.000Z'); } /** * @test * @magentoConfigFixture default/carriers/temando/account_id 23 * @magentoConfigFixture default/carriers/temando/bearer_token 808 */ public function pageIsRendered() { $this->dispatch($this->uri); $this->assertContains('DispatchList', $this->getResponse()->getBody()); } /** * @test * @magentoConfigFixture default/carriers/temando/account_id 23 * @magentoConfigFixture default/carriers/temando/bearer_token 808 */ public function testAclHasAccess() { parent::testAclHasAccess(); } /** * @test * @magentoConfigFixture default/carriers/temando/account_id 23 * @magentoConfigFixture default/carriers/temando/bearer_token 808 */ public function testAclNoAccess() { parent::testAclNoAccess(); } }