Skip to content

Commit 637223b

Browse files
author
Kacper Stasik
committed
fix of test PHP 5.4
1 parent 519ff65 commit 637223b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RedefineTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function testBase()
5454
/* @var $type \GoetasWebservices\XML\XSDReader\Schema\Type\ComplexType */
5555
$type = $localAttr->getType();
5656

57-
$this->assertInstanceOf(\GoetasWebservices\XML\XSDReader\Schema\Type\ComplexType::class, $type);
57+
$this->assertInstanceOf('\GoetasWebservices\XML\XSDReader\Schema\Type\ComplexType', $type);
5858

5959
$children = array();
6060
foreach($type->getElements() as $element){

0 commit comments

Comments
 (0)