Skip to content

Commit 3736ce3

Browse files
[VarDumper] Don't make CurlCasterTest response status dependant
1 parent 9b59e65 commit 3736ce3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/Caster/CurlCasterTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ public function testCastCurl()
3232
CurlHandle {
3333
url: "http://example.com/"
3434
content_type: "text/html"
35-
http_code: 200%A
35+
http_code: %d
36+
%A
3637
}
3738
EODUMP, $ch);
3839
}

0 commit comments

Comments
 (0)