Skip to:
Content

BuddyPress.org

Changeset 6905

Timestamp:
04/11/2013 12:00:13 AM (11 years ago)
Author:
boonebgorges
Message:

Moves automated testing suite into BuddyPress core

The new, improved BuddyPress testing suite boasts the following features:

  • It uses a vanilla copy of the WordPress test suite as a basis, for maximum portability and future-compatibility
  • Allows for BP-dependent plugins to write their own tests that use the BP test libraries (like our data factories)
  • Conforms to current best practices for building WordPress plugin tests

The existing testcases themselves will be ported over in the next changeset, so
as to keep this one reasonably small.

See the Codex page (forthcoming) on how to set up and run the tests, how to add
to them, and how to write BP-dependent tests in your own plugin.

See #4889

Props djpaul, boonebgorges

Location:
trunk/tests
Files:
8 added

Note: See TracChangeset for help on using the changeset viewer.