Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
smnandre committed Dec 22, 2024
1 parent d4111a7 commit 563380d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/MinifyInstallerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@
#[CoversClass(MinifyInstaller::class)]
class MinifyInstallerTest extends TestCase
{
public function testMinifyBinaryIsInstalledWhenNotAlreadyInstalled(): void
{
$installer = new MinifyInstaller('/tmp/minify');
$installer->install();
$this->assertTrue($installer->isInstalled());
}

public function testExceptionIsThrownWhenBinaryCannotBeDownloaded(): void
{
$httpClient = $this->createMock(HttpClientInterface::class);
Expand Down

0 comments on commit 563380d

Please sign in to comment.