make testing work again...
This commit is contained in:
parent
b50199d5f3
commit
2a36504b4f
@ -33,7 +33,7 @@ define('ADMIN_PASS', "demo");
|
|||||||
*/
|
*/
|
||||||
class SCoreWebTestCase extends WebTestCase {
|
class SCoreWebTestCase extends WebTestCase {
|
||||||
protected function get_page($page) {
|
protected function get_page($page) {
|
||||||
$raw = $this->get(make_http(make_link($url)));
|
$raw = $this->get(make_http(make_link($page)));
|
||||||
$this->assertNoText("Exception:");
|
$this->assertNoText("Exception:");
|
||||||
$this->assertNoText("Error:");
|
$this->assertNoText("Error:");
|
||||||
$this->assertNoText("Warning:");
|
$this->assertNoText("Warning:");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user