blob: 73885b41dd3bdf4a4476732b977679c2dad61fd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
pkgver = 9.1.1
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php>=7.0.0
source = https://phar.phpunit.de/phpunit-9.1.1.phar
source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.1.1/LICENSE
sha512sums = ad1b0b044e0637c76767f2e69d03518504c882de751cddffa246f27963c102337d2344b8ebf8718886cd00057a1fffabfd0e09e00db533b16fce825fc54b79c1
sha512sums = 9ca5ce5d441629921af418c7d700d3a6942fbaa07d0081ce5abf835122f2f025b7737daedf55b2039d05875dac4d09fc034ea3dbd97404d8d1f326b1ce7b22df
pkgname = phpunit
|