You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -206,15 +198,13 @@ public function _beforeSuite($settings = [])
206
198
if ($realpath === false) {
207
199
thrownewModuleException($this, 'The path to one of your factories is not correct. Please specify the directory relative to the codeception.yml file (ie. _support/factories).');
208
200
}
201
+
209
202
$this->factoryMuffin->loadFactories($realpath);
210
203
}
211
204
}
212
205
}
213
206
214
-
/**
215
-
* @return StoreInterface|null
216
-
*/
217
-
protectedfunctiongetStore()
207
+
protectedfunctiongetStore(): ?StoreInterface
218
208
{
219
209
if (!empty($this->config['customStore'])) {
220
210
$store = new$this->config['customStore'];
@@ -242,18 +232,19 @@ public function _after(TestInterface $test)
0 commit comments