Explorar o código

Prevent tests from failing on windows, while unserializing data

Martin Hujer %!s(int64=12) %!d(string=hai) anos
pai
achega
8093243bbc
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      tests/Zend/Soap/ServerTest.php

+ 4 - 0
tests/Zend/Soap/ServerTest.php

@@ -546,6 +546,7 @@ class Zend_Soap_ServerTest extends PHPUnit_Framework_TestCase
 
     /**
      * @runInSeparateProcess
+     * @preserveGlobalState disabled
      */
     public function testGetLastRequest()
     {
@@ -582,6 +583,7 @@ class Zend_Soap_ServerTest extends PHPUnit_Framework_TestCase
 
     /**
      * @runInSeparateProcess
+     * @preserveGlobalState disabled
      */
     public function testWsiCompliant()
     {
@@ -887,6 +889,7 @@ class Zend_Soap_ServerTest extends PHPUnit_Framework_TestCase
 
     /**
      * @runInSeparateProcess
+     * @preserveGlobalState disabled
      */
     public function testErrorHandlingOfSoapServerChangesToThrowingSoapFaultWhenInHandleMode()
     {
@@ -980,6 +983,7 @@ class Zend_Soap_ServerTest extends PHPUnit_Framework_TestCase
 
     /**
      * @runInSeparateProcess
+     * @preserveGlobalState disabled
      */
     public function testShouldThrowExceptionIfHandledRequestContainsDoctype()
     {