1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

tests(unit): migration type

This commit is contained in:
Torsten Dittmann 2021-10-15 18:55:39 +02:00
parent e182a7db2c
commit 142e623cd1

View file

@ -26,6 +26,6 @@ class MigrationV10Test extends MigrationTest
'version' => '0.10.0'
]));
$this->assertEquals($document->getAttribute('version', '0.10.0'), '0.110');
$this->assertEquals($document->getAttribute('version', '0.10.0'), '0.11.0');
}
}