diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/lib/Minz/MigratorTest.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/lib/Minz/MigratorTest.php b/tests/lib/Minz/MigratorTest.php index 32498d64e..7d8016139 100644 --- a/tests/lib/Minz/MigratorTest.php +++ b/tests/lib/Minz/MigratorTest.php @@ -295,8 +295,7 @@ class MigratorTest extends TestCase $this->assertTrue($result); $versions = file_get_contents($applied_migrations_path); - // if the order changes, it probably means the first versions comparison - // test doesn't work anymore + // if the order changes, it probably means the first versions comparison test doesn’t work anymore $this->assertSame("2019_12_23_Baz\n2019_12_22_FooBar", $versions); @unlink($applied_migrations_path); } |
