Skip to content

mkosiedowski/php-testing-workshops

Repository files navigation

Boilerplate for tests in PHP project

This repository demonstrate a simple setup with four automated tests run with Phing:

  • PHPCS for code style
  • PHPCPD for copy/paste detection
  • PHPSpec for unit tests
  • Behat for end-to-end / integration tests

How to run project

  1. Download Composer
  2. Run composer install in project directory
  3. Run ./bin/phing in project directory

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published