summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjvoisin2017-09-25 22:43:15 +0200
committerjvoisin2017-09-25 23:03:45 +0200
commitae15242e59bc77355d76c7407bca8c4665c430c2 (patch)
treed012881dabaadfb68efc14e2b83585173e9ad39f /src
parent324b0991d2c4544635483bc9386e2e6c58d86859 (diff)
Improve the travis file
- if something is failing, display the guilty outputs. - Don't spam php's tracker - Failing tests are now triggering an `exit 1` - Fix a test to make it work on every php version (php changed the error message) - `make -j2` on travis
Diffstat (limited to 'src')
-rw-r--r--src/tests/disable_xxe_dom.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/disable_xxe_dom.phpt b/src/tests/disable_xxe_dom.phpt
index 864b2a1..8b63589 100644
--- a/src/tests/disable_xxe_dom.phpt
+++ b/src/tests/disable_xxe_dom.phpt
@@ -50,7 +50,7 @@ Warning: DOMDocument::loadXML(): Failure to process entity foo in Entity, line:
50 50
51Warning: DOMDocument::loadXML(): Entity 'foo' not defined in Entity, line: %d in %a/disable_xxe_dom.php on line %d 51Warning: DOMDocument::loadXML(): Entity 'foo' not defined in Entity, line: %d in %a/disable_xxe_dom.php on line %d
52 52
53Notice: Trying to get property of non-object in %a/disable_xxe_dom.php on line %d 53Notice: Trying to get property %a in %a/disable_xxe_dom.php on line %d
54libxml_disable_entity to true: 54libxml_disable_entity to true:
55 55
56Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "file://%a/content.txt" in %a/disable_xxe_dom.php on line %d 56Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "file://%a/content.txt" in %a/disable_xxe_dom.php on line %d
@@ -59,7 +59,7 @@ Warning: DOMDocument::loadXML(): Failure to process entity foo in Entity, line:
59 59
60Warning: DOMDocument::loadXML(): Entity 'foo' not defined in Entity, line: %d in %a/disable_xxe_dom.php on line %d 60Warning: DOMDocument::loadXML(): Entity 'foo' not defined in Entity, line: %d in %a/disable_xxe_dom.php on line %d
61 61
62Notice: Trying to get property of non-object in %a/disable_xxe_dom.php on line %d 62Notice: Trying to get property %a in %a/disable_xxe_dom.php on line %d
63libxml_disable_entity to false: 63libxml_disable_entity to false:
64without xxe: foo 64without xxe: foo
65--CLEAN-- 65--CLEAN--