You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/Console/Command/SyncCommandTest.php
-17Lines changed: 0 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,7 @@
30
30
useFastForward\DevTools\GitIgnore\Reader;
31
31
useFastForward\DevTools\GitIgnore\Writer;
32
32
usePHPUnit\Framework\Attributes\CoversClass;
33
-
usePHPUnit\Framework\Attributes\Test;
34
33
usePHPUnit\Framework\Attributes\UsesClass;
35
-
useProphecy\Argument;
36
34
useProphecy\PhpUnit\ProphecyTrait;
37
35
38
36
#[CoversClass(SyncCommand::class)]
@@ -81,19 +79,4 @@ protected function getCommandHelp(): string
81
79
{
82
80
return'This command adds or updates dev-tools scripts in composer.json, copies reusable GitHub Actions workflows, ensures .editorconfig is present and up to date, and manages .gitattributes export-ignore rules.';
0 commit comments