mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-04 10:05:43 +03:00
Contributors: Reset profile hours when pledge deactivated.
See https://github.com/WordPress/five-for-the-future/issues/169
This commit is contained in:
parent
834c62c0d0
commit
c6d7bbb7c1
6 changed files with 338 additions and 4 deletions
|
@ -6,6 +6,9 @@ use const WordPressDotOrg\FiveForTheFuture\Pledge\CPT_ID as PLEDGE_POST_TYPE;
|
|||
|
||||
defined( 'WPINC' ) || die();
|
||||
|
||||
/**
|
||||
* @group auth
|
||||
*/
|
||||
class Test_Auth extends WP_UnitTestCase {
|
||||
// phpcs:ignore PSR2.Classes.PropertyDeclaration.Multiple
|
||||
protected static $pledge, $action, $page, $action_url, $token;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue