Skip to content

Commit

Permalink
Fix Type Error
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Jul 25, 2022
1 parent 5953446 commit 8022ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c3.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ function __c3_factory($filename, $lock = false)
$settings = \Codeception\Configuration::suiteSettings($suite, \Codeception\Configuration::config());
} catch (Exception $e) {
__c3_error($e->getMessage());
$settings = array();
}
} else {
$settings = \Codeception\Configuration::config();
Expand Down

0 comments on commit 8022ec7

Please sign in to comment.