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 cb5d28b48a7..f05a33766b7 100644 --- a/tests/lib/util.php +++ b/tests/lib/util.php @@ -138,11 +138,6 @@ class Test_Util extends \Test\TestCase { $this->assertEquals($expected, \OC_Util::fileInfoLoaded()); } - function testGenerateRandomBytes() { - $result = strlen(OC_Util::generateRandomBytes(59)); - $this->assertEquals(59, $result); - } - function testGetDefaultEmailAddress() { $email = \OCP\Util::getDefaultEmailAddress("no-reply"); $this->assertEquals('no-reply@localhost', $email); |