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:");