Plugin Directory

Changeset 337434


Ignore:
Timestamp:
01/26/2011 11:45:19 AM (15 years ago)
Author:
aaires
Message:

Updating readme according to new 2.0 version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-unit/trunk/readme.txt

    r337135 r337434  
    1010
    1111Enables you to create unit tests for your plugins, run and check the results in a centralized way.
    12 It uses phpunit.
     12Since version 2.0 it has phpunit bundled in so all you need to get started with unit testing is to install this plugin.
    1313
    1414Its 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.
     
    3131== Changelog ==
    3232
    33 1.2 Bundle phpunit.
     332.0 Bundle phpunit.
    3434
    35351.1 Initial version
Note: See TracChangeset for help on using the changeset viewer.