Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed May 8, 2012
1 parent 8395c16 commit 84ce05a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/EasyBib/Core/Test/LoadConfigTest.php
Expand Up @@ -108,7 +108,7 @@ public function testProduction()
}
$this->ezConfig->setEnvironment('production');
$this->ezConfig->setFile('config.ini');
$this->ezConfig->setModule('impexport');
$this->ezConfig->setModule('foo');

$key = $this->ezConfig->getApcKey();
$this->assertNotEmpty($key);
Expand All @@ -130,7 +130,7 @@ public function testProductionAndAlter()
}
$this->ezConfig->setEnvironment('production');
$this->ezConfig->setFile('config.ini');
$this->ezConfig->setModule('impexport');
$this->ezConfig->setModule('foo');

$key = $this->ezConfig->getApcKey();
\apc_delete($key);
Expand Down

0 comments on commit 84ce05a

Please sign in to comment.