File: control

package info (click to toggle)
php-mock 2.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: php: 1,703; makefile: 18; xml: 17; sh: 7
file content (26 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
Source: php-mock
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), phpab, phpunit, pkg-php-tools
Standards-Version: 4.6.2
Homepage: https://github.com/php-mock/php-mock
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-mock
Vcs-Git: https://salsa.debian.org/php-team/pear/php-mock.git
Rules-Requires-Root: no

Package: php-mock
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Recommends: ${phpcomposer:Debian-recommend}
Suggests: ${phpcomposer:Debian-suggest}
Description: mock built-in PHP functions
 PHP-Mock is a testing library which mocks non deterministic built-in
 PHP functions like time() or rand(). This is achieved by PHP's
 namespace fallback policy. Therefore it is required to be in a non
 global namespace context and call the function unqualified.
 .
 PHP-Mock has integrations for PHPUnit, Mockery, and Prophecy
 (phpspec).