浏览代码

incomplete (instead of skipped)

till 13 年之前
父节点
当前提交
9a60913d81
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/Composer/Test/Repository/Vcs/SvnDriverTest.php

+ 1 - 1
tests/Composer/Test/Repository/Vcs/SvnDriverTest.php

@@ -54,7 +54,7 @@ class SvnDriverTest extends \PHPUnit_Framework_TestCase
      */
     public function testExecute()
     {
-        $this->markTestSkipped("Currently no way to mock the output value which is passed by reference.");
+        $this->markTestIncomplete("Currently no way to mock the output value which is passed by reference.");
 
         $console = $this->getMock('Composer\IO\IOInterface');
         $console->expects($this->once())