Skip to content

Commit b4a91a1

Browse files
Remove calls to getMockForAbstractClass()
1 parent c5a5143 commit b4a91a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Session/Storage/Proxy/AbstractProxyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class AbstractProxyTest extends TestCase
2929

3030
protected function setUp(): void
3131
{
32-
$this->proxy = $this->getMockForAbstractClass(AbstractProxy::class);
32+
$this->proxy = new class() extends AbstractProxy {};
3333
}
3434

3535
protected function tearDown(): void

0 commit comments

Comments
 (0)