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 0482db4 commit ef1d637Copy full SHA for ef1d637
tests/AntiMattr/Tests/MongoDB/Migrations/Tools/Console/Command/ExecuteCommandTest.php
@@ -127,7 +127,7 @@ public function testExecuteUpWithInteraction()
127
);
128
}
129
130
- public function testExecuteReplyWithoutInteraction()
+ public function testExecuteReplayWithoutInteraction()
131
{
132
// Variables and Objects
133
$application = new Application();
tests/AntiMattr/Tests/MongoDB/Migrations/VersionTest.php
@@ -233,7 +233,7 @@ public function testIsMigrated()
233
/**
234
* @test
235
*
236
- * testDownExecuteWithReplayThrowsException
+ * testExecuteDownWithReplayThrowsException
237
238
* @expectedException \AntiMattr\MongoDB\Migrations\Exception\AbortException
239
*/
0 commit comments