Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Oct 21, 2023
1 parent f170cd1 commit 8322dce
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/Console/Command/CompileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@ public function test_it_can_build_a_phar_file(): void
* Done.
No recommendation found.
No warning found.
⚠️ <warning>1 warning found:</warning>
- 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.
// PHAR: {$numberOfFiles} files (100B)
// You can inspect the generated PHAR with the "info" command.
Expand Down Expand Up @@ -897,7 +898,8 @@ public function test_it_can_build_a_phar_file_in_verbose_mode(): void
* Done.
No recommendation found.
No warning found.
⚠️ <warning>1 warning found:</warning>
- 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.
// PHAR: {$expectedNumberOfFiles} files (100B)
// You can inspect the generated PHAR with the "info" command.
Expand Down Expand Up @@ -1026,7 +1028,8 @@ public function test_it_can_build_a_phar_file_in_very_verbose_mode(): void
* Done.
No recommendation found.
No warning found.
⚠️ <warning>1 warning found:</warning>
- 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.
// PHAR: {$expectedNumberOfFiles} files (100B)
// You can inspect the generated PHAR with the "info" command.
Expand Down

0 comments on commit 8322dce

Please sign in to comment.