Skip to content

Commit

Permalink
Merge pull request #32315 from blackfireio/bot-update-deps-php-apps
Browse files Browse the repository at this point in the history
Update PHP Apps dependencies
  • Loading branch information
romainneutron authored Jan 2, 2024
2 parents 35d3b27 + a10f367 commit 0ea5c18
Show file tree
Hide file tree
Showing 11 changed files with 103 additions and 97 deletions.
12 changes: 7 additions & 5 deletions Player/Tests/Console/PlayerCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,13 @@ public function testErrorInRealWorld()
';

$expectedErrorOutput = <<<EOD
[ERROR]
Cannot load file "../Player/Tests/fixtures-validate/scenario.json" because
it does not have the right extension. Expected "bkf", got "json".
Player documentation at https://blackfire.io/player
 
 [ERROR] 
 Cannot load file "../Player/Tests/fixtures-validate/scenario.json" because 
 it does not have the right extension. Expected "bkf", got "json". 
 
 Player documentation at https://blackfire.io/player 
 
EOD;

$oneLineExpected = implode(' ', array_filter(array_map('trim', explode("\n", $expectedErrorOutput))));
Expand Down
5 changes: 3 additions & 2 deletions Player/Tests/fixtures-validate/simple-invalid/output-err.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
You should use the Blackfire Player using the Docker release.
Blackfire Player v3 will not provide support other than the Docker release, see https://docs.blackfire.io/builds-cookbooks/player#usage.
You should use the Blackfire Player using the Docker release.
Blackfire Player v3 will not provide support other than the Docker release, see https://docs.blackfire.io/builds-cookbooks/player#usage.

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
You should use the Blackfire Player using the Docker release.
Blackfire Player v3 will not provide support other than the Docker release, see https://docs.blackfire.io/builds-cookbooks/player#usage.
You should use the Blackfire Player using the Docker release.
Blackfire Player v3 will not provide support other than the Docker release, see https://docs.blackfire.io/builds-cookbooks/player#usage.

2 changes: 1 addition & 1 deletion Player/Tests/fixtures-validate/simple-invalid/output.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
The scenarios are not valid:
The scenarios are not valid:
- Unknown keyword "vit" %s line 4.
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
You should use the Blackfire Player using the Docker release.
Blackfire Player v3 will not provide support other than the Docker release, see https://docs.blackfire.io/builds-cookbooks/player#usage.
You should use the Blackfire Player using the Docker release.
Blackfire Player v3 will not provide support other than the Docker release, see https://docs.blackfire.io/builds-cookbooks/player#usage.

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
You should use the Blackfire Player using the Docker release.
Blackfire Player v3 will not provide support other than the Docker release, see https://docs.blackfire.io/builds-cookbooks/player#usage.
You should use the Blackfire Player using the Docker release.
Blackfire Player v3 will not provide support other than the Docker release, see https://docs.blackfire.io/builds-cookbooks/player#usage.

Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
The scenarios are valid.
The scenarios are valid.

 ! [NOTE] You need to define the following variables using the `--variable` 
 ! option: 
 ! 
 ! expected_status 

! [NOTE] You need to define the following variables using the `--variable`%A
! option:%A
!%A
! expected_status%A
5 changes: 3 additions & 2 deletions Player/Tests/fixtures-validate/simple/output-err.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
You should use the Blackfire Player using the Docker release.
Blackfire Player v3 will not provide support other than the Docker release, see https://docs.blackfire.io/builds-cookbooks/player#usage.
You should use the Blackfire Player using the Docker release.
Blackfire Player v3 will not provide support other than the Docker release, see https://docs.blackfire.io/builds-cookbooks/player#usage.

4 changes: 2 additions & 2 deletions Player/Tests/fixtures-validate/simple/output-json-err.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
You should use the Blackfire Player using the Docker release.
Blackfire Player v3 will not provide support other than the Docker release, see https://docs.blackfire.io/builds-cookbooks/player#usage.
You should use the Blackfire Player using the Docker release.
Blackfire Player v3 will not provide support other than the Docker release, see https://docs.blackfire.io/builds-cookbooks/player#usage.

2 changes: 1 addition & 1 deletion Player/Tests/fixtures-validate/simple/output.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The scenarios are valid.
The scenarios are valid.
Loading

0 comments on commit 0ea5c18

Please sign in to comment.