Skip to content

Commit

Permalink
Update StraussIssue47Test.php
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Apr 25, 2024
1 parent 951b289 commit 1689847
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/Issues/StraussIssue47Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,7 @@ public function test_double_namespace_only_file_copied()

exec('composer install');

$inputInterfaceMock = $this->createMock(InputInterface::class);
$outputInterfaceMock = $this->createMock(OutputInterface::class);

$strauss = new Compose();

$result = $strauss->run($inputInterfaceMock, $outputInterfaceMock);
$result = $this->runStrauss();

// 0 for no errors.
self::assertNotEquals(1, $result);
Expand Down

0 comments on commit 1689847

Please sign in to comment.