diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2014-05-10 17:14:00 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2014-05-10 17:14:00 +0200 |
| commit | cc0446dc17aeb3639b374a6688e32fca271e0694 (patch) | |
| tree | 64c4100056830223051f20e4c507c6690b6b17d1 /phpunit.xml.functional | |
| parent | 436e388b87c39d778e5996d3ab0f0761fffe5e23 (diff) | |
| parent | 333120a9921d8b36914965540d2d513cb939dc51 (diff) | |
| download | forums-cc0446dc17aeb3639b374a6688e32fca271e0694.tar forums-cc0446dc17aeb3639b374a6688e32fca271e0694.tar.gz forums-cc0446dc17aeb3639b374a6688e32fca271e0694.tar.bz2 forums-cc0446dc17aeb3639b374a6688e32fca271e0694.tar.xz forums-cc0446dc17aeb3639b374a6688e32fca271e0694.zip | |
Merge pull request #2430 from nickvergessen/ticket/10839-olympus
[Ticket/10839] olympus - Remove phpunit configuration files
* nickvergessen/ticket/10839-olympus:
[ticket/10839] Fix note about running slow tests and build task
[ticket/10839] Removing phpunit.xml.all
[ticket/10839] Always run functional tests by default
Diffstat (limited to 'phpunit.xml.functional')
| -rw-r--r-- | phpunit.xml.functional | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/phpunit.xml.functional b/phpunit.xml.functional deleted file mode 100644 index 9f3033b074..0000000000 --- a/phpunit.xml.functional +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<phpunit backupGlobals="true" - backupStaticAttributes="true" - colors="true" - convertErrorsToExceptions="true" - convertNoticesToExceptions="true" - convertWarningsToExceptions="true" - processIsolation="false" - stopOnFailure="false" - syntaxCheck="false" - bootstrap="tests/bootstrap.php" -> - <testsuites> - <testsuite name="phpBB Test Suite"> - <directory suffix="_test.php">./tests</directory> - <exclude>./tests/functional</exclude> - <exclude>tests/lint_test.php</exclude> - </testsuite> - <testsuite name="phpBB Lint Test"> - <file>tests/lint_test.php</file> - </testsuite> - <testsuite name="phpBB Functional Tests"> - <directory suffix="_test.php" phpVersion="5.3.0" phpVersionOperator=">=">./tests/functional</directory> - </testsuite> - </testsuites> - - <groups> - <include> - <group>functional</group> - </include> - </groups> - - <filter> - <blacklist> - <directory>./tests</directory> - </blacklist> - </filter> -</phpunit> |
