We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60333ca commit c21fdcfCopy full SHA for c21fdcf
test/Model/DbAutodiscoveryModelFactoryTest.php
@@ -41,8 +41,6 @@ public function testFactoryReturnsDbAutodiscoveryModelComposingConfigAndContaine
41
{
42
$factory = new DbAutodiscoveryModelFactory();
43
44
- $this->prophesize(WriterInterface::class)->reveal();
45
-
46
$this->container->has('config')->willReturn(true);
47
$this->container->get('config')->willReturn([]);
48
0 commit comments