Skip to content

Commit

Permalink
Better test env handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Roussel Xavier committed Sep 23, 2016
1 parent b145527 commit a24cfd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Xavrsl/Cas/Sso.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ class Sso {
function __construct($config)
{
$this->config = $config;
$this->initializeCas();
if(!$this->isPretending()) {
$this->initializeCas();
}
}

/**
Expand Down

0 comments on commit a24cfd1

Please sign in to comment.