Skip to content

Commit

Permalink
Php8.4 support - Minor test changes
Browse files Browse the repository at this point in the history
Signed-off-by: Atul-glo35265 <[email protected]>
  • Loading branch information
Atul-glo35265 committed Nov 29, 2024
1 parent 6c555bb commit 8ceafc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/WsdlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ public function testAddingSameComplexTypeMoreThanOnceIsIgnored()
{
$this->wsdl->addType(WsdlTestClass::class, 'tns:SomeTypeName');
$this->wsdl->addType(WsdlTestClass::class, 'tns:AnotherTypeName');

Check failure on line 706 in test/WsdlTest.php

View workflow job for this annotation

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

Whitespace found at end of line
$types = $this->wsdl->getTypes();
$this->assertEquals(1, count($types));
$this->assertEquals(
Expand Down

0 comments on commit 8ceafc2

Please sign in to comment.