We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8659e9 commit aa5ee84Copy full SHA for aa5ee84
1 file changed
tests/FunctionalTests/Controller/Dashboard/DashboardPackagesControllerTest.php
@@ -46,8 +46,6 @@ public function testAddMirroring(): void
46
47
$package = $packageRepository->findOneByName('psr/cache');
48
self::assertNotNull($package, 'A package was created.');
49
-
50
- $packageRepository->remove($package, true);
51
}
52
53
public function testAddVcsRepository(): void
@@ -70,8 +68,6 @@ public function testAddVcsRepository(): void
70
68
71
69
$package = $packageRepository->findOneByName('psr/container');
72
73
74
75
76
77
public function testEdit(): void
0 commit comments