Skip to content

Commit 963511b

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: ext/soap: fix `make check` being invoked in `ext/soap`
2 parents e5654b7 + a85a5ef commit 963511b

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)