13 lines
173 B
PHP
13 lines
173 B
PHP
<?php
|
|
|
|
class TestSecurityRegress extends PHPUnit_Framework_Testcase {
|
|
/**
|
|
* CSRFToken tests
|
|
*/
|
|
function testCSRFTokenSuccess() {
|
|
global $config;
|
|
|
|
}
|
|
}
|
|
|
|
?>
|