Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Mar 28, 2024
1 parent 28ac0e5 commit 1d72850
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Mockery/IsolatedMockeryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ public function testOverloadMock(): void

private function requireFoo2(Foo2 $foo): void
{
echo 'test';
}

private function requireFoo3(Foo3 $foo): void
{
echo 'test';
}

}
3 changes: 3 additions & 0 deletions tests/Mockery/MockeryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,17 @@ public function testNamedMock(): void

private function requireFoo(Foo $foo): void
{
echo 'test';
}

private function requireBaz(Baz $baz): void
{
echo 'test';
}

private function requireBuzz(Buzz $buzz): void
{
echo 'test';
}

}

0 comments on commit 1d72850

Please # to comment.