Unify key state constant names, leave back compat with unlocker [MAILPOET-1070]
This commit is contained in:
@ -20,7 +20,7 @@ class SendingServiceKeyCheckTest extends \MailPoetTest {
|
||||
}
|
||||
|
||||
function testItChecksMSSKey() {
|
||||
$response = array('code' => Bridge::PREMIUM_KEY_VALID);
|
||||
$response = array('code' => Bridge::KEY_VALID);
|
||||
$this->worker->bridge = Stub::make(
|
||||
new Bridge,
|
||||
array(
|
||||
|
Reference in New Issue
Block a user