Browse Source

Prevent tests from failing on windows, while unserializing data

Martin Hujer 12 năm trước cách đây
mục cha
commit
8093243bbc
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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
      * @runInSeparateProcess
+     * @preserveGlobalState disabled
      */
      */
     public function testGetLastRequest()
     public function testGetLastRequest()
     {
     {
@@ -582,6 +583,7 @@ class Zend_Soap_ServerTest extends PHPUnit_Framework_TestCase
 
 
     /**
     /**
      * @runInSeparateProcess
      * @runInSeparateProcess
+     * @preserveGlobalState disabled
      */
      */
     public function testWsiCompliant()
     public function testWsiCompliant()
     {
     {
@@ -887,6 +889,7 @@ class Zend_Soap_ServerTest extends PHPUnit_Framework_TestCase
 
 
     /**
     /**
      * @runInSeparateProcess
      * @runInSeparateProcess
+     * @preserveGlobalState disabled
      */
      */
     public function testErrorHandlingOfSoapServerChangesToThrowingSoapFaultWhenInHandleMode()
     public function testErrorHandlingOfSoapServerChangesToThrowingSoapFaultWhenInHandleMode()
     {
     {
@@ -980,6 +983,7 @@ class Zend_Soap_ServerTest extends PHPUnit_Framework_TestCase
 
 
     /**
     /**
      * @runInSeparateProcess
      * @runInSeparateProcess
+     * @preserveGlobalState disabled
      */
      */
     public function testShouldThrowExceptionIfHandledRequestContainsDoctype()
     public function testShouldThrowExceptionIfHandledRequestContainsDoctype()
     {
     {