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 e0828a9 commit c7fe46eCopy full SHA for c7fe46e
tests/RequestSigning/RequestSignerTest.php
@@ -86,7 +86,7 @@ public function testSign()
86
}
87
88
foreach ($expectedHeaderParts as $expectedHeaderPart) {
89
- self::assertInternalType('bool', $expectedHeaderPart);
+ self::assertIsBool($expectedHeaderPart);
90
self::assertTrue($expectedHeaderPart);
91
92
@@ -159,7 +159,7 @@ public function testSignToRequestAuthorization()
159
160
161
162
163
164
165
0 commit comments