Skip to content

Commit

Permalink
adding a coversDefaultClass tag see #25
Browse files Browse the repository at this point in the history
  • Loading branch information
fmido88 committed May 24, 2024
1 parent e4dd43b commit 05ac4f3
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/coupons_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* @category test
* @copyright 2024 2024, Mohammad Farouk <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @coversDefaultClass \enrol_wallet\coupons
*/
final class coupons_test extends \advanced_testcase {

Expand Down
1 change: 1 addition & 0 deletions tests/enrol_wallet_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
* @package enrol_wallet
* @copyright 2023 Mo Farouk <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @coversDefaultClass \enrol_wallet_plugin
*/
final class enrol_wallet_test extends \advanced_testcase {
/**
Expand Down
1 change: 1 addition & 0 deletions tests/externallib_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* @copyright 2023 Mohammad Farouk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @runTestsInSeparateProcesses
* @coversDefaultClass \enrol_wallet_external
*/
final class externallib_test extends externallib_advanced_testcase {

Expand Down
1 change: 1 addition & 0 deletions tests/notifications_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* @package enrol_wallet
* @copyright 2023 Mo Farouk <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @coversDefaultClass \enrol_wallet\notifications
*/
final class notifications_test extends \advanced_testcase {
/**
Expand Down
1 change: 1 addition & 0 deletions tests/observer_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
* @package enrol_wallet
* @copyright 2023 Mo Farouk <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @coversDefaultClass \enrol_wallet\observer
*/
final class observer_test extends \advanced_testcase {
/**
Expand Down
2 changes: 1 addition & 1 deletion tests/payment/service_provider_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
use enrol_wallet\util\instance;
/**
* Unit tests for the enrol_wallet's payment subsystem callback implementation.
*
* @coversDefaultClass \enrol_wallet\payment\service_provider
*/
final class service_provider_test extends \advanced_testcase {

Expand Down
1 change: 1 addition & 0 deletions tests/transactions_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
* @package enrol_wallet
* @copyright 2023 Mo Farouk <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @coversDefaultClass \enrol_wallet\transactions
*/
final class transactions_test extends \advanced_testcase {

Expand Down
1 change: 1 addition & 0 deletions tests/turn_non_refundable_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
* @package enrol_wallet
* @copyright 2023 Mo Farouk <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @coversDefaultClass \enrol_wallet\task\turn_non_refundable
*/
final class turn_non_refundable_test extends \advanced_testcase {
/**
Expand Down
1 change: 1 addition & 0 deletions tests/util/balance_op_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
* @category test
* @copyright 2024 Mohammad Farouk <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @coversDefaultClass \enrol_wallet\util\balance_op
*/
final class balance_op_test extends \advanced_testcase {
/**
Expand Down
1 change: 1 addition & 0 deletions tests/util/instance_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* @category test
* @copyright 2024 2024, Mohammad Farouk <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @coversDefaultClass \enrol_wallet\util\instance
*/
final class instance_test extends \advanced_testcase {
/**
Expand Down

0 comments on commit 05ac4f3

Please sign in to comment.