summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/helper.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/lib/helper.php b/tests/lib/helper.php
index ca3e0e46d82..85655c69e63 100644
--- a/tests/lib/helper.php
+++ b/tests/lib/helper.php
@@ -164,18 +164,6 @@ class Test_Helper extends \Test\TestCase {
$this->assertEquals($result, $expected);
}
- function testMb_substr_replace() {
- $result = OC_Helper::mb_substr_replace("This is a teststring", "string", 5);
- $expected = "This string is a teststring";
- $this->assertEquals($result, $expected);
- }
-
- function testMb_str_replace() {
- $result = OC_Helper::mb_str_replace("teststring", "string", "This is a teststring");
- $expected = "This is a string";
- $this->assertEquals($result, $expected);
- }
-
function testRecursiveArraySearch() {
$haystack = array(
"Foo" => "own",