Skip to content

Commit a582606

Browse files
Copilotdkarlovi
andcommitted
Add PHPUnit UsesClass attributes for Filesystem, AssetCopy, and AssetFetch
Co-authored-by: dkarlovi <[email protected]>
1 parent 088d39a commit a582606

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
File renamed without changes.

tests/unit/AssetQueueTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
* @internal
2525
*/
2626
#[\PHPUnit\Framework\Attributes\CoversClass(AssetQueue::class)]
27+
#[\PHPUnit\Framework\Attributes\UsesClass(Filesystem::class)]
28+
#[\PHPUnit\Framework\Attributes\UsesClass(AssetCopy::class)]
29+
#[\PHPUnit\Framework\Attributes\UsesClass(AssetFetch::class)]
2730
class AssetQueueTest extends TestCase
2831
{
2932
private string $tempDir;

0 commit comments

Comments
 (0)