Lessons: 13Length: 1.8 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

1.3 Dumping a Database

An important component to successful acceptance testing is the database. While, when unit testing, it’s important to mock the database layer, the same is not true for acceptance tests. As such, we need an easy way to reproduce the same database state for each test. Luckily, Codeception is up for the job!