Skip to content

Commit

Permalink
Fix: Rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 12, 2022
1 parent c6d9bfd commit d580c40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/Unit/Vendor/Composer/ComposerJsonNormalizerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function testNormalizeNormalizes(Test\Fixture\Vendor\Composer\ComposerJso

$normalizer = new Vendor\Composer\ComposerJsonNormalizer(\sprintf(
'file://%s',
\realpath(__DIR__ . '/../../../Fixture/Vendor/Composer/composer-schema.json'),
\realpath(__DIR__ . '/../../../Fixture/Vendor/Composer/schema.json'),
));

$normalized = $normalizer->normalize($json);
Expand Down

0 comments on commit d580c40

Please sign in to comment.