File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
5+ bootstrap =" vendor/autoload.php"
6+ colors =" true"
7+ columns =" max"
8+ displayDetailsOnTestsThatTriggerWarnings =" true"
9+ failOnDeprecation =" true"
10+ failOnWarning =" true"
11+ failOnNotice =" true"
12+ failOnRisky =" true"
513>
614 <testsuites >
715 <testsuite name =" feature" >
816 <directory >tests/Feature</directory >
917 </testsuite >
1018 </testsuites >
1119
20+ <source >
21+ <include >
22+ <directory >src</directory >
23+ </include >
24+ </source >
25+
1226 <php >
1327 <env name =" TYPESENSE_NODE_HOST" value =" localhost" />
1428 <env name =" TYPESENSE_NODE_PORT" value =" 8108" />
1529 <env name =" TYPESENSE_NODE_PROTOCOL" value =" http" />
1630 <env name =" TYPESENSE_API_KEY" value =" xyz" />
1731 </php >
18- </phpunit >
32+ </phpunit >
You can’t perform that action at this time.
0 commit comments