This commit is contained in:
Shish
2020-04-25 21:36:28 +01:00
parent 0b2e36303d
commit 2cae6cd273
9 changed files with 47 additions and 20 deletions

View File

@@ -132,10 +132,9 @@ abstract class ShimmiePHPUnitTestCase extends TestCase
}
$_SERVER['REQUEST_URI'] = make_link($page_name);
foreach ($args as $k=>$v) {
if(is_array($v)) {
if (is_array($v)) {
$args[$k] = $v;
}
else {
} else {
$args[$k] = (string)$v;
}
}