public function __construct()
 {
     $session = new Session();
     $session->destroy();
     parent::__construct();
 }
Example #2
0
<?php

use JoeFallon\KissTest\UnitTest;
require 'config/main.php';
new \tests\JoeFallon\PhpCsrf\CsrfGuardTests();
UnitTest::getAllUnitTestsSummary();
Example #3
0
 public function tearDown()
 {
     parent::tearDown();
     $this->_httpCodes = null;
 }