Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Mar 9, 2024
1 parent 3165431 commit 45be57b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tests/behatstep_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class behatstep_test extends \advanced_testcase {
final class behatstep_test extends \advanced_testcase {

/**
* Basic test of step.
Expand Down
2 changes: 1 addition & 1 deletion tests/delete_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class delete_test extends \advanced_testcase {
final class delete_test extends \advanced_testcase {

/**
* Test deleting a s3 bucket.
Expand Down
2 changes: 1 addition & 1 deletion tests/form_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @coversDefaultClass \repository_s3bucket
*/
class form_test extends \advanced_testcase {
final class form_test extends \advanced_testcase {

/** @var int repo */
protected $repo;
Expand Down
2 changes: 1 addition & 1 deletion tests/generator_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class generator_test extends \advanced_testcase {
final class generator_test extends \advanced_testcase {

/**
* Create type and instance.
Expand Down
2 changes: 1 addition & 1 deletion tests/mock_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class mock_test extends \advanced_testcase {
final class mock_test extends \advanced_testcase {

/**
* Create type and instance.
Expand Down
2 changes: 1 addition & 1 deletion tests/other_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class other_test extends \advanced_testcase {
final class other_test extends \advanced_testcase {

/** @var int repo */
protected $repo;
Expand Down
2 changes: 1 addition & 1 deletion tests/privacy/privacy_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class privacy_test extends provider_testcase {
final class privacy_test extends provider_testcase {

/**
* Test privacy.
Expand Down

0 comments on commit 45be57b

Please sign in to comment.