resource = 'Dotdigitalgroup_Email::config'; $this->uri = $this->url; } /** * Test the redirection when sync email templates. */ public function testEmailTemplatesSync() { $this->dispatch($this->url); $this->assertTrue($this->getResponse()->isRedirect(), 'Redirect back was expected.'); $this->assertEquals(302, $this->getResponse()->getHttpResponseCode()); } }