Jump to content

PHPUnit

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Dawngerpony (talk | contribs) at 10:54, 13 May 2008 (Created page with '{{redirect|Junit|the Egyptian goddess|Junit (goddess)}} {{Infobox_Software | name = PHPUnit | logo = | screenshot ...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
PHPUnit
Developer(s)Sebastian Bergmann
Repository
Written inPHP
Operating systemCross-platform
TypeTest tool
Websitehttp://www.phpunit.de

PHPUnit is a unit testing framework for the PHP programming language. Created by Sebastian Bergmann, PHPUnit is one of the xUnit family of frameworks that originated with Kent Beck's SUnit.