|
|
|
@ -82,7 +82,7 @@ class BlockLegacyClientPluginTest extends TestCase {
|
|
|
|
$this->config
|
|
|
|
$this->config
|
|
|
|
->expects($this->once())
|
|
|
|
->expects($this->once())
|
|
|
|
->method('getSystemValue')
|
|
|
|
->method('getSystemValue')
|
|
|
|
->with('minimum.supported.desktop.version', '2.0.0')
|
|
|
|
->with('minimum.supported.desktop.version', '2.3.0')
|
|
|
|
->willReturn('1.7.0');
|
|
|
|
->willReturn('1.7.0');
|
|
|
|
|
|
|
|
|
|
|
|
$this->blockLegacyClientVersionPlugin->beforeHandler($request);
|
|
|
|
$this->blockLegacyClientVersionPlugin->beforeHandler($request);
|
|
|
|
@ -117,7 +117,7 @@ class BlockLegacyClientPluginTest extends TestCase {
|
|
|
|
$this->config
|
|
|
|
$this->config
|
|
|
|
->expects($this->once())
|
|
|
|
->expects($this->once())
|
|
|
|
->method('getSystemValue')
|
|
|
|
->method('getSystemValue')
|
|
|
|
->with('minimum.supported.desktop.version', '2.0.0')
|
|
|
|
->with('minimum.supported.desktop.version', '2.3.0')
|
|
|
|
->willReturn('1.7.0');
|
|
|
|
->willReturn('1.7.0');
|
|
|
|
|
|
|
|
|
|
|
|
$this->blockLegacyClientVersionPlugin->beforeHandler($request);
|
|
|
|
$this->blockLegacyClientVersionPlugin->beforeHandler($request);
|
|
|
|
|