Explorar o código

incomplete (instead of skipped)

till %!s(int64=13) %!d(string=hai) anos
pai
achega
9a60913d81
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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())