Skip to content
This repository was archived by the owner on Sep 27, 2021. It is now read-only.

Commit e073ce2

Browse files
committed
Code clean up
1 parent ad00cd2 commit e073ce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GraphWalker.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ public function __construct($settings = [])
4343
if($this->algorithmClass == '' ) {
4444
throw new ModuleConfigException(__CLASS__, 'Configuration setting "algorithm" is missing');
4545
}
46-
46+
4747
$this->path = $this->settings['graphwalker']['path'];
4848

4949
$this->di = new Di();
5050

5151
$this->parser = new GraphLoader();
52-
$this->loader = new \Codeception\Test\Loader(['path' => $this->path]);
52+
$this->loader = new TestLoader(['path' => $this->path]);
5353
}
5454

5555
public function loadTests($filename)

0 commit comments

Comments
 (0)