php-phpspec-prophecy-phpunit

Integrating the Prophecy mocking library in PHPUnit test cases
  https://github.com/phpspec/prophecy-phpunit
  0
  no reviews



Prophecy PhpUnit integrates the Prophecy mocking library with PHPUnit to provide an easier mocking in testsuite.

phpspec can help write clean and working PHP code using behaviour driven development or BDD. BDD is a technique derived from test-first development.