Test enhancement (#18)

Wow! Thank you very much for fixing all this.

Cheers!
This commit is contained in:
Chun-Sheng, Li
2019-10-22 20:06:37 +08:00
committed by Milos Stojanovic
parent c7d88635b4
commit ea6933883f
18 changed files with 134 additions and 124 deletions

View File

@@ -13,7 +13,6 @@ namespace Tests\Unit;
use Filegator\Kernel\Request;
use Filegator\Kernel\Response;
use Filegator\Services\Auth\AuthInterface;
use Filegator\Services\Session\Session;
use Filegator\Services\Session\SessionStorageInterface;
use Tests\TestCase;
@@ -55,7 +54,7 @@ class AppTest extends TestCase
$config = $this->getMockConfig();
$app1 = $this->bootFreshApp($config, $request1, null, true);
$this->bootFreshApp($config, $request1, null, true);
$prev_session = $request1->getSession();
// another request with previous session