Skip to content

Commit 9f61018

Browse files
committed
Drop the PHPUnit bootstrap
The bootstrap was used for autoloading. With the Composer autoloader, it is no longer needed.
1 parent c01ca4b commit 9f61018

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

phpunit.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<phpunit
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.8/phpunit.xsd"
4-
bootstrap="tests/bootstrap.php">
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.8/phpunit.xsd">
54
<testsuites>
65
<testsuite name="Project Test Suite">
76
<directory>tests</directory>

tests/bootstrap.php

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

0 commit comments

Comments
 (0)