Skip to content

Commit a570442

Browse files
committed
Tests: Improve performance (fix)
1 parent a4fbd48 commit a570442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/DetectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/**
33
* The MIT License (MIT)
44
* Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
5+
* @testCase
56
*/
67

78
declare(strict_types=1);
@@ -18,7 +19,6 @@
1819

1920
require __DIR__ . '/bootstrap.php';
2021

21-
/** @testCase */
2222
class DetectorTest extends TestCase
2323
{
2424
private const TEMP_DIR = __DIR__ . '/temp/enabler';

tests/Plugin/SignUrlTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/**
33
* The MIT License (MIT)
44
* Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
5+
* @testCase
56
*/
67

78
declare(strict_types=1);
@@ -16,7 +17,6 @@
1617

1718
require __DIR__ . '/../bootstrap.php';
1819

19-
/** @testCase */
2020
class SignUrlTest extends \Tester\TestCase
2121
{
2222
private const KEY_HS256 = "zhYiojmp7O3VYQNuW0C5rS0VgFNgoAvuxW4IdS/0tn8";

0 commit comments

Comments
 (0)