Nikita Popov
c5401854fc
Run tidy
...
This should fix most of the remaining issues with tabs and spaces
being mixed in tests.
2020-09-18 14:28:32 +02:00
Nikita Popov
f8d795820e
Reindent phpt files
2020-02-03 22:52:20 +01:00
Peter Kokot
d679f02295
Sync leading and final newlines in *.phpt sections
...
This patch adds missing newlines, trims multiple redundant final
newlines into a single one, and trims redundant leading newlines in all
*.phpt sections.
According to POSIX, a line is a sequence of zero or more non-' <newline>'
characters plus a terminating '<newline>' character. [1] Files should
normally have at least one final newline character.
C89 [2] and later standards [3] mention a final newline:
"A source file that is not empty shall end in a new-line character,
which shall not be immediately preceded by a backslash character."
Although it is not mandatory for all files to have a final newline
fixed, a more consistent and homogeneous approach brings less of commit
differences issues and a better development experience in certain text
editors and IDEs.
[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
[2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2
[3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
2018-10-15 04:33:09 +02:00
Gabriel Caruso
9c144e0d82
Trim trailing whitespace in tests
2018-10-14 12:07:20 -03:00
Christoph M. Becker
25685942fa
Don't hard-code object number in expectation
2018-09-16 15:52:18 +02:00
Gabriel Caruso
21e3b0c70c
Remove trailing whitespace in inc files
2018-02-10 19:20:23 +01:00
Xinchen Hui
610c7fbe7b
Remove executable permission on phpt
2012-10-10 10:27:49 +08:00
Pierre Joye
618d638898
- skip on win, diff TZ format
2011-09-07 11:26:59 +00:00
Arnaud Le Blanc
15b1c9aade
MFH: Fix tests: soap tests in schema/ needs the xml extension
2008-07-23 08:56:20 +00:00
Antony Dovgal
c25a2f6cd2
fix tests (add precision)
2007-05-07 22:41:30 +00:00
Ilia Alshanetsky
9b661ea62e
Fixed SOAP tests and added additional tests to ensure processing POST data
...
works based on server001.phpt
2007-05-07 18:45:03 +00:00
Dmitry Stogov
4b7999cd0b
New test
2007-05-02 08:35:17 +00:00
Dmitry Stogov
3ee54ce924
Added ability to encode arrays with "SOAP-ENC:Array" type instead of WSDL type. To activate the ability use "feature"=>SOAP_USE_XSI_ARRAY_TYPE option in SoapClient/SoapServer constructors.
2007-03-20 09:52:14 +00:00
Dmitry Stogov
10371b034a
Fixed bug #37523 (namespaces added too late, leads to missing xsi:type attributes. incompatibility with libxml2-2.6.24)
2006-05-26 09:02:35 +00:00
Dmitry Stogov
73605400e8
Fixed bug #36083 (SoapClient waits for responses on one-way operations)
2006-02-07 12:49:10 +00:00
George Schlossnagle
9d79a201f1
Test seems potentially bogus.
2005-10-10 16:01:28 +00:00
Dmitry Stogov
c61c3dd422
Fixed XML Schema error
2005-10-10 15:40:53 +00:00
Dmitry Stogov
5ef3e0c57b
Fixed bug #34787 (SOAP Client not handling boolean types correctly)
2005-10-09 11:05:46 +00:00
George Schlossnagle
1f7c9e197c
Test simple derivation from restriction.
2005-10-07 15:05:06 +00:00
Dmitry Stogov
1f52d756fd
Fixed test to support 64-bit platforms
2005-07-06 07:28:25 +00:00
Dmitry Stogov
7288226dba
Support for element's form and schema's elementFormDefault attributes (qualified/unqualified)
2005-04-20 08:30:43 +00:00
George Schlossnagle
55c25c7275
Fix qualified names for attributes according to attributeFormDefault.
...
Add SOAP Interop tests from Dmitry.
2005-04-03 15:39:56 +00:00
Dmitry Stogov
caeeebebc1
Fixed handling of attributes' namespaces
2005-03-28 18:06:29 +00:00
Dmitry Stogov
756c5784c1
Support for <soap:body> "parts" attribute
2005-03-21 15:52:53 +00:00
Dmitry Stogov
a830b0fc6b
Fixed bug #31422 (No Error-Logging on SoapServer-Side).
2005-01-20 12:48:01 +00:00
Dmitry Stogov
df29576af6
win32 specific fixes
2004-02-27 14:52:24 +00:00
Dmitry Stogov
78b63f9df1
Fixed value of attribute is default value of attribute
2004-02-24 10:14:09 +00:00
Dmitry Stogov
866816efef
Caching of temorary WSDL files was disabled.
2004-02-12 11:02:16 +00:00
Dmitry Stogov
6096b09159
Now SoapClient uses excptions as default method for error reporting
2004-02-11 13:53:50 +00:00
Dmitry Stogov
508273780c
PHP API was changed (see readme.html for more details).
2004-02-05 20:26:05 +00:00
Dmitry Stogov
9fa7d1c24a
SOAP Headers was implemented (near complete)
2004-02-04 14:46:12 +00:00
Dmitry Stogov
6cf3c8586e
Error reoprting improved by prefix
...
New 'HTTP' fault code
Source cleanup
2004-01-28 16:47:49 +00:00
Dmitry Stogov
84f259b448
Test suite for XML Schema and SOAP encoding/decoding
2004-01-28 13:33:48 +00:00