Completed
Push — simpler-test-run ( 893237...c5d457 )
by Sam
07:57
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 2 patches
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.
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -2,13 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace SilverStripe\Framework\Test\Behaviour;
4 4
 
5
-use Behat\Behat\Context\ClosuredContextInterface;
6
-use Behat\Behat\Context\TranslatedContextInterface;
7 5
 use Behat\Behat\Context\BehatContext;
8
-use Behat\Behat\Context\Step;
9
-use Behat\Behat\Exception\PendingException;
10 6
 use Behat\Mink\Exception\ElementHtmlException;
11
-use Behat\Gherkin\Node\PyStringNode;
12 7
 use Behat\Gherkin\Node\TableNode;
13 8
 use Behat\MinkExtension\Context\MinkContext as MinkContext;
14 9
 use Symfony\Component\DomCrawler\Crawler;
Please login to merge, or discard this patch.