Changeset 10539
- Timestamp:
- 02/06/2016 07:26:09 PM (10 years ago)
- Location:
- trunk/tests/phpunit
- Files:
-
- 1 added
- 2 edited
-
bootstrap.php (modified) (1 diff)
-
includes/testcase-emails.php (added)
-
testcases/core/class-bp-email.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/bootstrap.php
r9819 r10539 18 18 // Load the BP-specific testing tools 19 19 require BP_TESTS_DIR . '/includes/testcase.php'; 20 require BP_TESTS_DIR . '/includes/testcase-emails.php'; -
trunk/tests/phpunit/testcases/core/class-bp-email.php
r10505 r10539 4 4 * @group BP_Email 5 5 */ 6 class BP_Tests_Email extends BP_UnitTestCase {6 class BP_Tests_Email extends BP_UnitTestCase_Emails { 7 7 protected $u1; 8 8 protected $u2;
Note: See TracChangeset
for help on using the changeset viewer.