diff options
author | RedMatrix <info@friendica.com> | 2014-12-31 10:43:19 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-12-31 10:43:19 +1100 |
commit | 4f35efa0bad4ae6489b63f3eebafe6542d654094 (patch) | |
tree | fdf7577c0b602a1f8b86401572e53cfe90cf2474 /library/intl/phpunit.xml | |
parent | ae9d08267c632cae36a4ebd34c2077fd0051e0e7 (diff) | |
download | volse-hubzilla-4f35efa0bad4ae6489b63f3eebafe6542d654094.tar.gz volse-hubzilla-4f35efa0bad4ae6489b63f3eebafe6542d654094.tar.bz2 volse-hubzilla-4f35efa0bad4ae6489b63f3eebafe6542d654094.zip |
Revert "Language names via intl library."
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> |