mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
Disable static URL mode after tests.
This commit is contained in:
@@ -275,7 +275,7 @@
|
||||
$this->assertTrue($result, $var['expected']." was not found in the rendered links. Render links result:".$actual."\n\n");
|
||||
}
|
||||
|
||||
|
||||
$tp->setStaticUrl(null);
|
||||
|
||||
|
||||
}
|
||||
|
@@ -665,6 +665,7 @@ while($row = $sql->fetch())
|
||||
$this->assertSame( $val['expected'], $actual);
|
||||
}
|
||||
|
||||
$this->tp->setStaticUrl(null);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user