File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 68
68
* * client - current Crawler instance
69
69
*
70
70
* ## Parts
71
- *
71
+ *
72
72
* * services - allows to use Symfony DIC only with WebDriver or PhpBrowser modules.
73
- *
73
+ *
74
74
* Usage example:
75
75
*
76
76
* ```yaml
@@ -135,7 +135,8 @@ public function _initialize()
135
135
{
136
136
$ cache = Configuration::projectDir () . $ this ->config ['var_path ' ] . DIRECTORY_SEPARATOR . 'bootstrap.php.cache ' ;
137
137
if (!file_exists ($ cache )) {
138
- throw new ModuleRequireException (__CLASS__ ,
138
+ throw new ModuleRequireException (
139
+ __CLASS__ ,
139
140
"Symfony bootstrap file not found in $ cache \n \n" .
140
141
"Please specify path to bootstrap file using `var_path` config option \n \n" .
141
142
"If you are trying to load bootstrap from a Bundle provide path like: \n \n" .
@@ -350,7 +351,6 @@ public function seeCurrentRouteIs($routeName, array $params = [])
350
351
$ intersection = array_intersect_assoc ($ expected , $ match );
351
352
352
353
$ this ->assertEquals ($ expected , $ intersection );
353
-
354
354
}
355
355
356
356
/**
You can’t perform that action at this time.
0 commit comments