Skip to content

Commit

Permalink
Merge branch 'PHP-8.4'
Browse files Browse the repository at this point in the history
* PHP-8.4:
  ext/soap: fix `make check` being invoked in `ext/soap`
  • Loading branch information
nielsdos committed Nov 8, 2024
2 parents e5654b7 + a85a5ef commit 963511b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/soap/tests/gh15711.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class TestSoapClient extends SoapClient {
}
}

$client = new TestSoapClient('ext/soap/tests/gh15711.wsdl', ['classmap' => ['book' => 'book']]);
$client = new TestSoapClient(__DIR__ . '/gh15711.wsdl', ['classmap' => ['book' => 'book']]);

echo "--- Test with backed enum ---\n";

Expand Down

0 comments on commit 963511b

Please sign in to comment.