summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Eckelmann <eckelmann@cosmocode.de>2012-04-04 11:02:11 +0200
committerDominik Eckelmann <eckelmann@cosmocode.de>2012-04-04 11:02:11 +0200
commit552ff5b0231d5db6ea3f6677cb2bb9af48fd69b1 (patch)
treeee51ed1c70f1274ecb08f179bbb70093382eb738
parent2379bbe75cc912c38cc3c74f8cd06793bbaec83e (diff)
downloadrpg-552ff5b0231d5db6ea3f6677cb2bb9af48fd69b1.tar.gz
rpg-552ff5b0231d5db6ea3f6677cb2bb9af48fd69b1.tar.bz2
used default php unit config exclude high cpu usage tests
-rw-r--r--_testing/phpunit.xml (renamed from _testing/unittest.xml)4
-rw-r--r--_testing/unittests/inc/auth_password.cputest.php (renamed from _testing/unittests/inc/auth_password.test.php)0
-rw-r--r--_testing/unittests/inc/utf8_romanize.cputest.php (renamed from _testing/unittests/inc/utf8_romanize.test.php)0
3 files changed, 2 insertions, 2 deletions
diff --git a/_testing/unittest.xml b/_testing/phpunit.xml
index dc2c57015..62ab4005f 100644
--- a/_testing/unittest.xml
+++ b/_testing/phpunit.xml
@@ -4,9 +4,9 @@
convertNoticesToExceptions="false">
<testsuites>
- <testsuite>
+ <testsuite name="Default Unit Tests">
<directory suffix=".test.php">unittests/</directory>
</testsuite>
</testsuites>
-</phpunit> \ No newline at end of file
+</phpunit>
diff --git a/_testing/unittests/inc/auth_password.test.php b/_testing/unittests/inc/auth_password.cputest.php
index 4c922d0e3..4c922d0e3 100644
--- a/_testing/unittests/inc/auth_password.test.php
+++ b/_testing/unittests/inc/auth_password.cputest.php
diff --git a/_testing/unittests/inc/utf8_romanize.test.php b/_testing/unittests/inc/utf8_romanize.cputest.php
index 66e3b76c9..66e3b76c9 100644
--- a/_testing/unittests/inc/utf8_romanize.test.php
+++ b/_testing/unittests/inc/utf8_romanize.cputest.php