vierge-noire / cakephp-test-suite-light

A fast test suite for CakePHP applications
MIT License
13 stars 7 forks source link

Alias connections #24

Closed pabloelcolombiano closed 3 years ago

pabloelcolombiano commented 3 years ago

The alias connection was removed in the past recent changes. This must be called again before the tests start. I propose to add this to the FixtureInjector:

    public function startTestSuite(TestSuite $suite): void
    {
        $this->_fixtureManager->aliasConnections();
    }