From 1d1aae930dca5cff6fb0eb2b46dd19b0b267ea9d Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 20 Mar 2018 17:32:14 -0700 Subject: [PATCH] tools/scripts/phpunit-ls - Fix syntax error --- tools/scripts/phpunit-ls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/scripts/phpunit-ls b/tools/scripts/phpunit-ls index fef0efc1b9..8e330c9f4a 100755 --- a/tools/scripts/phpunit-ls +++ b/tools/scripts/phpunit-ls @@ -14,7 +14,7 @@ if (!class_exists('PHPUnit_Framework_TestCase')) { class PHPUnit_Framework_TestCase {} class PHPUnit_Extensions_Database_TestCase {} class PHPUnit_Extensions_SeleniumTestCase {} - \'); + '); } \Civi\CiUtil\Command\LsCommand::main($argv); \ No newline at end of file -- 2.25.1