1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: php-phpspec-prophecy
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: David Prévot <taffit@debian.org>,
Prach Pongpanich <prachpub@gmail.com>
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.
|