8000 removed obsolete tests, fixed composer.json · symfony/symfony@e7a0b15 · GitHub
[go: up one dir, main page]

Skip to content

Commit e7a0b15

Browse files
committed
removed obsolete tests, fixed composer.json
1 parent fcd3160 commit e7a0b15

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/Symfony/Component/Security/Tests/Core/Util/SecureRandomTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public function getSecureRandoms()
169169

170170
protected function disableOpenSsl($secureRandom)
171171
{
172-
$ref = new \ReflectionProperty($secureRandom, 'useOpenSsl');
172+
$ref = new \ReflectionProperty($secureRandom, ' ');
173173
$ref->setAccessible(true);
174174
$ref->setValue($secureRandom, false);
175175
$ref->setAccessible(false);

src/Symfony/Component/Security/composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.3",
20+
"paragonie/random_compat": "~1.0",
2021
"symfony/event-dispatcher": "~2.2",
2122
"symfony/http-foundation": "~2.1",
22-
"symfony/http-kernel": "~2.1",
23-
"paragonie/random_compat": "~1.0"
23+
"symfony/http-kernel": "~2.1"
2424
},
2525
"require-dev": {
2626
"symfony/form": "~2.0,>=2.0.5",
@@ -44,8 +44,7 @@
4444
"symfony/validator": "",
4545
"symfony/routing": "",
4646
"doctrine/dbal": "to use the built-in ACL implementation",
47-
"ircmaxell/password-compat": "",
48-
"paragonie/random_compat": ""
47+
"ircmaxell/password-compat": ""
4948
},
5049
"autoload": {
5150
"psr-0": { "Symfony\\Component\\Security\\": "" },

0 commit comments

Comments
 (0)
0