We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4627b16 commit 08f0b94Copy full SHA for 08f0b94
tests/Unit/KeysCommandTest.php
@@ -39,7 +39,7 @@ public function testPrivateAndPublicKeysAreGenerated()
39
->with('Encryption keys generated successfully.')
40
->getMock();
41
42
- if (version_compare(Application::VERSION, '9.0.0', '>=')) {
+ if (Application::VERSION === '9.x-dev' || version_compare(Application::VERSION, '9.0.0', '>=')) {
43
Container::getInstance()->bindMethod('storagePath', function () {
44
return self::KEYS;
45
});
0 commit comments