PHPixie Documentation

  • Docs
  • /
  • Testing with Codeception

Having tests is the fastest and most reliable way of making sure your application is running as expected. This makes fixing, refactoring and adding features much faster. The most straightforward approach is acceptance testing, in which you try to emulate user behaviour on a running website. One of the best tools to do that in PHP is Codeception, which can be easily integrated with PHPixie.