Skip to content

Commit

Permalink
Item1244: twiki -> foswiki renaming
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/PhpBB3UsersContrib@2979 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
WillNorris authored and WillNorris committed Mar 11, 2009
1 parent df0ac7a commit 309ee8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/unit/PhpBB3UsersContrib/PhpBB3UsersContribTests.pm
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
use strict;

package JoomlaUsersContribTests;
package PhpBB3UsersContribTests;

use base qw(TWikiTestCase);
use base qw(FoswikiTestCase);

use strict;
use Foswiki;
use CGI;

my $twiki;
my $foswiki;

sub new {
my $self = shift()->SUPER::new(@_);
Expand All @@ -21,7 +21,7 @@ sub set_up {

$this->SUPER::set_up();

$Foswiki::Plugins::SESSION = $twiki;
$Foswiki::Plugins::SESSION = $foswiki;
}

sub tear_down {
Expand Down

0 comments on commit 309ee8d

Please sign in to comment.