Skip to content

Commit

Permalink
Tests: Add provider @group attributes for convenience.
Browse files Browse the repository at this point in the history
  • Loading branch information
iandunn committed Feb 10, 2023
1 parent 88634af commit 5d91ba6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/providers/class-two-factor-backup-codes-rest-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @package Two_Factor
* @group providers
* @group backup-codes
*/
class Tests_Two_Factor_Backup_Codes_REST_API extends WP_Test_REST_TestCase {

Expand Down
1 change: 1 addition & 0 deletions tests/providers/class-two-factor-backup-codes.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @package Two_Factor
* @group providers
* @group backup-codes
*/
class Tests_Two_Factor_Backup_Codes extends WP_UnitTestCase {

Expand Down
1 change: 1 addition & 0 deletions tests/providers/class-two-factor-dummy.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @package Two_Factor
* @group providers
* @group dummy
*/
class Tests_Two_Factor_Dummy extends WP_UnitTestCase {

Expand Down
1 change: 1 addition & 0 deletions tests/providers/class-two-factor-email.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @package Two_Factor
* @group providers
* @group email
*/
class Tests_Two_Factor_Email extends WP_UnitTestCase {

Expand Down
1 change: 1 addition & 0 deletions tests/providers/class-two-factor-fido-u2f.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @package Two_Factor
* @group providers
* @group u2f
*/
class Tests_Two_Factor_FIDO_U2F extends WP_UnitTestCase {

Expand Down
1 change: 1 addition & 0 deletions tests/providers/class-two-factor-totp-rest-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @package Two_Factor
* @group providers
* @group totp
*/
class Tests_Two_Factor_Totp_REST_API extends WP_Test_REST_TestCase {

Expand Down
1 change: 1 addition & 0 deletions tests/providers/class-two-factor-totp.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
* @package Two_Factor
* @group providers
* @group totp
*/
class Tests_Two_Factor_Totp extends WP_UnitTestCase {

Expand Down

0 comments on commit 5d91ba6

Please sign in to comment.