initial import of pear-PHPUnit-0.6.1

--
PHPUnit is a regression testing framework used for implementing the
unit tests in the PHP source.  It is based upon JUnit, which can
be found at http://www.junit.org/
This commit is contained in:
avsm 2003-05-24 18:39:25 +00:00
parent 7f86816dec
commit 627878e833
4 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/05/24 18:39:25 avsm Exp $
COMMENT= "regression testing framework for PHP"
V= 0.6.1
DISTNAME= PHPUnit-${V}
PKGNAME= pear-${DISTNAME}
CATEGORIES= devel pear
MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
MODULES= pear
# PHP License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (PHPUnit-0.6.1.tgz) = e0e8b506ba763942eb695126ce29fbd2
RMD160 (PHPUnit-0.6.1.tgz) = 481764934e4f16fdee801be652bed8ad69d4ba48
SHA1 (PHPUnit-0.6.1.tgz) = 4df68ea970b099490df62b415e876d5045e6d4b5

View File

@ -0,0 +1,3 @@
PHPUnit is a regression testing framework used for implementing the
unit tests in the PHP source. It is based upon JUnit, which can
be found at http://www.junit.org/

View File

@ -0,0 +1,16 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/05/24 18:39:25 avsm Exp $
pear/lib/.registry/PHPUnit.reg
pear/lib/PHPUnit.php
pear/lib/PHPUnit/Assert.php
pear/lib/PHPUnit/GUI/HTML.php
pear/lib/PHPUnit/GUI/HTML.tpl
pear/lib/PHPUnit/GUI/SetupDecorator.php
pear/lib/PHPUnit/RepeatedTest.php
pear/lib/PHPUnit/TestCase.php
pear/lib/PHPUnit/TestDecorator.php
pear/lib/PHPUnit/TestFailure.php
pear/lib/PHPUnit/TestListener.php
pear/lib/PHPUnit/TestResult.php
pear/lib/PHPUnit/TestSuite.php
@dirrm pear/lib/PHPUnit/GUI
@dirrm pear/lib/PHPUnit