Skip to content

Commit

Permalink
Update UtilsTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Mar 31, 2024
1 parent 96c7505 commit 174ecc5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/UtilsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public function testDescribesType($input, $output)

try {
self::assertSame($output, Utils::describeType($input));
self::assertSame($output, GuzzleHttp\describe_type($input));
} finally {
if (extension_loaded('xdebug')) {
ini_set('xdebug.overload_var_dump', $originalOverload);
Expand All @@ -67,7 +66,6 @@ public function testParsesHeadersFromLines()
];

self::assertSame($expected, Utils::headersFromLines($lines));
self::assertSame($expected, GuzzleHttp\headers_from_lines($lines));
}

public function testParsesHeadersFromLinesWithMultipleLines()
Expand Down

0 comments on commit 174ecc5

Please sign in to comment.