-
Bug
-
Resolution: Fixed
-
Low
-
3.3.0
-
None
Hello,
For some reason the method in a controller is marked as not entered even though the content inside is shown to be executed. Please can you help me rationalize/ understand this?
Please refer to me screenshots:
index_method_not_executed.png: to see that the index() method is not executed even though its contents are.
test_for_index_method.png: the test that is run to get the method to run.
as workaround (if it's really necessary) you can change the access modifier to protected (or private...).
this issue only happens with public and default.