public function __construct() { $session = new Session(); $session->destroy(); parent::__construct(); }
<?php use JoeFallon\KissTest\UnitTest; require 'config/main.php'; new \tests\JoeFallon\PhpCsrf\CsrfGuardTests(); UnitTest::getAllUnitTestsSummary();
public function tearDown() { parent::tearDown(); $this->_httpCodes = null; }