Update UserDefinedFormControllerTest.php

This commit is contained in:
Will Rossiter 2014-12-03 14:52:57 +13:00
parent fab09be3ab
commit 4cdf44a1ef

View File

@ -54,7 +54,7 @@ class UserDefinedFormControllerTest extends FunctionalTest {
// check to see if the user was redirected (301)
$this->assertEquals($response->getStatusCode(), 302);
$this->assertStringEndsWith('finished', $response->getHeader('Location'));
$this->assertStringEndsWith('finished#uff', $response->getHeader('Location'));
}
function testFinished() {