diff options
Diffstat (limited to 'tests/lib/util.php')
-rw-r--r-- | tests/lib/util.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/lib/util.php b/tests/lib/util.php index f05a33766b7..7880d56f63b 100644 --- a/tests/lib/util.php +++ b/tests/lib/util.php @@ -89,11 +89,6 @@ class Test_Util extends \Test\TestCase { }); } - function testCallRegister() { - $result = strlen(OC_Util::callRegister()); - $this->assertEquals(71, $result); - } - function testSanitizeHTML() { $badArray = [ 'While it is unusual to pass an array', |