@@ -18,6 +18,9 @@ |
||
18 | 18 | protected $_selector; |
19 | 19 | protected $_filters; |
20 | 20 | |
21 | + /** |
|
22 | + * @param string $type |
|
23 | + */ |
|
21 | 24 | function __construct($type, $selector, array $filters = array()) |
22 | 25 | { |
23 | 26 | $this->_type = $type; |
@@ -59,7 +59,7 @@ discard block |
||
59 | 59 | * You can override them yourself in order to have custom configs |
60 | 60 | * |
61 | 61 | * Drivers are cached as fixtured for the whole testrun and is shared between tests. |
62 | - * @return Openbuildings\Spiderling\Driver |
|
62 | + * @return \Openbuildings\Spiderling\Driver |
|
63 | 63 | */ |
64 | 64 | public function driver() |
65 | 65 | { |
@@ -109,7 +109,7 @@ discard block |
||
109 | 109 | * Return Openbuildings\Spiderling\Driver_Simple |
110 | 110 | * override this to configure |
111 | 111 | * |
112 | - * @return Openbuildings\Spiderling\Driver_Simple |
|
112 | + * @return \Openbuildings\Spiderling\Driver_Simple |
|
113 | 113 | */ |
114 | 114 | public function driver_simple() |
115 | 115 | { |
@@ -120,7 +120,7 @@ discard block |
||
120 | 120 | * Return Openbuildings\Spiderling\Driver_SimpleXML |
121 | 121 | * override this to configure |
122 | 122 | * |
123 | - * @return Openbuildings\Spiderling\Driver_SimpleXML |
|
123 | + * @return \Openbuildings\Spiderling\Driver_SimpleXML |
|
124 | 124 | */ |
125 | 125 | public function driver_simple_xml() |
126 | 126 | { |
@@ -131,7 +131,7 @@ discard block |
||
131 | 131 | * Return Openbuildings\Spiderling\Driver_Kohana |
132 | 132 | * override this to configure |
133 | 133 | * |
134 | - * @return Openbuildings\Spiderling\Driver_Kohana |
|
134 | + * @return \Openbuildings\Spiderling\Driver_Kohana |
|
135 | 135 | */ |
136 | 136 | public function driver_kohana() |
137 | 137 | { |
@@ -142,7 +142,7 @@ discard block |
||
142 | 142 | * Return Openbuildings\Spiderling\Driver_Selenium |
143 | 143 | * override this to configure |
144 | 144 | * |
145 | - * @return Openbuildings\Spiderling\Driver_Selenium |
|
145 | + * @return \Openbuildings\Spiderling\Driver_Selenium |
|
146 | 146 | */ |
147 | 147 | public function driver_selenium() |
148 | 148 | { |
@@ -153,7 +153,7 @@ discard block |
||
153 | 153 | * Return Openbuildings\Spiderling\Driver_Phantomjs |
154 | 154 | * override this to configure |
155 | 155 | * |
156 | - * @return Openbuildings\Spiderling\Driver_Phantomjs |
|
156 | + * @return \Openbuildings\Spiderling\Driver_Phantomjs |
|
157 | 157 | */ |
158 | 158 | public function driver_phantomjs() |
159 | 159 | { |
@@ -18,6 +18,9 @@ |
||
18 | 18 | protected $_selector; |
19 | 19 | protected $_filters; |
20 | 20 | |
21 | + /** |
|
22 | + * @param string $type |
|
23 | + */ |
|
21 | 24 | function __construct($type, $selector, array $filters = array()) |
22 | 25 | { |
23 | 26 | $this->_type = $type; |
@@ -160,8 +160,8 @@ |
||
160 | 160 | /** |
161 | 161 | * Risky test. |
162 | 162 | * |
163 | - * @param PHPUnit_Framework_Test $test |
|
164 | - * @param Exception $e |
|
163 | + * @param \PHPUnit_Framework_Test $test |
|
164 | + * @param \Exception $e |
|
165 | 165 | * @param float $time |
166 | 166 | * @since Method available since Release 3.8.0 |
167 | 167 | */ |