report SCore errors as errors...
This commit is contained in:
parent
c1fbf128c9
commit
82d74b5719
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ class SCoreWebTestCase extends WebTestCase {
|
||||||
else {
|
else {
|
||||||
$raw = $this->get(make_http(make_link($page)));
|
$raw = $this->get(make_http(make_link($page)));
|
||||||
}
|
}
|
||||||
|
$this->assertNoText("Internal Error");
|
||||||
$this->assertNoText("Exception:");
|
$this->assertNoText("Exception:");
|
||||||
$this->assertNoText("Error:");
|
$this->assertNoText("Error:");
|
||||||
$this->assertNoText("Warning:");
|
$this->assertNoText("Warning:");
|
||||||
|
|
Reference in a new issue