Skip to content

Commit c21fdcf

Browse files
committed
Drop unused mock of non-existent interface
Signed-off-by: Aleksei Khudiakov <[email protected]>
1 parent 60333ca commit c21fdcf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/Model/DbAutodiscoveryModelFactoryTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ public function testFactoryReturnsDbAutodiscoveryModelComposingConfigAndContaine
4141
{
4242
$factory = new DbAutodiscoveryModelFactory();
4343

44-
$this->prophesize(WriterInterface::class)->reveal();
45-
4644
$this->container->has('config')->willReturn(true);
4745
$this->container->get('config')->willReturn([]);
4846

0 commit comments

Comments
 (0)