Symfony2 and Codeception - [4/24] - Generating Tests

Find the full series here : In this video we follow the third step of the Codeception quick start which is to generate our first test files. However, deviating slightly from the Codeception quick start, we are going to go ahead and generate the four different types of test that Codeception provides for our use. These are: * Cept (ac-Cept-ance test) * Cest (a combination of Acceptance and Test) * PHPUnit * Test (Codeception’s enhanced PHPUnit
Back to Top