Skip to content

Commit

Permalink
Remove calls to getMockForAbstractClass()
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-daubois committed May 15, 2024
1 parent c5a5143 commit b4a91a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Session/Storage/Proxy/AbstractProxyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class AbstractProxyTest extends TestCase

protected function setUp(): void
{
$this->proxy = $this->getMockForAbstractClass(AbstractProxy::class);
$this->proxy = new class() extends AbstractProxy {};
}

protected function tearDown(): void
Expand Down

0 comments on commit b4a91a1

Please sign in to comment.