Changeset 337434
- Timestamp:
- 01/26/2011 11:45:19 AM (15 years ago)
- File:
-
- 1 edited
-
wp-unit/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-unit/trunk/readme.txt
r337135 r337434 10 10 11 11 Enables you to create unit tests for your plugins, run and check the results in a centralized way. 12 It uses phpunit.12 Since version 2.0 it has phpunit bundled in so all you need to get started with unit testing is to install this plugin. 13 13 14 14 Its based on the WordPress automated system but distributed as a plugin. Also it does not require a new database and a new configuration file so when you create your unit tests pay special attention to your database access so you keep a consistent database. … … 31 31 == Changelog == 32 32 33 1.2Bundle phpunit.33 2.0 Bundle phpunit. 34 34 35 35 1.1 Initial version
Note: See TracChangeset
for help on using the changeset viewer.