Skip to content

Commit 70d47c1

Browse files
committed
Fix more attributes; void returns; assert string contains; resource;
1 parent e9565ca commit 70d47c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Spec/JsonSerializerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function testThrowIfFailedToEncodeMessageToJson()
4343
$resource = fopen(__FILE__, 'r');
4444

4545
//guard
46-
$this->assertInternalType('resource', $resource);
46+
$this->assertIsResource($resource);
4747

4848
$message = new WampMessage('theBody', ['aProp' => $resource]);
4949

0 commit comments

Comments
 (0)