Skip to content

Commit

Permalink
Remove duplicate test scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Jan 8, 2024
1 parent f1d3211 commit 80cd9e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Utility/InputValidator/IsValidRfc2616TokenTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ public static function dataInvalidValues() {
'string containing only control characters / all control characters' => [
'input' => $all_control,
],
'string containing all invalid ASCII characters' => [
'input' => implode('', $invalid_ascii_characters),
],
'string containing control character at start' => [
'input' => chr(6) . 'some text',
],
Expand Down

0 comments on commit 80cd9e5

Please sign in to comment.