From 9a60913d815fe60a455a762bcd3b4a88b6997a37 Mon Sep 17 00:00:00 2001 From: till Date: Mon, 12 Mar 2012 20:46:01 +0100 Subject: [PATCH] incomplete (instead of skipped) --- tests/Composer/Test/Repository/Vcs/SvnDriverTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Composer/Test/Repository/Vcs/SvnDriverTest.php b/tests/Composer/Test/Repository/Vcs/SvnDriverTest.php index 28f7b0111..684681e16 100644 --- a/tests/Composer/Test/Repository/Vcs/SvnDriverTest.php +++ b/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())