Changeset 423 in tests for README.txt
- Timestamp:
- 08/23/2011 10:51:41 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.txt
r391 r423 13 13 Test cases live in the 'wp-testcase' subdirectory. All files in that directory will be included by default. Extend the WPTestCase class to ensure your test is run. 14 14 15 wp-test.php will initialize and install a (more or less) complete running copy of Word press each time it is run. This makes it possible to run functional interface and module tests against a fully working database and codebase, as opposed to pure unit tests with mock objects and stubs. Pure unit tests may be used also, of course.15 wp-test.php will initialize and install a (more or less) complete running copy of WordPress each time it is run. This makes it possible to run functional interface and module tests against a fully working database and codebase, as opposed to pure unit tests with mock objects and stubs. Pure unit tests may be used also, of course. 16 16 17 17 The test database will be wiped clean with DROP TABLE statements once tests are finished, to ensure a clean start next time the tests are run.
Note: See TracChangeset
for help on using the changeset viewer.