Skip to content

Commit

Permalink
debug CI
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Demonchaux <[email protected]>
  • Loading branch information
fezfez committed Oct 18, 2024
1 parent 0658041 commit 6228e91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Client/CurlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ public function testSetCurlOptPostFields()
*/
public function testNoCaseSensitiveHeaderName()
{
var_dump($this->baseuri);exit;

Check failure on line 489 in test/Client/CurlTest.php

View workflow job for this annotation

GitHub Actions / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...

Function var_dump() should not be referenced via a fallback global name, but via a use statement.

Check failure on line 489 in test/Client/CurlTest.php

View workflow job for this annotation

GitHub Actions / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...

Each PHP statement must be on a line by itself
$this->client->setUri($this->baseuri . 'Laminas7683-chunked.php');

Check warning on line 490 in test/Client/CurlTest.php

View workflow job for this annotation

GitHub Actions / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...

Code after the EXIT statement on line 489 cannot be executed

$adapter = new Adapter\Curl();

Check warning on line 492 in test/Client/CurlTest.php

View workflow job for this annotation

GitHub Actions / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...

Code after the EXIT statement on line 489 cannot be executed
Expand Down

0 comments on commit 6228e91

Please sign in to comment.