summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-02-08 10:57:48 +0100
committerFlorian Pritz <bluewind@xinu.at>2015-02-08 10:57:48 +0100
commit1e18ad9d38e0cf6e0e37d3c1ad66eace2bb82003 (patch)
tree589d6829e6eb0742f59b07ea976f4a290f96fa0e /application
parentc302c5cc0143d96391aa544c15e4e0b64cba1182 (diff)
tests: Fix php dev server being slow
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application')
-rw-r--r--application/tests/Test.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/tests/Test.php b/application/tests/Test.php
index 192061db9..e18aa9374 100644
--- a/application/tests/Test.php
+++ b/application/tests/Test.php
@@ -51,6 +51,7 @@ abstract class Test {
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curl, CURLOPT_HTTPHEADER, array(
"Accept: application/json",
+ "Expect: ",
));
$result = curl_exec($curl);