예제 #1
0
 public function __construct()
 {
     $session = new Session();
     $session->destroy();
     parent::__construct();
 }
예제 #2
0
파일: index.php 프로젝트: joefallon/phpcsrf
<?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;
 }