diff options
author | friendica <info@friendica.com> | 2014-12-30 15:47:01 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-12-30 15:47:01 -0800 |
commit | c0885c81e67789a91e3784aeb49e9d5f0832a7fe (patch) | |
tree | ac67757a0488b1293b325b0f60c31df4eaecac32 /library/intl/phpunit.xml | |
parent | abd345f80f5074d325fd137e48a23925eaa66802 (diff) | |
parent | a54f168463abd0657d28bd0223b1b6907fd7bdb3 (diff) | |
download | volse-hubzilla-c0885c81e67789a91e3784aeb49e9d5f0832a7fe.tar.gz volse-hubzilla-c0885c81e67789a91e3784aeb49e9d5f0832a7fe.tar.bz2 volse-hubzilla-c0885c81e67789a91e3784aeb49e9d5f0832a7fe.zip |
Merge branch 'master' into trinidad
Diffstat (limited to 'library/intl/phpunit.xml')
-rw-r--r-- | library/intl/phpunit.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/library/intl/phpunit.xml b/library/intl/phpunit.xml deleted file mode 100644 index 82bf2b096..000000000 --- a/library/intl/phpunit.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<phpunit backupGlobals="false" - backupStaticAttributes="false" - colors="true" - convertErrorsToExceptions="true" - convertNoticesToExceptions="true" - convertWarningsToExceptions="true" - stopOnFailure="false" - bootstrap="vendor/autoload.php" -> - <testsuites> - <testsuite name="CommerceGuys Intl Test Suite"> - <directory>./tests/</directory> - </testsuite> - </testsuites> - - <filter> - <whitelist> - <directory suffix=".php">./src/</directory> - </whitelist> - </filter> -</phpunit> |