We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7d87a commit dbd59d3Copy full SHA for dbd59d3
src/Tests/RestfulUnit/ServiceTestCase.php
@@ -14,13 +14,13 @@ class ServiceTestCase {
14
15
static function setUpBeforeClass(){
16
Build::run();
17
+ MockSettings::setSettings("php-platform/session", "session.class", 'PhpPlatform\WebSession\Session');
18
}
19
20
static function setUp(){
21
// clear session if any
22
$session = Factory::getSession();
23
$session->clear();
- MockSettings::setSettings("php-platform/session", "session.class", 'PhpPlatform\WebSession\Session');
24
25
26
static function tearDownAfterClass(){
0 commit comments