Skip to content
Snippets Groups Projects
Commit c4192d11 authored by lukasmatusiewicz's avatar lukasmatusiewicz
Browse files

terminate the last comment

parent c98c8dd8
No related branches found
No related tags found
No related merge requests found
<?php
/*
* Copyright 2024 NetKnights GmbH - lukas.matusiewicz@netknights.it
* <p>
* Licensed under the GNU AFFERO GENERAL PUBLIC LICENSE Version 3;
* you may not use this file except in compliance with the License.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
//require_once(__DIR__ . '/../src/Client-Autoloader.php');
/*require_once(__DIR__ . '/../vendor/autoload.php');
require_once('utils/Utils.php');
......@@ -81,4 +92,4 @@ class ErrorMissingAuthorizationHeaderTest extends TestCase implements PILog
{
echo "error: " . $message . "\n";
}
}
\ No newline at end of file
}*/
\ No newline at end of file
......@@ -12,7 +12,6 @@
* limitations under the License.
*/
//require_once(__DIR__ . '/../src/Client-Autoloader.php');
/*require_once(__DIR__ . '/../vendor/autoload.php');
require_once("utils/Utils.php");
......@@ -116,4 +115,4 @@ class PollTransactionTest extends TestCase implements PILog
{
echo "error: " . $message . "\n";
}
}
\ No newline at end of file
}*/
\ No newline at end of file
......@@ -12,7 +12,6 @@
* limitations under the License.
*/
//require_once(__DIR__ . '/../src/Client-Autoloader.php');
/*require_once(__DIR__ . '/../vendor/autoload.php');
require_once('utils/Utils.php');
......@@ -141,4 +140,4 @@ class TriggerChallengeTest extends TestCase implements PILog
{
echo "error: " . $message . "\n";
}
}
\ No newline at end of file
}*/
\ No newline at end of file
......@@ -12,7 +12,6 @@
* limitations under the License.
*/
//require_once(__DIR__ . '/../src/Client-Autoloader.php');
/*require_once(__DIR__ . '/../vendor/autoload.php');
require_once('utils/Utils.php');
......@@ -136,4 +135,4 @@ class ValidateCheckTest extends TestCase implements PILog
{
echo "error: " . $message . "\n";
}
}
\ No newline at end of file
}*/
\ No newline at end of file
......@@ -12,7 +12,6 @@
* limitations under the License.
*/
//require_once(__DIR__ . '/../src/Client-Autoloader.php');
/*require_once(__DIR__ . '/../vendor/autoload.php');
require_once('utils/Utils.php');
......@@ -120,4 +119,4 @@ class ValidateCheckU2FTest extends TestCase implements PILog
{
echo "error: " . $message . "\n";
}
}
\ No newline at end of file
}*/
\ No newline at end of file
......@@ -12,7 +12,6 @@
* limitations under the License.
*/
//require_once(__DIR__ . '/../src/Client-Autoloader.php');
/*require_once(__DIR__ . '/../vendor/autoload.php');
require_once('utils/Utils.php');
......@@ -126,4 +125,4 @@ class ValidateCheckWebauthnTest extends TestCase implements PILog
{
echo "error: " . $message . "\n";
}
}
\ No newline at end of file
}*/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment