mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-05 16:14:11 +01:00
@@ -60,8 +60,8 @@ final class Installer extends Service
|
||||
/**
|
||||
* sysPass' version and build number
|
||||
*/
|
||||
const VERSION = [3, 1, 3];
|
||||
const VERSION_TEXT = '3.1';
|
||||
const VERSION = [3, 2, 0];
|
||||
const VERSION_TEXT = '3.2';
|
||||
const BUILD = 20122001;
|
||||
|
||||
/**
|
||||
|
||||
@@ -51,6 +51,7 @@ class SecureSessionServiceTest extends TestCase
|
||||
$service = $dic->get(SecureSessionService::class);
|
||||
|
||||
$stub = $this->createMock(UUIDCookie::class);
|
||||
|
||||
$stub->method('loadCookie')
|
||||
->willReturn(uniqid('', true));
|
||||
$stub->method('createCookie')
|
||||
|
||||
Reference in New Issue
Block a user