|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
3 | | - xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.0/phpunit.xsd" |
4 | | - backupGlobals="false" |
5 | | - backupStaticAttributes="false" |
6 | | - colors="true" |
7 | | - convertErrorsToExceptions="true" |
8 | | - convertNoticesToExceptions="true" |
9 | | - convertWarningsToExceptions="true" |
10 | | - processIsolation="false" |
11 | | - stopOnError="true" |
12 | | - stopOnFailure="true" |
13 | | - stopOnIncomplete="false" |
14 | | - stopOnSkipped="false" |
15 | | - verbose="false" |
16 | | -> |
17 | | - <coverage> |
| 3 | + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" backupGlobals="false" |
| 4 | + colors="true" processIsolation="false" stopOnError="true" stopOnFailure="true" |
| 5 | + stopOnIncomplete="false" stopOnSkipped="false" cacheDirectory=".phpunit.cache" |
| 6 | + backupStaticProperties="false"> |
| 7 | + <testsuites> |
| 8 | + <testsuite name="Laravel Shopify Test Suite"> |
| 9 | + <directory>tests</directory> |
| 10 | + </testsuite> |
| 11 | + </testsuites> |
| 12 | + <logging /> |
| 13 | + <php> |
| 14 | + <env name="APP_KEY" value="AckfSECXIvnK5r28GVIWUAxmbBSjTsmF" /> |
| 15 | + <env name="SHOPIFY_API_KEY" value="00000000000000000000000000000000" /> |
| 16 | + <env name="SHOPIFY_API_SECRET" value="00000000000000000000000000000000" /> |
| 17 | + </php> |
| 18 | + <source> |
18 | 19 | <include> |
19 | 20 | <directory suffix=".php">src/</directory> |
20 | 21 | </include> |
|
26 | 27 | <directory>src/Messaging/Events/</directory> |
27 | 28 | <file>src/ShopifyAppProvider.php</file> |
28 | 29 | </exclude> |
29 | | - <report> |
30 | | - <clover outputFile="build/logs/clover.xml"/> |
31 | | - <text outputFile="php://stdout"/> |
32 | | - </report> |
33 | | - </coverage> |
34 | | - <testsuites> |
35 | | - <testsuite name="Laravel Shopify Test Suite"> |
36 | | - <directory>tests</directory> |
37 | | - </testsuite> |
38 | | - </testsuites> |
39 | | - <logging/> |
40 | | - <php> |
41 | | - <env name="APP_KEY" value="AckfSECXIvnK5r28GVIWUAxmbBSjTsmF"/> |
42 | | - <env name="SHOPIFY_API_KEY" value="00000000000000000000000000000000"/> |
43 | | - <env name="SHOPIFY_API_SECRET" value="00000000000000000000000000000000"/> |
44 | | - </php> |
| 30 | + </source> |
45 | 31 | </phpunit> |
0 commit comments