Changeset 9139 for trunk/tests/phpunit/testcases/messages/notifications.php
- Timestamp:
- 11/14/2014 02:01:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/messages/notifications.php
r8958 r9139 11 11 public function test_bp_messages_message_delete_notifications() { 12 12 $current_user = get_current_user_id(); 13 $u = $this-> create_user();13 $u = $this->factory->user->create(); 14 14 $this->set_current_user( $u ); 15 15
Note: See TracChangeset
for help on using the changeset viewer.