Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ab5212282d
|
||
|
|
6e3affb1cb
|
||
|
|
7875cb1bf7 | ||
|
|
04cba9702c
|
@@ -738,7 +738,7 @@ class RegistrationPageTest extends TestCase
|
|||||||
public function testGuardianSignupRejectsAHalfFilledChildRatherThanDroppingIt(): void
|
public function testGuardianSignupRejectsAHalfFilledChildRatherThanDroppingIt(): void
|
||||||
{
|
{
|
||||||
$_POST = [
|
$_POST = [
|
||||||
'password' => 'password123',
|
'password' => 'thistle-marrow-42',
|
||||||
'display_name' => 'Grace',
|
'display_name' => 'Grace',
|
||||||
'us_is_guardian' => '1',
|
'us_is_guardian' => '1',
|
||||||
'children' => [
|
'children' => [
|
||||||
@@ -764,7 +764,7 @@ class RegistrationPageTest extends TestCase
|
|||||||
public function testGuardianSignupRejectsAChildWithoutAUsableBirthYear(string $submitted): void
|
public function testGuardianSignupRejectsAChildWithoutAUsableBirthYear(string $submitted): void
|
||||||
{
|
{
|
||||||
$_POST = [
|
$_POST = [
|
||||||
'password' => 'password123',
|
'password' => 'thistle-marrow-42',
|
||||||
'display_name' => 'Grace',
|
'display_name' => 'Grace',
|
||||||
'us_is_guardian' => '1',
|
'us_is_guardian' => '1',
|
||||||
'children' => [['name' => 'Ada', 'birth_year' => $submitted, 'answers' => []]],
|
'children' => [['name' => 'Ada', 'birth_year' => $submitted, 'answers' => []]],
|
||||||
|
|||||||
Reference in New Issue
Block a user