projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47cc54d
)
tools/scripts/phpunit-ls - Fix syntax error
author
Tim Otten
<totten@civicrm.org>
Wed, 21 Mar 2018 00:32:14 +0000
(17:32 -0700)
committer
Tim Otten
<totten@civicrm.org>
Wed, 21 Mar 2018 00:32:40 +0000
(17:32 -0700)
tools/scripts/phpunit-ls
patch
|
blob
|
blame
|
history
diff --git
a/tools/scripts/phpunit-ls
b/tools/scripts/phpunit-ls
index fef0efc1b9cff72be04708709246c46203f103f5..8e330c9f4a99db5b4e5bd0d1891fb357da75b692 100755
(executable)
--- 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