Skip to content

Commit a70fd53

Browse files
authored
Move regression tests of SOAP to bugs directory (php#14322)
There's a bugs directory but it wasn't always used, move the regression tests to this directory.
1 parent 4f311f8 commit a70fd53

28 files changed

+8
-8
lines changed
File renamed without changes.

ext/soap/tests/bug47021.phpt renamed to ext/soap/tests/bugs/bug47021.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ soap.wsdl_cache_enabled=0
66
soap
77
--SKIPIF--
88
<?php
9-
require __DIR__.'/../../standard/tests/http/server.inc';
9+
require __DIR__.'/../../../standard/tests/http/server.inc';
1010
http_server_skipif();
1111
?>
1212
--FILE--
1313
<?php
14-
require __DIR__.'/../../standard/tests/http/server.inc';
14+
require __DIR__.'/../../../standard/tests/http/server.inc';
1515

1616
function chunk_body($body, $n)
1717
{
@@ -25,7 +25,7 @@ function chunk_body($body, $n)
2525
return join('', $chunks);
2626
}
2727

28-
$wsdl = file_get_contents(__DIR__.'/server030.wsdl');
28+
$wsdl = file_get_contents(__DIR__.'/../server030.wsdl');
2929

3030
$soap = <<<EOF
3131
<?xml version="1.0" encoding="UTF-8"?>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)