mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: ext/soap: fix `make check` being invoked in `ext/soap`
This commit is contained in:
commit
a85a5ef339
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue