I have an application with the default directory structure, for an application without custom modules (see structure figure at the end).
I have written a ControllerTes
My solution was to include this line after parent::setUp()
parent::setUp()
$this->_application->getBootstrap()->getPluginResource('frontcontroller')->init();