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

Commit

Permalink
remove old phpunit bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanotorresi authored and weierophinney committed Jan 25, 2018
1 parent 4d9ea17 commit c9a84eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
13 changes: 1 addition & 12 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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"
bootstrap="vendor/autoload.php"
colors="true">
<testsuites>
<testsuite name="zend-console Test Suite">
Expand All @@ -23,16 +23,5 @@

<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. -->
<env name="TESTS_ZEND_OB_ENABLED" value="false" />

<!-- Note: the following is a FULL list of ALL POSSIBLE constants
currently in use in ZF2 for ALL COMPONENTS; you should choose the
constants appropriate to the component you are migrating. -->

</php>
</phpunit>
34 changes: 0 additions & 34 deletions test/bootstrap.php

This file was deleted.

0 comments on commit c9a84eb

Please sign in to comment.