aboutsummaryrefslogtreecommitdiff
path: root/phpunit.xml.dist
diff options
context:
space:
mode:
authorNeonXP <frei@neonxp.net>2013-11-27 04:06:49 +0400
committerNeonXP <frei@neonxp.net>2013-11-27 04:06:49 +0400
commited297b6594a66d8af590e187680056a9b7ff6b49 (patch)
tree87d51a58de143f5fa1453eb892aa76ec6370d9bc /phpunit.xml.dist
first commit
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist20
1 files changed, 20 insertions, 0 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
new file mode 100644
index 0000000..d373eb2
--- /dev/null
+++ b/phpunit.xml.dist
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<phpunit backupGlobals="false"
+ backupStaticAttributes="false"
+ colors="true"
+ convertErrorsToExceptions="true"
+ convertNoticesToExceptions="true"
+ convertWarningsToExceptions="true"
+ processIsolation="false"
+ stopOnFailure="false"
+ syntaxCheck="false"
+ bootstrap="./tests/bootstrap.php"
+ >
+
+ <testsuites>
+ <testsuite name="Russian stemmer tests">
+ <directory>./tests/</directory>
+ </testsuite>
+ </testsuites>
+</phpunit> \ No newline at end of file