mirror of
https://github.com/php/php-src.git
synced 2024-11-23 01:44:06 +08:00
Merge branch 'PHP-8.4'
* PHP-8.4: ext/soap: fix `make check` being invoked in `ext/soap`
This commit is contained in:
commit
963511bffa
@ -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…
Reference in New Issue
Block a user