Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions e2e/scenario9/expected.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[bamarni-bin] Checking namespace vendor-bin/composer-unused
Deprecation Notice: Icanhazstring\Composer\Unused\Di\ServiceContainer::build(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in /path/to/project/e2e/scenario9/vendor-bin/composer-unused/vendor/icanhazstring/composer-unused/src/Di/ServiceContainer.php:46
More deprecation notices were hidden, run again with `-v` to show them.

Loading packages
----------------
Expand Down
3 changes: 3 additions & 0 deletions e2e/scenario9/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ composer update

# Actual command to execute the test itself
composer bin composer-unused unused --no-progress 2>&1 | tee > actual.txt || true

# Normalize paths for reproducible tests
sed -i '' "s|$(pwd)|/path/to/project|g" actual.txt
Loading