Changeset 9705 for trunk/tests/phpunit/testcases/members/functions.php
- Timestamp:
- 04/06/2015 08:55:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/members/functions.php
r9561 r9705 577 577 return $value; 578 578 } 579 580 /** 581 * @ticket BP6208 582 * 583 * Note - it's not possible to test this when registration is not configured properly, 584 * because `bp_has_custom_signup_page()` stores its value in a static variable that cannot 585 * be toggled. 586 */ 587 public function test_wp_registration_url_should_return_bp_register_page_when_register_page_is_configured_properly() { 588 $this->assertSame( bp_get_signup_page(), wp_registration_url() ); 589 } 579 590 }
Note: See TracChangeset
for help on using the changeset viewer.