Skip to content

Commit

Permalink
Update phpunit bootstrap for current easeCore
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Mar 19, 2024
1 parent ce8a1c9 commit f8f6586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bootstrap.php
Expand Up @@ -25,7 +25,7 @@
define('EASE_LOGGER', 'syslog');
}

if (\Ease\Shared::init(['ABRAFLEXI_URL', 'ABRAFLEXI_LOGIN', 'ABRAFLEXI_PASSWORD', 'ABRAFLEXI_COMPANY'], '../.env')) { //FallBack to Abra
if (\Ease\Shared::init(['ABRAFLEXI_URL', 'ABRAFLEXI_LOGIN', 'ABRAFLEXI_PASSWORD', 'ABRAFLEXI_COMPANY'], '../.env', false) === false) { //FallBack to Abra
/*
* URL AbraFlexi API
*/
Expand Down

0 comments on commit f8f6586

Please sign in to comment.