Explorar o código

TESTS
- Fixed usage of new (unsupported) PHPUnit api features


git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23837 44c647ce-9c0f-0410-b52a-842ac1e357ba

ralph %!s(int64=15) %!d(string=hai) anos
pai
achega
03c9e93a18
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/Zend/Config/YamlTest.php

+ 1 - 1
tests/Zend/Config/YamlTest.php

@@ -89,7 +89,7 @@ class Zend_Config_YamlTest extends PHPUnit_Framework_TestCase
         $this->assertEquals('', $config->special->null);
         $this->assertType('string', $config->special->false);
         $this->assertEquals('', $config->special->false);
-        $this->assertInternalType('string', $config->special->zero);
+        $this->assertType('string', $config->special->zero);
         $this->assertEquals('0', $config->special->zero);
     }