Changeset 11739 for trunk/tests/phpunit/testcases/core/suggestions.php
- Timestamp:
- 11/03/2017 09:11:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/suggestions.php
r11256 r11739 13 13 protected static $user_ids = array(); 14 14 15 public static function setUpBeforeClass() { 16 parent::setUpBeforeClass(); 17 18 $factory = new BP_UnitTest_Factory(); 19 15 public static function wpSetUpBeforeClass( $factory ) { 20 16 self::$old_user_id = get_current_user_id(); 21 17 self::$current_user = $factory->user->create( array(
Note: See TracChangeset
for help on using the changeset viewer.