Skip to content

Commit

Permalink
OPENEUROPA-1501: Set CAS version to 1.3 release and remove not necess…
Browse files Browse the repository at this point in the history
…ary config setter from AfterScenario.
  • Loading branch information
nagyad committed Jan 9, 2019
1 parent 75ee3ac commit c6a3618
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"drupal/cas": "dev-1.x",
"drupal/cas": "~1.3",
"openeuropa/drupal-core-require": "^8.6",
"php": "^7.1"
},
Expand Down
9 changes: 0 additions & 9 deletions tests/Behat/AuthenticationContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ public function setConfigDrupalLogin(): void {
$this->setConfig('cas.settings', 'forced_login.enabled', FALSE);
}

/**
* Configures the CAS module to use CAS login.
*
* @AfterScenario @DrupalLogin
*/
public function setConfigCasLogin(): void {
$this->setConfig('cas.settings', 'forced_login.enabled', TRUE);
}

/**
* Configures the CAS module to initialize this client as a proxy.
*
Expand Down

0 comments on commit c6a3618

Please sign in to comment.