Skip to content

Commit 19b6429

Browse files
committed
Simplify PHPUnit configuration
1 parent 73d499f commit 19b6429

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
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="tests/bootstrap.php">
4+
bootstrap="vendor/autoload.php">
55
<php>
66
<ini name="error_reporting" value="E_ALL"/>
77
</php>
@@ -12,7 +12,7 @@
1212
</source>
1313
<testsuites>
1414
<testsuite name="webonyx/graphql-php Test Suite">
15-
<directory>tests/</directory>
15+
<directory>tests</directory>
1616
</testsuite>
1717
</testsuites>
1818
</phpunit>

tests/bootstrap.php

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

0 commit comments

Comments
 (0)