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()
271
271
}
272
272
273
273
/**
274
- * testDuplicateThrowsException .
274
+ * testDuplicateInGetMigratedTimestampThrowsException .
275
275
*
276
276
* @expectedException \DomainException
277
277
* @expectedExceptionMessage Unexpected duplicate version records in the database
278
278
*/
279
- public function testDuplicateThrowsException ()
279
+ public function testDuplicateInGetMigratedTimestampThrowsException ()
280
280
{
281
281
$ this ->prepareValidConfiguration ();
282
282
@@ -340,6 +340,7 @@ public function testGetMigratedTimestamp()
340
340
$ this ->assertTrue (is_numeric ($ this ->configuration ->getMigratedTimestamp ('1 ' )));
341
341
}
342
342
343
+
343
344
private function prepareValidConfiguration ()
344
345
{
345
346
$ directory = dirname (__DIR__ ) . '/Resources/Migrations/ ' ;
You can’t perform that action at this time.
0 commit comments