Skip to content

Commit 353c9bc

Browse files
author
joseph
committed
moving links checker test to large
1 parent a66e27a commit 353c9bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Medium/Markdown/LinksCheckerTest.php renamed to tests/Large/Markdown/LinksCheckerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace EdmondsCommerce\PHPQA\Tests\Medium\Markdown;
5+
namespace EdmondsCommerce\PHPQA\Tests\Large\Markdown;
66

77
use EdmondsCommerce\PHPQA\Markdown\LinksChecker;
88
use Exception;
@@ -17,7 +17,7 @@
1717
*
1818
* @internal
1919
*
20-
* @medium
20+
* @large
2121
*/
2222
final class LinksCheckerTest extends TestCase
2323
{

0 commit comments

Comments
 (0)