Changeset 10246 for trunk/tests/phpunit/includes/testcase.php
- Timestamp:
- 10/11/2015 03:46:24 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase.php
r10222 r10246 11 11 * A flag indicating whether an autocommit has been detected inside of a test. 12 12 * 13 * @since BuddyPress (2.4.0)13 * @since 2.4.0 14 14 * 15 15 * @var bool … … 20 20 * A list of components that have been deactivated during a test. 21 21 * 22 * @since BuddyPress (2.4.0)22 * @since 2.4.0 23 23 * 24 24 * @var array … … 529 529 * Set a flag that an autocommit has taken place inside of a test method. 530 530 * 531 * @since BuddyPress (2.4.0)531 * @since 2.4.0 532 532 */ 533 533 public function set_autocommit_flag() { … … 538 538 * Deactivate a component for the duration of a test. 539 539 * 540 * @since BuddyPress (2.4.0)540 * @since 2.4.0 541 541 * 542 542 * @param string $component Component name.
Note: See TracChangeset
for help on using the changeset viewer.