From 82d74b571930f1e52b06b3734721c94b0338c924 Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 18 Aug 2012 20:36:54 +0100 Subject: [PATCH] report SCore errors as errors... --- ext/simpletest/main.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/simpletest/main.php b/ext/simpletest/main.php index 9345ef1e..7f7c73c8 100644 --- a/ext/simpletest/main.php +++ b/ext/simpletest/main.php @@ -117,6 +117,7 @@ class SCoreWebTestCase extends WebTestCase { else { $raw = $this->get(make_http(make_link($page))); } + $this->assertNoText("Internal Error"); $this->assertNoText("Exception:"); $this->assertNoText("Error:"); $this->assertNoText("Warning:");