This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-45
lines changed Expand file tree Collapse file tree 2 files changed +1
-45
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi : noNamespaceSchemaLocation =" ./vendor/phpunit/phpunit/phpunit.xsd"
4
- bootstrap =" ./test/bootstrap .php"
4
+ bootstrap =" vendor/autoload .php"
5
5
colors =" true" >
6
6
<testsuites >
7
7
<testsuite name =" zend-code Test Suite" >
24
24
<php >
25
25
<ini name =" date.timezone" value =" UTC" />
26
26
27
- <!-- OB_ENABLED should be enabled for some tests to check if all
28
- functionality works as expected. Such tests include those for
29
- Zend\Soap and Zend\Session, which require that headers not be sent
30
- in order to work. -->
31
- <env name =" TESTS_ZEND_OB_ENABLED" value =" false" />
32
-
33
- <!-- Note: the following is a FULL list of ALL POSSIBLE constants
34
- currently in use in ZF2 for ALL COMPONENTS; you should choose the
35
- constants appropriate to the component you are migrating. -->
36
-
37
27
<!-- Enable this if you have installed Doctrine\Common on the
38
28
include_path or via Composer. -->
39
29
<env name =" TESTS_ZEND_CODE_ANNOTATION_DOCTRINE_SUPPORT" value =" false" />
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments