Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 22, 2020
1 parent fd215b4 commit ee03d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FormBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ public function testFormTextRepopulation()

public function testFormRepopulationWithMixOfArraysAndObjects()
{
$this->formBuilder->model(['user' => new User(['password' => 'apple'])]);
$this->setModel(['user' => ['password' => 'apple']]);
$input = $this->formBuilder->text('user[password]');
$this->assertEquals('<input name="user[password]" type="text" value="apple">', $input);

Expand Down

0 comments on commit ee03d7e

Please sign in to comment.