Skip to content

Commit

Permalink
fix of test PHP 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper Stasik committed Mar 3, 2017
1 parent 519ff65 commit 637223b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RedefineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function testBase()
/* @var $type \GoetasWebservices\XML\XSDReader\Schema\Type\ComplexType */
$type = $localAttr->getType();

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

$children = array();
foreach($type->getElements() as $element){
Expand Down

0 comments on commit 637223b

Please sign in to comment.