diff --git a/app/webroot/test.php b/app/webroot/test.php index 4ac8ab56c..6710d20cf 100644 --- a/app/webroot/test.php +++ b/app/webroot/test.php @@ -134,7 +134,7 @@ if (!vendor('simpletest' . DS . 'reporter')) { } if (isset($_GET['case'])) { if (isset($_GET['app'])) { - $show = '??show=cases&app=truee'; + $show = '?show=cases&app=true'; } else { $show = '?show=cases'; }