Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 235eaf58
authored
Jul 29, 2020
by
Jonathan Reinink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update PHPUnit config
1 parent
7a488c90
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
11 deletions
phpunit.xml
phpunit.xml
View file @
235eaf5
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
backupGlobals=
"fals
e"
backupStaticAttributes=
"false
"
<phpunit
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instanc
e"
xsi:noNamespaceSchemaLocation=
"./vendor/phpunit/phpunit/phpunit.xsd
"
bootstrap=
"vendor/autoload.php"
colors=
"true"
convertErrorsToExceptions=
"true"
convertNoticesToExceptions=
"true"
convertWarningsToExceptions=
"true"
processIsolation=
"false"
stopOnFailure=
"false"
>
>
<testsuites>
<testsuite
name=
"Unit"
>
<directory
suffix=
"Test.php"
>
./tests/Unit
</directory>
</testsuite>
<testsuite
name=
"Feature"
>
<directory
suffix=
"Test.php"
>
./tests/Feature
</directory>
</testsuite>
...
...
@@ -26,10 +21,10 @@
<server
name=
"APP_ENV"
value=
"testing"
/>
<server
name=
"BCRYPT_ROUNDS"
value=
"4"
/>
<server
name=
"CACHE_DRIVER"
value=
"array"
/>
<server
name=
"MAIL_DRIVER"
value=
"array"
/>
<server
name=
"DB_DATABASE"
value=
":memory:"
/>
<server
name=
"MAIL_MAILER"
value=
"array"
/>
<server
name=
"QUEUE_CONNECTION"
value=
"sync"
/>
<server
name=
"SESSION_DRIVER"
value=
"array"
/>
<server
name=
"DB_CONNECTION"
value=
"sqlite"
/>
<server
name=
"DB_DATABASE"
value=
":memory:"
/>
<server
name=
"TELESCOPE_ENABLED"
value=
"false"
/>
</php>
</phpunit>
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment