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 29 30 31 32 33 34
  
     | 
    
      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),
               dh-sequence-phpcomposer,
               php-doctrine-instantiator <!nocheck>,
               php-phpdocumentor-reflection-docblock,
               php-symfony-deprecation-contracts,
               phpab,
               phpunit <!nocheck>
Standards-Version: 4.7.2
Homepage: https://github.com/phpspec/prophecy
Vcs-Git: https://salsa.debian.org/php-team/pear/php-phpspec-prophecy.git
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-phpspec-prophecy
Package: php-phpspec-prophecy
Multi-Arch: foreign
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.
 
     |