Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jul 29, 2024
1 parent 5baa538 commit d267a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Testing/TestResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ public function assertSee($value, $escape = true)
/**
* Assert that the given HTML string or array of HTML strings are contained within the response.
*
* @param string|array $value
* @param array|string $value
* @return $this
*/
public function assertSeeHtml($value)
Expand Down Expand Up @@ -670,7 +670,7 @@ public function assertDontSee($value, $escape = true)
/**
* Assert that the given HTML string or array of HTML strings are not contained within the response.
*
* @param string|array $value
* @param array|string $value
* @return $this
*/
public function assertDontSeeHtml($value)
Expand Down

0 comments on commit d267a53

Please sign in to comment.