xss defence

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9876 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-11-25 02:35:08 +00:00
parent 235d781638
commit b09862088a
3 changed files with 14 additions and 3 deletions

View file

@ -1,4 +1,10 @@
<phpunit bootstrap="./Bootstrap.php">
<php>
<var name="DB_DSN" value="mysql:dbname=v150;host=localhost" />
<var name="DB_USER" value="ovclas" />
<var name="DB_PASSWD" value="12345" />
<var name="DB_DBNAME" value="v150" />
</php>
<testsuites>
<testsuite name="XE Core Test Suite">
<directory>.</directory>