コード例 #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
ファイル: HttpCodesTests.php プロジェクト: joefallon/phphttp
 public function tearDown()
 {
     parent::tearDown();
     $this->_httpCodes = null;
 }