Browse Source

fix ZF-12200. Patch by Martin Hujer

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24809 44c647ce-9c0f-0410-b52a-842ac1e357ba
rob 13 years ago
parent
commit
2b269e8963
1 changed files with 0 additions and 6 deletions
  1. 0 6
      tests/Zend/Http/UserAgentTest.php

+ 0 - 6
tests/Zend/Http/UserAgentTest.php

@@ -194,9 +194,6 @@ class Zend_Http_UserAgentTest extends PHPUnit_Framework_TestCase
         $this->assertEquals('Zend_Http_UserAgent_Mobile', $className);
     }
 
-    /**
-     * @runInSeparateProcess
-     */
     public function testDeviceClassNameMatchesDesktopTypeIfUserAgentDoesNotMatch()
     {
         $config = array(
@@ -534,9 +531,6 @@ class Zend_Http_UserAgentTest extends PHPUnit_Framework_TestCase
         $userAgent->setStorage(new Zend_Http_UserAgent_Storage_NonPersistent());
     }
 
-    /**
-     * @runInSeparateProcess
-     */
     public function testAllowsPassingStorageConfigurationOptions()
     {
         $config = $this->config;