1
0
Fork 0

incomplete (instead of skipped)

pull/410/head
till 2012-03-12 20:46:01 +01:00
parent f06bdcbf16
commit 9a60913d81
1 changed files with 1 additions and 1 deletions

View File

@ -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())