Explorar o código

[TESTS] Zend_Version

- Fixed called of method wrong.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23339 44c647ce-9c0f-0410-b52a-842ac1e357ba
ramon %!s(int64=15) %!d(string=hai) anos
pai
achega
5d2314c5f0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/Zend/VersionTest.php

+ 1 - 1
tests/Zend/VersionTest.php

@@ -96,7 +96,7 @@ class Zend_VersionTest extends PHPUnit_Framework_TestCase
     {
         $actual = Zend_Version::getLatest();
         if ('not available' === $actual) {
-            $this->markIncomplete('http://framework.zend.com/ may be down');
+            $this->markTestIncomplete('http://framework.zend.com/ may be down');
         }
 
         $this->assertRegExp('/^[1-2](\.[0-9]+){2}/', $actual);