Changeset 5673 for trunk/tests/phpunit/includes/testcase.php
- Timestamp:
- 04/07/2015 12:35:06 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/testcase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase.php
r5671 r5673 30 30 31 31 $this->factory = new BBP_UnitTest_Factory; 32 33 if ( class_exists( 'BP_UnitTest_Factory' ) ) { 34 $this->bp_factory = new BP_UnitTest_Factory(); 35 } 32 36 } 33 37
Note: See TracChangeset
for help on using the changeset viewer.