We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4fbd48 commit a570442Copy full SHA for a570442
tests/DetectorTest.php
@@ -2,6 +2,7 @@
2
/**
3
* The MIT License (MIT)
4
* Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
5
+ * @testCase
6
*/
7
8
declare(strict_types=1);
@@ -18,7 +19,6 @@
18
19
20
require __DIR__ . '/bootstrap.php';
21
-/** @testCase */
22
class DetectorTest extends TestCase
23
{
24
private const TEMP_DIR = __DIR__ . '/temp/enabler';
tests/Plugin/SignUrlTest.php
@@ -16,7 +17,6 @@
16
17
require __DIR__ . '/../bootstrap.php';
class SignUrlTest extends \Tester\TestCase
private const KEY_HS256 = "zhYiojmp7O3VYQNuW0C5rS0VgFNgoAvuxW4IdS/0tn8";
0 commit comments