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 ec7dd1e commit 2f66884Copy full SHA for 2f66884
src/Assert.php
@@ -85,7 +85,7 @@ public static function assertJsonValueEquals($expected, $expression, $json)
85
$result = \JmesPath\Env::search($expression, $json);
86
87
\PHPUnit\Framework\Assert::assertEquals($expected, $result);
88
- \PHPUnit\Framework\Assert::assertInternalType(gettype($expected), $result);
+ \PHPUnit\Framework\Assert::assertInternalType(strtolower(gettype($expected)), $result);
89
}
90
91
/**
0 commit comments