Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos-webui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/zendframework/zend-form/phpunit.xml.travis')
-rw-r--r--vendor/zendframework/zend-form/phpunit.xml.travis44
1 files changed, 0 insertions, 44 deletions
diff --git a/vendor/zendframework/zend-form/phpunit.xml.travis b/vendor/zendframework/zend-form/phpunit.xml.travis
deleted file mode 100644
index 25b4ae5..0000000
--- a/vendor/zendframework/zend-form/phpunit.xml.travis
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
- bootstrap="./test/bootstrap.php"
- colors="true">
- <testsuites>
- <testsuite name="zend-form Test Suite">
- <directory>./test/</directory>
- </testsuite>
- </testsuites>
-
- <groups>
- <exclude>
- <group>disable</group>
- </exclude>
- </groups>
-
- <filter>
- <whitelist addUncoveredFilesFromWhitelist="true">
- <directory suffix=".php">./src</directory>
- </whitelist>
- </filter>
-
- <php>
- <ini name="date.timezone" value="UTC"/>
-
- <!-- OB_ENABLED should be enabled for some tests to check if all
- functionality works as expected. Such tests include those for
- Zend\Soap and Zend\Session, which require that headers not be sent
- in order to work. -->
- <const name="TESTS_ZEND_OB_ENABLED" value="false" />
-
- <!-- Enable this if you have installed Doctrine\Common on the
- include_path or via composer. -->
- <const name="TESTS_ZEND_FORM_ANNOTATION_SUPPORT" value="false" />
-
- <!-- Enable this if you have installed ZendService\ReCaptcha on the
- include_path or via Composer. -->
- <const name="TESTS_ZEND_FORM_RECAPTCHA_SUPPORT" value="false" />
- <const name="TESTS_ZEND_FORM_RECAPTCHA_PUBLIC_KEY" value="public key" />
- <const name="TESTS_ZEND_FORM_RECAPTCHA_PRIVATE_KEY" value="private key" />
-
- </php>
-</phpunit>