@@ -60,7 +60,7 @@ |
||
60 | 60 | } |
61 | 61 | |
62 | 62 | /** |
63 | - * @return FixtureFactory |
|
63 | + * @return \SilverStripe\Dev\FixtureFactory |
|
64 | 64 | */ |
65 | 65 | public function getFixtureFactory() { |
66 | 66 | if(!$this->fixtureFactory) { |
@@ -36,6 +36,7 @@ |
||
36 | 36 | |
37 | 37 | /** |
38 | 38 | * Get Mink session from MinkContext |
39 | + * @return \Behat\Mink\Session |
|
39 | 40 | */ |
40 | 41 | public function getSession($name = null) { |
41 | 42 | return $this->getMainContext()->getSession($name); |