We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
goetas
Learn more about funding links in repositories.
Report abuse
1 parent 519ff65 commit 637223bCopy full SHA for 637223b
tests/RedefineTest.php
@@ -54,7 +54,7 @@ public function testBase()
54
/* @var $type \GoetasWebservices\XML\XSDReader\Schema\Type\ComplexType */
55
$type = $localAttr->getType();
56
57
- $this->assertInstanceOf(\GoetasWebservices\XML\XSDReader\Schema\Type\ComplexType::class, $type);
+ $this->assertInstanceOf('\GoetasWebservices\XML\XSDReader\Schema\Type\ComplexType', $type);
58
59
$children = array();
60
foreach($type->getElements() as $element){
0 commit comments