Skip to content

Commit

Permalink
rename the rest of the v0.0.3 files
Browse files Browse the repository at this point in the history
  • Loading branch information
driusan committed Jun 14, 2023
1 parent b668830 commit 8e88b9a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

require_once __DIR__ . "/LorisApiAuthenticatedTest.php";
require_once __DIR__ . "/LorisApiAuthenticatedTest_v0_0_3.php";

/**
* PHPUnit class for API test suite. This script sends HTTP requests to every
Expand All @@ -16,7 +16,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.txt GPLv3
* @link https://www.github.com/aces/Loris/
*/
class LorisApiDicomsTest_v0_0_3 extends LorisApiAuthenticatedTest_v0_0_3
class LorisApiDicoms_v0_0_3_Test extends LorisApiAuthenticated_v0_0_3_Test
{
protected $candidTest = "400162";
protected $visitTest = "V6";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?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 @@ -16,7 +16,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.txt GPLv3
* @link https://www.github.com/aces/Loris/
*/
class LorisApiInstrumentsTest_v0_0_3 extends LorisApiAuthenticatedTest_v0_0_3
class LorisApiInstruments_v0_0_3_Test extends LorisApiAuthenticated_v0_0_3_Test
{
protected $instrumentTest = "testtest";
protected $candidTest = "900000";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?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 @@ -16,7 +16,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.txt GPLv3
* @link https://www.github.com/aces/Loris/
*/
class LorisApiProjectsTest_v0_0_3 extends LorisApiAuthenticatedTest_v0_0_3
class LorisApiProjects_v0_0_3_Test extends LorisApiAuthenticated_v0_0_3_Test
{
protected $projectName = "Pumpernickel";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?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 @@ -16,7 +16,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.txt GPLv3
* @link https://www.github.com/aces/Loris/
*/
class LorisApiRecordingsTest_v0_0_3 extends LorisApiAuthenticatedTest_v0_0_3
class LorisApiRecordings_v0_0_3_Test extends LorisApiAuthenticated_v0_0_3_Test
{
protected $frecordTest = "sub-OTT174_ses-V1_task-faceO_eeg.edf";
protected $candidTest = "300174";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?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 @@ -16,7 +16,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.txt GPLv3
* @link https://www.github.com/aces/Loris/
*/
class LorisApiVisitsTest_v0_0_3 extends LorisApiAuthenticatedTest_v0_0_3
class LorisApiVisits_v0_0_3_Test extends LorisApiAuthenticated_v0_0_3_Test
{
protected $candidTest = "300008";
protected $visitTest = "V1";
Expand Down

0 comments on commit 8e88b9a

Please sign in to comment.