This repo contains some slides for an introduction to Codeception which
you can find on GitHub Pages (sources under /docs
). In these slides there are some example
tests. Under /example
you can find a sample project with a working
Codeception setup including those tests from the talk.
The talk also includes a small challenge to practice how to setup and use Codeception to test your code/application. To get you started with this challenge there is a boilerplate repository with composer pre-setup which also includes some instructions for the challenge.