blob: 8a09961ba479044412c4078df12eece142dee889 (
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 = 6.0.4
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php>=7.0.0
source = https://phar.phpunit.de/phpunit-6.0.4.phar
source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/6.0.4/LICENSE
sha512sums = ce64a5169e3c32255f744c1f114ee298e1738c9be2b55646b188c02d422f3f19c38d25293f355e5a571dd1d2e3259993d728df0abb1dc719542e7c6c316d5731
sha512sums = a1899db182b9221aca64fd5a8952a56028786f9dbe4db78375d8e59075483b88a58c9cc68124bdaa2ebeb12340490b13cd5732b9e47ae5ed2d12703b6ffead2a
pkgname = phpunit
|