pioter
Results
2
issues of
pioter
Hi, how can i disable automatic callbacks in tests (rspec)?
I add new controller by: `addControllerRoute('hello', 'Index:index')->via('GET')->name('name');` and i have problem with ``` Invalid argument supplied for foreach() Location:lib/vendor/slim/slim/Slim/Router.php in handleError , line 147 ``` exactly is: ``` protected function...