Skip to content

Commit a85a5ef

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: ext/soap: fix `make check` being invoked in `ext/soap`
2 parents 6e6373a + 73c4fa0 commit a85a5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/soap/tests/gh15711.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class TestSoapClient extends SoapClient {
3333
}
3434
}
3535

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

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

0 commit comments

Comments
 (0)