File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
tests/AntiMattr/Tests/MongoDB/Migrations/Configuration Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -271,12 +271,12 @@ public function testValidate()
271271 }
272272
273273 /**
274- * testDuplicateThrowsException .
274+ * testDuplicateInGetMigratedTimestampThrowsException .
275275 *
276276 * @expectedException \DomainException
277277 * @expectedExceptionMessage Unexpected duplicate version records in the database
278278 */
279- public function testDuplicateThrowsException ()
279+ public function testDuplicateInGetMigratedTimestampThrowsException ()
280280 {
281281 $ this ->prepareValidConfiguration ();
282282
@@ -340,6 +340,7 @@ public function testGetMigratedTimestamp()
340340 $ this ->assertTrue (is_numeric ($ this ->configuration ->getMigratedTimestamp ('1 ' )));
341341 }
342342
343+
343344 private function prepareValidConfiguration ()
344345 {
345346 $ directory = dirname (__DIR__ ) . '/Resources/Migrations/ ' ;
You can’t perform that action at this time.
0 commit comments