We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf0f15 commit 857ec94Copy full SHA for 857ec94
src/Illuminate/Foundation/Testing/TestResponse.php
@@ -541,13 +541,10 @@ public function assertJsonMissingExact(array $data)
541
}
542
543
/**
544
- * TestResponse::assertJsonFragment and TestResponse::assertJsonMissing search for
545
- * JSON encoded strings in the Response. This function returns the set of strings to
546
- * be searched for in the response, explicitly adding all of the possible characters
547
- * which could follow $value in the response.
+ * Get the strings we need to search for when examining the JSON.
548
*
549
- * @param $key
550
- * @param $value
+ * @param string $key
+ * @param string $value
551
* @return array
552
*/
553
protected function jsonSearchStrings($key, $value)
0 commit comments