Skip to content

Commit

Permalink
add NS to FeatureContext
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jun 10, 2020
1 parent 4a99f03 commit 9ee11a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion features/bootstrap/FeatureContext.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace atk4\ui\behat;

use Behat\Behat\Context\Context;
use Behat\MinkExtension\Context\RawMinkContext;

Expand All @@ -22,7 +24,7 @@ public function __construct()
/** @var null Temporary store button id when press. Use in js callback test. */
protected $buttonId;

public function getSession($name = null): Behat\Mink\Session
public function getSession($name = null): \Behat\Mink\Session
{
return $this->getMink()->getSession($name);
}
Expand Down

0 comments on commit 9ee11a2

Please sign in to comment.