Fix test compatibility with PHP 7.3
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -15,7 +15,7 @@ class AttachmentContext implements Context {
|
|||||||
private $serverContext;
|
private $serverContext;
|
||||||
|
|
||||||
protected $lastAttachment = null;
|
protected $lastAttachment = null;
|
||||||
protected array $rememberedAttachments = [];
|
protected $rememberedAttachments = [];
|
||||||
|
|
||||||
/** @BeforeScenario */
|
/** @BeforeScenario */
|
||||||
public function gatherContexts(BeforeScenarioScope $scope) {
|
public function gatherContexts(BeforeScenarioScope $scope) {
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ class BoardContext implements Context {
|
|||||||
private $stack = null;
|
private $stack = null;
|
||||||
/** @var array last card response */
|
/** @var array last card response */
|
||||||
private $card = null;
|
private $card = null;
|
||||||
private array $storedCards = [];
|
private $storedCards = [];
|
||||||
|
|
||||||
/** @var ServerContext */
|
/** @var ServerContext */
|
||||||
private $serverContext;
|
private $serverContext;
|
||||||
|
|||||||
Reference in New Issue
Block a user