Skip to content

Commit a598605

Browse files
authored
Merge pull request #13 from php-soap/fix
New encoder can detect float
2 parents 903ae55 + 33df860 commit a598605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbstractDecoderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ public function test_it_decodes_xsd_any_type()
678678
);
679679

680680
$decoded = $this->getDecoder()->decode('validate', $response);
681-
static::assertSame($output, $decoded);
681+
static::assertSame($output, (string) $decoded);
682682
}
683683

684684
public function test_it_decodes_xsd_any_uri()

0 commit comments

Comments
 (0)