Changeset 10669 for trunk/tests/phpunit/testcases/core/class-bp-email.php
- Timestamp:
- 03/21/2016 04:26:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/class-bp-email.php
r10668 r10669 253 253 254 254 public function test_sending_email() { 255 require_once( BP_PLUGIN_DIR . '/bp-core/admin/bp-core-admin-schema.php' ); 256 bp_core_install_emails(); 257 255 258 $user1 = get_user_by( 'id', $this->u1 ); 256 259 $result = bp_send_email( 'core-user-registration', $this->u1, array(
Note: See TracChangeset
for help on using the changeset viewer.