mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-10 04:02:28 +01:00
spelling: nonexistent
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
bbaed86a21
commit
2e15408dee
@ -8,7 +8,7 @@ class LinkControllerTest extends TestCase
|
||||
* @return void
|
||||
*/
|
||||
public function testRequestGetNotExistShortUrl() {
|
||||
$response = $this->call('GET', '/notexist');
|
||||
$response = $this->call('GET', '/nonexistent');
|
||||
$this->assertTrue($response->isRedirection());
|
||||
$this->assertRedirectedTo(env('SETTING_INDEX_REDIRECT'));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user