This website requires JavaScript.
Explore
Help
Sign In
adulau
/
cakephp2-php8
Watch
1
Star
0
Fork
You've already forked cakephp2-php8
0
mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced
2024-11-16 20:08:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
8e818c89b6
cakephp2-php8
/
lib
/
Cake
/
Test
/
test_app
/
View
/
TestsApps
/
index.ctp
2 lines
82 B
Text
Raw
Normal View
History
Unescape
Escape
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 14:58:21 +00:00
This is the TestsAppsController index view <?php echo isset($var) ? $var : ''; ?>
Reference in a new issue
Copy permalink