Browse Source

Allowing another test under hhvm as it does not crash it anymore

Jose Lorenzo Rodriguez 11 years ago
parent
commit
b9867fe1d2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/TestCase/Utility/XmlTest.php

+ 0 - 1
tests/TestCase/Utility/XmlTest.php

@@ -172,7 +172,6 @@ class XmlTest extends TestCase {
  * @return void
  */
 	public function testBuildInvalidData($value) {
-		$this->assertFalse(defined('HHVM_VERSION') && !empty($value), 'Segfaults HHVM');
 		Xml::build($value);
 	}