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

Commit d57f037

Browse files
committed
Updated test bootstrap
Current test failures are due to sebastian/version not reporting the correct version when the lowest stable version is installed (1.0.4 of that package corrected the issue). Since `test/bootstrap.php` was essentially unrequired at this point, removing it in favor of using only the composer autoloader simplifies dependencies while retaining the testing strategy.
1 parent 7b6259d commit d57f037

File tree

2 files changed

+1
-35
lines changed

2 files changed

+1
-35
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
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-mvc Test Suite">

test/bootstrap.php

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

0 commit comments

Comments
 (0)