Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-01-17 11:29:32 +0300
committerGitHub <noreply@github.com>2018-01-17 11:29:32 +0300
commitcb0dbfa987b0fab9ef34a164c7715d93915ebf95 (patch)
tree648dbe9c060fcf692413a85248538c995abadd99 /tests
parentd1420ef4812fc3f3822adf1b1ba91b9a6fb8fa80 (diff)
parent0e0db3765887930682aadc6bc8ec7df5ffd187f6 (diff)
Merge pull request #7900 from nextcloud/strict_security
Make OCP\Security stricter
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Security/HasherTest.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/lib/Security/HasherTest.php b/tests/lib/Security/HasherTest.php
index 5f7613a823d..86d4ef6ca01 100644
--- a/tests/lib/Security/HasherTest.php
+++ b/tests/lib/Security/HasherTest.php
@@ -35,10 +35,6 @@ class HasherTest extends \Test\TestCase {
public function allHashProviders()
{
return array(
- // Bogus values
- array(null, 'asf32รคร $$a.|3', false),
- array(null, false, false),
-
// Valid SHA1 strings
array('password', '5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8', true),
array('owncloud.com', '27a4643e43046c3569e33b68c1a4b15d31306d29', true),