mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
Update UserDefinedFormControllerTest.php
This commit is contained in:
parent
fab09be3ab
commit
4cdf44a1ef
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user