Skip to content

Commit c24871b

Browse files
Copilotdkarlovi
andcommitted
Add comprehensive test coverage and improve AssetQueue test documentation
Co-authored-by: dkarlovi <[email protected]>
1 parent fe73c9c commit c24871b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/unit/AssetQueueTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
use Symfony\Component\Filesystem\Filesystem;
2121
use Symfony\Contracts\HttpClient\HttpClientInterface;
2222

23+
/**
24+
* @internal
25+
*/
26+
#[\PHPUnit\Framework\Attributes\CoversClass(AssetQueue::class)]
2327
class AssetQueueTest extends TestCase
2428
{
2529
private string $tempDir;

0 commit comments

Comments
 (0)