Skip to content

Commit

Permalink
Because we fixed the class attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed Jun 30, 2020
1 parent 6734949 commit b4e2715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FieldBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function testMakeCustomFile()
]);

$this->assertTrue(is_string($test));
$this->assertEquals('<div class="custom-file"><input id="Avatar" class="foo-class" class="custom-file-input" type="file" name="avatar"><label class="custom-file-label" for="Avatar">Choose file</label></div>', $test);
$this->assertEquals('<div class="custom-file"><input id="Avatar" class="foo-class custom-file-input" type="file" name="avatar"><label class="custom-file-label" for="Avatar">Choose file</label></div>', $test);
}

public function testMakeTextarea()
Expand Down

0 comments on commit b4e2715

Please sign in to comment.