Symfony2 and Codeception - [1/24] - Installing

Watch this full series on Codeception and Symfony 2 at In this beginner friendly episode we will look into how you can use Composer to add the files that Codeception 2.0 requires to our existing Symfony 2 project. This isn’t technically installing Codeception, rather, it is pulling the latest code from the Codeception project into our development environment so that we can begin to use it for our tests.
Back to Top