I developed a bundle to setup maintenance mode on a SF app.
I also wrote tests for it, and this works if
./vendor/bin/simple-phpunit -c ./vendor/lch/maintennance-bundle/phpunit.xml.dist
)config/bootstrap.php
on my bundle test suite.I recently added Travis support and I can't find proper way to make my test run in th CI context.
Actual bootstrap.php
contains a simple autoload.php
include, but Travis keeps telling me it can't find even namespaces.