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.
2 parents 7e8a7d9 + 1002945 commit 28d6685Copy full SHA for 28d6685
tests/AntiMattr/Tests/MongoDB/Migrations/Tools/Console/Command/StatusCommandTest.php
@@ -7,6 +7,7 @@
7
use AntiMattr\MongoDB\Migrations\Tools\Console\Command\StatusCommand;
8
use AntiMattr\TestCase\AntiMattrTestCase;
9
use Symfony\Component\Console\Input\ArgvInput;
10
+use Symfony\Component\Console\Input\InputInterface;
11
use Symfony\Component\Console\Output\OutputInterface;
12
13
/**
@@ -223,7 +224,7 @@ public function setMigrationConfiguration(Configuration $configuration)
223
224
$this->configuration = $configuration;
225
}
226
- public function getMigrationConfiguration()
227
+ public function getMigrationConfiguration(InputInterface $input, OutputInterface $output)
228
{
229
return $this->configuration;
230
0 commit comments