|
|
@@ -17,6 +17,7 @@ declare(strict_types=1);
|
|
|
namespace Cake\Test\TestCase\Http;
|
|
|
|
|
|
use Cake\Http\Session;
|
|
|
+use Cake\TestSuite\Fixture\TransactionStrategy;
|
|
|
use Cake\TestSuite\TestCase;
|
|
|
use InvalidArgumentException;
|
|
|
use RuntimeException;
|
|
|
@@ -29,6 +30,11 @@ use TestApp\Http\Session\TestWebSession;
|
|
|
class SessionTest extends TestCase
|
|
|
{
|
|
|
/**
|
|
|
+ * @inheritDoc
|
|
|
+ */
|
|
|
+ protected $stateResetStrategy = TransactionStrategy::class;
|
|
|
+
|
|
|
+ /**
|
|
|
* Fixtures used in the SessionTest
|
|
|
*
|
|
|
* @var array
|