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 e9565ca commit 70d47c1Copy full SHA for 70d47c1
Tests/Spec/JsonSerializerTest.php
@@ -43,7 +43,7 @@ public function testThrowIfFailedToEncodeMessageToJson()
43
$resource = fopen(__FILE__, 'r');
44
45
//guard
46
- $this->assertInternalType('resource', $resource);
+ $this->assertIsResource($resource);
47
48
$message = new WampMessage('theBody', ['aProp' => $resource]);
49
0 commit comments