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

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