Skip to content

Commit ef1d637

Browse files
committed
Fix test name and doc comment
1 parent 0482db4 commit ef1d637

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/AntiMattr/Tests/MongoDB/Migrations/Tools/Console/Command/ExecuteCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function testExecuteUpWithInteraction()
127127
);
128128
}
129129

130-
public function testExecuteReplyWithoutInteraction()
130+
public function testExecuteReplayWithoutInteraction()
131131
{
132132
// Variables and Objects
133133
$application = new Application();

tests/AntiMattr/Tests/MongoDB/Migrations/VersionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public function testIsMigrated()
233233
/**
234234
* @test
235235
*
236-
* testDownExecuteWithReplayThrowsException
236+
* testExecuteDownWithReplayThrowsException
237237
*
238238
* @expectedException \AntiMattr\MongoDB\Migrations\Exception\AbortException
239239
*/

0 commit comments

Comments
 (0)