Skip to content

Commit

Permalink
Dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhelqzkov committed Sep 13, 2024
1 parent 5a8da27 commit 7f93a6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Codeception/Module/VisualCeption.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ public function _initialize(): void
$this->utils = new Utils();

$this->maximumDeviation = $this->config["maximumDeviation"];

$this->saveCurrentImageIfFailure = (boolean)$this->config["saveCurrentImageIfFailure"];

$this->referenceImageDir = (file_exists($this->config["referenceImageDir"]) ? "" : codecept_data_dir()) . $this->config["referenceImageDir"];

if (!is_dir($this->referenceImageDir)) {
Expand Down

0 comments on commit 7f93a6b

Please sign in to comment.