Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Nov 8, 2023
1 parent 7b0b786 commit 367d7c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Console/Command/CompileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public function test_it_can_build_a_phar_file(): void
* Done.
No recommendation found.
⚠️ <warning>1 warning found:</warning>
⚠️ <warning>2 warnings found:</warning>
- Using the "metadata" setting is deprecated and will be removed in 5.0.0.
- Using an OpenSSL signature is deprecated and will be removed in 5.0.0. Please check https://github.com/box-project/box/blob/main/doc/phar-signing.md for alternatives.
Expand Down Expand Up @@ -899,7 +899,7 @@ public function test_it_can_build_a_phar_file_in_verbose_mode(): void
* Done.
No recommendation found.
⚠️ <warning>1 warning found:</warning>
⚠️ <warning>2 warnings found:</warning>
- Using the "metadata" setting is deprecated and will be removed in 5.0.0.
- Using an OpenSSL signature is deprecated and will be removed in 5.0.0. Please check https://github.com/box-project/box/blob/main/doc/phar-signing.md for alternatives.
Expand Down Expand Up @@ -1030,7 +1030,7 @@ public function test_it_can_build_a_phar_file_in_very_verbose_mode(): void
* Done.
No recommendation found.
⚠️ <warning>1 warning found:</warning>
⚠️ <warning>2 warnings found:</warning>
- Using the "metadata" setting is deprecated and will be removed in 5.0.0.
- Using an OpenSSL signature is deprecated and will be removed in 5.0.0. Please check https://github.com/box-project/box/blob/main/doc/phar-signing.md for alternatives.
Expand Down Expand Up @@ -2826,7 +2826,7 @@ public function test_it_displays_recommendations_and_warnings(): void
💡 <recommendation>1 recommendation found:</recommendation>
- The "check-requirements" setting can be omitted since is set to its default value
⚠️ <warning>1 warning found:</warning>
⚠️ <warning>2 warnings found:</warning>
- The requirement checker could not be used because the composer.json and composer.lock file could not be found.
// PHAR: 1 file (100B)
Expand Down

0 comments on commit 367d7c5

Please sign in to comment.