Source: php-psr-log-test
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: David Prévot <taffit@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-phpcomposer,
               php-psr-log (>= 2),
               phpab,
               phpunit
Standards-Version: 4.6.2
Homepage: https://www.php-fig.org/psr/psr-3/
Vcs-Git: https://salsa.debian.org/php-team/pear/php-psr-log-test.git
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-psr-log-test
Rules-Requires-Root: no

Package: php-psr-log-test
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Replaces: php-psr-log (<< 2),
          ${phpcomposer:Debian-conflict},
          ${phpcomposer:Debian-replace}
Conflicts: ${phpcomposer:Debian-conflict}
Breaks: php-psr-log (<< 2), ${phpcomposer:Debian-replace}
Suggests: ${phpcomposer:Debian-suggest}
Provides: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-provide}
Description: ${phpcomposer:description}
 fig/log-test is providing testing utilities for the `psr/log` package that
 backs the PSR-3 specification.
 .
  * `Psr\Log\Test\LoggerInterfaceTest` provides a base test class for
     ensuring compliance with the LoggerInterface.
  * `Psr\Log\Test\TestLogger` is a mock class for testing purposes.
