Skip to content

Commit 8e08ed6

Browse files
authored
Merge pull request #233 from oliverklee/cleanup/bootstrap
Drop the PHPUnit bootstrap
2 parents ef4c45c + 9f61018 commit 8e08ed6

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)