Compare commits
2 commits
fef9383dd2
...
7d4388e05c
Author | SHA1 | Date | |
---|---|---|---|
7d4388e05c | |||
33706d0b50 |
4 changed files with 5 additions and 10 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -11,3 +11,5 @@
|
|||
/teapot_socialbox/logs/
|
||||
/tests/docker/coffee/data/
|
||||
/tests/docker/teapot/data/
|
||||
/tests/docker/teapot/logs/
|
||||
/tests/docker/coffee/logs/
|
||||
|
|
|
@ -24,6 +24,7 @@ services:
|
|||
volumes:
|
||||
- ./tests/docker/coffee/config:/etc/config
|
||||
- ./tests/docker/coffee/data:/etc/socialbox
|
||||
- ./tests/docker/coffee/logs:/var/log
|
||||
environment:
|
||||
# No need to change these values
|
||||
LOG_LEVEL: ${LOG_LEVEL:-debug}
|
||||
|
@ -125,6 +126,7 @@ services:
|
|||
volumes:
|
||||
- ./tests/docker/teapot/config:/etc/config
|
||||
- ./tests/docker/teapot/data:/etc/socialbox
|
||||
- ./tests/docker/teapot/logs:/var/log
|
||||
environment:
|
||||
# No need to change these values
|
||||
LOG_LEVEL: ${LOG_LEVEL:-debug}
|
||||
|
|
|
@ -481,7 +481,7 @@
|
|||
publicKey: $this->serverPublicSigningKey,
|
||||
))
|
||||
{
|
||||
throw new RpcException('Failed to verify the response signature');
|
||||
throw new RpcException('The response signature cannot be verified with the server\'s public signing key');
|
||||
}
|
||||
}
|
||||
catch (CryptographyException $e)
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
<?php
|
||||
|
||||
namespace Socialbox;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class SocialClientSessionTest extends TestCase
|
||||
{
|
||||
}
|
Loading…
Add table
Reference in a new issue