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:
a063121
)
CRM_Utils_StringTest - Autoformat
author
Tim Otten
<totten@civicrm.org>
Sat, 21 Jun 2014 04:02:14 +0000
(21:02 -0700)
committer
Tim Otten
<totten@civicrm.org>
Sat, 21 Jun 2014 04:02:14 +0000
(21:02 -0700)
tests/phpunit/CRM/Utils/StringTest.php
patch
|
blob
|
blame
|
history
diff --git
a/tests/phpunit/CRM/Utils/StringTest.php
b/tests/phpunit/CRM/Utils/StringTest.php
index f73d36f447a7b12ab0aefcbad6443b77c6d4835b..862d3f2c3cd3a226f759516cc006fa7dc2d951e0 100644
(file)
--- a/
tests/phpunit/CRM/Utils/StringTest.php
+++ b/
tests/phpunit/CRM/Utils/StringTest.php
@@
-32,7
+32,6
@@
class CRM_Utils_StringTest extends CiviUnitTestCase {
);
-
foreach ($testSet as $in => $expected) {
$out = CRM_Utils_String::stripPathChars($in);
$this->assertEquals($out, $expected, "Output does not match");
@@
-97,7
+96,7
@@
class CRM_Utils_StringTest extends CiviUnitTestCase {
);
foreach ($cases as $input => $expected) {
$this->assertEquals($expected, CRM_Utils_String::ellipsify($input, $maxLen));
-}
+
}
}
function testRandom() {