File: control

package info (click to toggle)
phpunit 7.5.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,824 kB
  • sloc: php: 32,451; xml: 862; makefile: 36
file content (49 lines) | stat: -rw-r--r-- 2,097 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: phpunit
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Prach Pongpanich <prach@debian.org>
Build-Depends: debhelper-compat (= 12),
               help2man,
               php-codecoverage (>= 6.0.7),
               php-deepcopy,
               php-doctrine-instantiator,
               php-mbstring,
               php-phar-io-manifest,
               php-phpspec-prophecy,
               php-soap,
               php-sqlite3,
               php-timer (>= 2),
               php-xdebug,
               phpab,
               phpunit-diff (>= 3),
               phpunit-environment (>= 3),
               phpunit-global-state,
               phpunit-object-enumerator,
               phpunit-resource-operations,
               pkg-php-tools (>= 1.29~)
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/php-team/pear/phpunit.git -b buster
Vcs-Browser: https://salsa.debian.org/php-team/pear/phpunit
Homepage: https://phpunit.de/

Package: phpunit
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Replaces: ${phpcomposer:Debian-replace}, ${phpcomposer:Debian-conflict}
Conflicts: ${phpcomposer:Debian-conflict}
Breaks: ${phpcomposer:Debian-replace}
Suggests: phpunit-dbunit, ${phpcomposer:Debian-suggest}
Provides: ${phpcomposer:Debian-provide}, ${phpcomposer:Debian-conflict}
Description: Unit testing suite for PHP
 Unit testing allows you to write small test methods which verify units of
 functionality in your program.  It is a powerful technique for improving the
 quality of your software, preventing regressions, and allowing confident
 refactoring of your code.
 .
 PHPUnit is a unit testing suite for the PHP language, modelled on the xUnit
 testing framework, designed by Kent Beck and Erich Gamma.  If you've used
 JUnit (for Java), PyUnit (for Python), CxxUnit (for C++), or any of the
 other equivalents for other languages, the API for this package should seem
 fairly familiar.  If you've never written unit tests before, the PHPUnit
 API is simple to learn and use.