diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-21 23:12:33 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-21 23:12:33 +0000 |
commit | 4c4b807e8ba42c27b5d17714c997b4fc19b1a049 (patch) | |
tree | d0c1bf7b2a9041a3f971dc2d1f7cb1352a604137 /devel/Makefile | |
parent | Mark DEPRECATED due to bash local DoS (RHSA-2000-117) and due to (diff) |
[New Port] SimpleTest 1.0RC1, PHP unit testing framework\
Unit testing, mock objects and web testing framework for PHP
built around test cases. If you know JUnit or some of the PHPUnit
clones this will need no explanation. It also adds JWebUnit
style testing including cookies, authentication and form handling
WWW: http://sourceforge.net/projects/simpletest/
PR: ports/72061
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Notes
Notes:
svn path=/head/; revision=124740
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 30dfe2a9c6bd..62ada0c04902 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1352,6 +1352,7 @@ SUBDIR += sigslot SUBDIR += silc-toolkit SUBDIR += simgear + SUBDIR += simpletest SUBDIR += simulavr SUBDIR += skalibs SUBDIR += smc |