Skip to content

Commit

Permalink
Fix ResultsTest::testGetTableNavigationButton
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed May 15, 2020
1 parent d57de68 commit f2ac664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/classes/Display/ResultsTest.php
Expand Up @@ -142,7 +142,7 @@ public function testGetTableNavigationButton(
$actual
);
$this->assertStringContainsString(
'" method="post">',
'" method="post" >',
$actual
);
$this->assertStringContainsString(
Expand Down

0 comments on commit f2ac664

Please sign in to comment.