Skip to content

Commit

Permalink
Fix tests on Symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
cs278 committed Feb 3, 2023
1 parent f659f64 commit de8c900
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/verbose_debug_no_errors.test
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
No packages results in no errors (debug level messages)
--CONDITION--
true
$isPackage('symfony/deprecation-contracts', '*')
--COMPOSER--
{}
--ARGS--
Expand Down
15 changes: 15 additions & 0 deletions tests/integration/verbose_debug_no_errors_2.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
--TEST--
No packages results in no errors (debug level messages)
--CONDITION--
!$isPackage('symfony/deprecation-contracts', '*')
--COMPOSER--
{}
--ARGS--
-vvv
--EXPECT-EXIT--
0
--EXPECT-OUTPUT--
Checking cs278/composer-audit (N/A) for advisories...
Checking symfony/polyfill-ctype (N/A) for advisories...
Checking symfony/yaml (N/A) for advisories...
No advisories found for any packages.

0 comments on commit de8c900

Please sign in to comment.