Source: php-phpspec-prophecy Section: php Priority: optional Maintainer: Debian PHP PEAR Maintainers Uploaders: David Prévot , Prach Pongpanich Build-Depends: debhelper-compat (= 13), phpab, phpunit, pkg-php-tools Standards-Version: 4.5.1 Homepage: https://github.com/phpspec/prophecy Vcs-Git: https://salsa.debian.org/php-team/pear/php-phpspec-prophecy.git -b debian/latest Vcs-Browser: https://salsa.debian.org/php-team/pear/php-phpspec-prophecy Rules-Requires-Root: no Package: php-phpspec-prophecy Architecture: all Depends: ${misc:Depends}, ${phpcomposer:Debian-require} Suggests: ${phpcomposer:Debian-suggest} Replaces: ${phpcomposer:Debian-replace} Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace} Provides: ${phpcomposer:Debian-provide} Description: object mocking framework - phpspec component Prophecy is an opinionated and flexible PHP object mocking framework. . It was initially created to fulfil phpspec2 needs, but is flexible enough to be used inside any testing framework out there with minimal effort. . phpspec can help write clean and working PHP code using behaviour driven development or BDD. BDD is a technique derived from test-first development.