Hi, I using Codeception and MultiModule Phalcon 3.0.3
i have declared route "login" fowardind to module session, controller index and action login. When i type in browser "/login" all work perfectly.
But when in FunctionalTest i use
<?php
$I->click('Login');
then Dispatcher send me Error about
LoginController cannot be loaded
when i change href for "session/index/login" it work corectly. So: what i can do wrong? PS. I dont have bootstrap for cli. in codeception i define to load bootstrap_web.php