From 54c8de86c73ce831df7912428b4f9fd849d67aca Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 7 May 2023 21:35:08 +0200 Subject: docs: language table added (#5375) * docs: language table added * Update 05_Configuration.md * Update 05_Configuration.md * french docs * Unicode quote and a few fixes (Same search&replace aslo applied to a few other files) --------- Co-authored-by: Alexandre Alapetite --- tests/lib/Minz/MigratorTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/lib/Minz/MigratorTest.php') 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); } -- cgit v1.2.3