Browse Source

[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 15 years ago
parent
commit
5d2314c5f0
1 changed files with 1 additions and 1 deletions
  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);