Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 46e1323

Browse files
remove old phpunit bootstrap
1 parent 0fc5a53 commit 46e1323

File tree

2 files changed

+1
-45
lines changed

2 files changed

+1
-45
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
4-
bootstrap="./test/bootstrap.php"
4+
bootstrap="vendor/autoload.php"
55
colors="true">
66
<testsuites>
77
<testsuite name="zend-code Test Suite">
@@ -24,16 +24,6 @@
2424
<php>
2525
<ini name="date.timezone" value="UTC"/>
2626

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-
3727
<!-- Enable this if you have installed Doctrine\Common on the
3828
include_path or via Composer. -->
3929
<env name="TESTS_ZEND_CODE_ANNOTATION_DOCTRINE_SUPPORT" value="false" />

test/bootstrap.php

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)