From 6a489df47a1c8fa351e9b43924fc28c3986583bb Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 10 Aug 2015 16:47:56 +0200 Subject: remove empty line --- tests/integration/command/CommandTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/integration') diff --git a/tests/integration/command/CommandTest.php b/tests/integration/command/CommandTest.php index 12c676a64..c2f15a72c 100644 --- a/tests/integration/command/CommandTest.php +++ b/tests/integration/command/CommandTest.php @@ -25,7 +25,7 @@ class CommandTest extends \PHPUnit_Framework_TestCase { } public function testValidateInstall() { - $command = $this->corePath . 'occ news:validate-install'; + $command = $this->corePath . 'occ news:verify-install'; exec($command, $_, $success); $this->assertSame(0, $success); -- cgit v1.2.3