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

Commit ff7bcd9

Browse files
committed
Use composer autoloader as test bootstrap.
1 parent 0aef1f9 commit ff7bcd9

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-navigation Test Suite">

test/bootstrap.php

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

0 commit comments

Comments
 (0)