You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.6.2 and before / dev-master (2015-09-02) and before
If you use monkey patching and you have a class named *test.php, you get Fatal error: Cannot redeclare class *test.
The text was updated successfully, but these errors were encountered:
kenjis
changed the title
Fatal error: Cannot redeclare class *_test in .../application/controllers/*_test.php on line 0
Fatal error: Cannot redeclare class *test in .../application/controllers/*test.php on line 0
Sep 2, 2015
If you use monkey patching and you have a class named
*test.php
, you getFatal error: Cannot redeclare class *test
.The text was updated successfully, but these errors were encountered: