1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-18 19:52:26 +02:00

fix unit test

This commit is contained in:
Untung Ginardi 2016-09-08 20:19:35 +07:00
parent 64bbe2a420
commit 0ef7f85b1f

View File

@ -18,6 +18,7 @@ class IndexTest extends TestCase
public function testRequestGetNotExistShortUrl() {
$response = $this->call('GET', '/notexist');
$this->assertTrue($response->isRedirection());
$this->assertRedirectedTo(env('SETTING_NOT_EXIST_REDIRECT'));
$this->assertRedirectedTo(env('SETTING_INDEX_REDIRECT'));
}
}