diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-01-17 09:29:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-17 09:29:32 +0100 |
commit | cb0dbfa987b0fab9ef34a164c7715d93915ebf95 (patch) | |
tree | 648dbe9c060fcf692413a85248538c995abadd99 /tests | |
parent | d1420ef4812fc3f3822adf1b1ba91b9a6fb8fa80 (diff) | |
parent | 0e0db3765887930682aadc6bc8ec7df5ffd187f6 (diff) | |
download | nextcloud-server-cb0dbfa987b0fab9ef34a164c7715d93915ebf95.tar.gz nextcloud-server-cb0dbfa987b0fab9ef34a164c7715d93915ebf95.zip |
Merge pull request #7900 from nextcloud/strict_security
Make OCP\Security stricter
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Security/HasherTest.php | 4 |
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), |