Skip to content

Commit

Permalink
Try renaming class to have Test at the end, not sure if this is a php…
Browse files Browse the repository at this point in the history
…unit requirement
  • Loading branch information
driusan committed Jun 14, 2023
1 parent 7b54c77 commit 24c7985
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.txt GPLv3
* @link https://www.github.com/aces/Loris/
*/
class LorisApiAuthenticatedTest_v0_0_3 extends LorisIntegrationTest
class LorisApiAuthenticated_v0_0_3_Test extends LorisIntegrationTest
{

protected $client;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
require_once __DIR__ . "/LorisApiAuthenticatedTest.php";
require_once __DIR__ . "/LorisApiAuthenticated_v0_0_3_Test.php";

/**
* PHPUnit class for API test suite. This script sends HTTP requests to every
Expand All @@ -15,7 +15,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.txt GPLv3
* @link https://www.github.com/aces/Loris/
*/
class LorisApiSitesTest_v0_0_3 extends LorisApiAuthenticatedTest_v0_0_3
class LorisApiSites_v0_0_3_Test extends LorisApiAuthenticated_v0_0_3_Test
{
/**
* Tests the HTTP GET request for the endpoint /sites
Expand Down

0 comments on commit 24c7985

Please sign in to comment.