File: control

package info (click to toggle)
php-mock-phpunit 2.10.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: php: 841; makefile: 19; sh: 7; xml: 7
file content (28 lines) | stat: -rw-r--r-- 1,044 bytes parent folder | download
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-mock-phpunit
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: James Valleroy <jvalleroy@mailbox.org>
Build-Depends: debhelper-compat (= 13),
               php-mbstring,
               php-mock (>= 2.4.0),
               php-mock-integration,
               php-mockery,
               php-phpspec-prophecy,
               phpab,
               phpunit,
               pkg-php-tools
Standards-Version: 4.7.0
Homepage: https://github.com/php-mock/php-mock-phpunit
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-mock-phpunit
Vcs-Git: https://salsa.debian.org/php-team/pear/php-mock-phpunit.git
Rules-Requires-Root: no

Package: php-mock-phpunit
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Recommends: ${phpcomposer:Debian-recommend}
Suggests: ${phpcomposer:Debian-suggest}
Description: mock built-in PHP functions with PHPUnit
 Provides a trait for PHPUnit test cases to integrate with PHP-Mock, a
 function mock library.