diff --git a/dev_mvc/model/testactions/TestAction.php b/dev_mvc/model/testactions/TestAction.php index a82fc86..f20bcca 100644 --- a/dev_mvc/model/testactions/TestAction.php +++ b/dev_mvc/model/testactions/TestAction.php @@ -29,7 +29,12 @@ class TestAction{ } public static function returnLogAsText(){ for($i = 0; $iACTION FAILED'); + break; + } } + echo('
ACTION SUCCESSFUL
') } } \ No newline at end of file