From 2bfa855463d6701f5bb9fe1108daf5df8a5c714d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sun, 5 Dec 2021 12:24:47 +0100 Subject: [PATCH] Fix: Failing tests --- .../NotPresent/Json/AlreadyNormalized/fixture/composer.json | 6 +++--- .../Json/AlreadyNormalized/fixture/composer.json | 6 +++--- .../Json/AlreadyNormalized/fixture/composer.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/test/Integration/Command/NormalizeCommand/Json/Valid/Lock/NotPresent/Json/AlreadyNormalized/fixture/composer.json b/test/Integration/Command/NormalizeCommand/Json/Valid/Lock/NotPresent/Json/AlreadyNormalized/fixture/composer.json index cd62e226..33fa1b4d 100644 --- a/test/Integration/Command/NormalizeCommand/Json/Valid/Lock/NotPresent/Json/AlreadyNormalized/fixture/composer.json +++ b/test/Integration/Command/NormalizeCommand/Json/Valid/Lock/NotPresent/Json/AlreadyNormalized/fixture/composer.json @@ -1,19 +1,19 @@ { + "license": "MIT", "type": "library", "keywords": [ "foo", "bar" ], - "license": "MIT", "authors": [ { "name": "Andreas Möller", "email": "am@localheinz.com" } ], + "_comment": "This composer.json is valid according to a lax validation, a composer.lock is not present, and composer.json is already normalized.", "require": { "php": "^5.6", "ext-json": "*" - }, - "_comment": "This composer.json is valid according to a lax validation, a composer.lock is not present, and composer.json is already normalized." + } } diff --git a/test/Integration/Command/NormalizeCommand/Json/Valid/Lock/Present/FreshBefore/Json/AlreadyNormalized/fixture/composer.json b/test/Integration/Command/NormalizeCommand/Json/Valid/Lock/Present/FreshBefore/Json/AlreadyNormalized/fixture/composer.json index b9ca9e83..d2b4da08 100644 --- a/test/Integration/Command/NormalizeCommand/Json/Valid/Lock/Present/FreshBefore/Json/AlreadyNormalized/fixture/composer.json +++ b/test/Integration/Command/NormalizeCommand/Json/Valid/Lock/Present/FreshBefore/Json/AlreadyNormalized/fixture/composer.json @@ -1,19 +1,19 @@ { + "license": "MIT", "type": "library", "keywords": [ "foo", "bar" ], - "license": "MIT", "authors": [ { "name": "Andreas Möller", "email": "am@localheinz.com" } ], + "_comment": "This composer.json is valid according to a lax validation, a composer.lock is present and fresh before invoking the command, and composer.json is already normalized.", "require": { "php": "^5.6", "ext-json": "*" - }, - "_comment": "This composer.json is valid according to a lax validation, a composer.lock is present and fresh before invoking the command, and composer.json is already normalized." + } } diff --git a/test/Integration/Command/NormalizeCommand/Json/Valid/Lock/Present/NotFreshBefore/WithNoCheckLock/Json/AlreadyNormalized/fixture/composer.json b/test/Integration/Command/NormalizeCommand/Json/Valid/Lock/Present/NotFreshBefore/WithNoCheckLock/Json/AlreadyNormalized/fixture/composer.json index 39f0d4bf..38be339d 100644 --- a/test/Integration/Command/NormalizeCommand/Json/Valid/Lock/Present/NotFreshBefore/WithNoCheckLock/Json/AlreadyNormalized/fixture/composer.json +++ b/test/Integration/Command/NormalizeCommand/Json/Valid/Lock/Present/NotFreshBefore/WithNoCheckLock/Json/AlreadyNormalized/fixture/composer.json @@ -1,19 +1,19 @@ { + "license": "MIT", "type": "library", "keywords": [ "foo", "bar" ], - "license": "MIT", "authors": [ { "name": "Andreas Möller", "email": "am@localheinz.com" } ], + "_comment": "This composer.json is valid according to a lax validation, a composer.lock is present, but not fresh before invoking the command with the --no-check-lock option, and already normalized.", "require": { "php": "^5.6", "ext-json": "*" - }, - "_comment": "This composer.json is valid according to a lax validation, a composer.lock is present, but not fresh before invoking the command with the --no-check-lock option, and already normalized." + } }