|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | +<<<<<<< HEAD |
2 | 3 | <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
3 | 4 | xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
|
4 | 5 | bootstrap="vendor/autoload.php"
|
|
29 | 30 | <env name="QUEUE_CONNECTION" value="sync"/>
|
30 | 31 | <env name="SESSION_DRIVER" value="array"/>
|
31 | 32 | </php>
|
| 33 | +||||||| parent of db5bfeb (refactoring: Drop laravel world dependencies and apply refactoring to views and tests) |
| 34 | +<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true" cacheDirectory=".phpunit.cache"> |
| 35 | + <testsuites> |
| 36 | + <testsuite name="Integration"> |
| 37 | + <directory suffix="Test.php">./tests/Integration</directory> |
| 38 | + </testsuite> |
| 39 | + <testsuite name="Feature"> |
| 40 | + <directory suffix="Test.php">./tests/Feature</directory> |
| 41 | + </testsuite> |
| 42 | + </testsuites> |
| 43 | + <coverage/> |
| 44 | + <php> |
| 45 | + <server name="APP_ENV" value="testing"/> |
| 46 | + <env name="APP_KEY" value="base64:NXoQgjw2ZlOxnGbo5ZRhYgTdM6xLYsgYElNAgcTQJkE="/> |
| 47 | + <server name="BCRYPT_ROUNDS" value="4"/> |
| 48 | + <server name="CACHE_DRIVER" value="array"/> |
| 49 | + <server name="DB_CONNECTION" value="sqlite"/> |
| 50 | + <server name="DB_DATABASE" value=":memory:"/> |
| 51 | + <server name="MAIL_MAILER" value="array"/> |
| 52 | + <server name="QUEUE_CONNECTION" value="sync"/> |
| 53 | + <server name="SESSION_DRIVER" value="array"/> |
| 54 | + <server name="TELESCOPE_ENABLED" value="false"/> |
| 55 | + </php> |
| 56 | + <source> |
| 57 | + <include> |
| 58 | + <directory suffix=".php">./app</directory> |
| 59 | + </include> |
| 60 | + </source> |
| 61 | +======= |
| 62 | +<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true" cacheDirectory=".phpunit.cache"> |
| 63 | + <testsuites> |
| 64 | + <testsuite name="Unit"> |
| 65 | + <directory suffix="Test.php">./tests/Unit</directory> |
| 66 | + </testsuite> |
| 67 | + <testsuite name="Feature"> |
| 68 | + <directory suffix="Test.php">./tests/Feature</directory> |
| 69 | + </testsuite> |
| 70 | + </testsuites> |
| 71 | + <coverage/> |
| 72 | + <php> |
| 73 | + <server name="APP_ENV" value="testing"/> |
| 74 | + <env name="APP_KEY" value="base64:NXoQgjw2ZlOxnGbo5ZRhYgTdM6xLYsgYElNAgcTQJkE="/> |
| 75 | + <server name="BCRYPT_ROUNDS" value="4"/> |
| 76 | + <server name="CACHE_DRIVER" value="array"/> |
| 77 | + <server name="DB_CONNECTION" value="sqlite"/> |
| 78 | + <server name="DB_DATABASE" value=":memory:"/> |
| 79 | + <server name="MAIL_MAILER" value="array"/> |
| 80 | + <server name="QUEUE_CONNECTION" value="sync"/> |
| 81 | + <server name="SESSION_DRIVER" value="array"/> |
| 82 | + <server name="TELESCOPE_ENABLED" value="false"/> |
| 83 | + </php> |
| 84 | + <source> |
| 85 | + <include> |
| 86 | + <directory suffix=".php">./app</directory> |
| 87 | + </include> |
| 88 | + </source> |
| 89 | +>>>>>>> db5bfeb (refactoring: Drop laravel world dependencies and apply refactoring to views and tests) |
32 | 90 | </phpunit>
|
0 commit comments