We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d499f commit 19b6429Copy full SHA for 19b6429
phpunit.xml.dist
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4
- bootstrap="tests/bootstrap.php">
+ bootstrap="vendor/autoload.php">
5
<php>
6
<ini name="error_reporting" value="E_ALL"/>
7
</php>
@@ -12,7 +12,7 @@
12
</source>
13
<testsuites>
14
<testsuite name="webonyx/graphql-php Test Suite">
15
- <directory>tests/</directory>
+ <directory>tests</directory>
16
</testsuite>
17
</testsuites>
18
</phpunit>
tests/bootstrap.php
0 commit comments