tools/scripts/phpunit-ls - Fix syntax error
authorTim Otten <totten@civicrm.org>
Wed, 21 Mar 2018 00:32:14 +0000 (17:32 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 21 Mar 2018 00:32:40 +0000 (17:32 -0700)
tools/scripts/phpunit-ls

index fef0efc1b9cff72be04708709246c46203f103f5..8e330c9f4a99db5b4e5bd0d1891fb357da75b692 100755 (executable)
@@ -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