You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sure. I figured it's an xsd-reader package thing (sorry for mess).
I did changes, but unfortunately it doesn't pass your tests.
Probably my knowledge of XML is not enough, but explain to me if you can this test: <xs:import schemaLocation="http://www.example.com/xsd.xsd" namespace="http://www.example.com"></xs:import>
How reader in this test can read schema from given location (http://www.example.com/xsd.xsd) ?
If same file is imported to different namespaces schema is imported only once.
Example:
Possible solution (?): In SchemaReader.php add namespace, like:
Same in setter.
The text was updated successfully, but these errors were encountered: