Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Fix potential issue with Sitemap test #2635

Conversation

weierophinney
Copy link
Member

  • Gabriel403 reported that some PHP and PHPUnit combinations made the
    testDisablingValidators() test fail. Based on the reported failure, it appears
    that different versions of libxml may result in differences in how empty tags
    are created (e.g., "" vs ""). Using the
    assertEqualXMLStructure() assertion should correct this.

- Gabriel403 reported that some PHP and PHPUnit combinations made the
  testDisablingValidators() test fail. Based on the reported failure, it appears
  that different versions of libxml may result in differences in how empty tags
  are created (e.g., "<lastmod></lastmod>" vs "<lastmod/>"). Using the
  assertEqualXMLStructure() assertion should correct this.
@weierophinney
Copy link
Member Author

Travis failure was due to inability of travis to spin up a 5.3.3 instance.

@ghost ghost assigned ralphschindler Oct 5, 2012
@ralphschindler ralphschindler merged commit 432fa40 into zendframework:master Oct 5, 2012
@ralphschindler
Copy link
Member

Merged to both master and develop

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants