cakephp2-php8/lib/Cake/Test/test_app/View/TestsApps/index.ctp
mark_story c5ca10ca69 Remove controller reuse between testAction() calls.
Reusing controllers between various testAction calls would
mean that calls that needed to render views, would break on the
second call to testAction().  Controllers are rebuilt for each testAction()
call now.

Fixes #2142
2011-10-22 10:58:21 -04:00

1 line
82 B
PHP

This is the TestsAppsController index view <?php echo isset($var) ? $var : ''; ?>