Completed
Pull Request — master (#5986)
by Sam
12:37
created
tests/behat/features/bootstrap/FeatureContext.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.
bootstrap/SilverStripe/Framework/Test/Behaviour/CmsFormsContext.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -36,6 +36,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.