Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Fix PHPUnit 3.6 deprecation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
postalservice14 committed Aug 17, 2011
15 parents 87522da + d31ec42 + 2f2a15a + 585cc82 + a9438e2 + d59be1f + 643e2df + a49e8f2 + 08fd26d + b52d5dc + de5abc1 + 48f2d19 + 34ca3a0 + 5169094 + 25abd15 commit ee15c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/JsonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ public function testIteratorWithoutDefinedKey()
*/
public function testDefaultTypeObject()
{
$this->assertType('stdClass', Json\Decoder::decode('{"var":"value"}'));
$this->assertInternalType('object', Json\Decoder::decode('{"var":"value"}'));
}

}
Expand Down

0 comments on commit ee15c3a

Please sign in to comment.