Skip to content

Commit

Permalink
BUGFIX Protect MemberTest from side effects caused by auth_openid and…
Browse files Browse the repository at this point in the history
… forum modules (from r110894)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112865 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
Sam Minnee committed Oct 19, 2010
1 parent 31d442f commit ef36436
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/security/MemberTest.php
Expand Up @@ -8,6 +8,15 @@ class MemberTest extends FunctionalTest {

protected $orig = array();
protected $local = null;

protected $illegalExtensions = array(
'Member' => array(
// TODO Coupling with modules, this should be resolved by automatically
// removing all applied extensions before a unit test
'ForumRole',
'OpenIDAuthenticatedRole'
)
);

function __construct() {
parent::__construct();
Expand Down

0 comments on commit ef36436

Please sign in to comment.