1
0
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:
Cameron
2020-12-04 12:37:16 -08:00
parent 83d189e04c
commit 729da341e1
2 changed files with 2 additions and 1 deletions

View File

@@ -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);
}

View File

@@ -665,6 +665,7 @@ while($row = $sql->fetch())
$this->assertSame( $val['expected'], $actual);
}
$this->tp->setStaticUrl(null);