Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
abkrim
tall-skeleton
Commits
ec5c2698
Commit
ec5c2698
authored
Mar 12, 2021
by
abkrim
😀
Browse files
Writing tests correct phpunit
parent
70a880f3
Pipeline
#486
passed with stages
in 1 minute and 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
phpunit.xml
View file @
ec5c2698
...
...
@@ -22,7 +22,7 @@
<server
name=
"BCRYPT_ROUNDS"
value=
"4"
/>
<server
name=
"CACHE_DRIVER"
value=
"array"
/>
<!-- <server name="DB_CONNECTION" value="sqlite"/> -->
<server
name=
"DB_DATABASE"
value=
":memory:"
/>
<!--
<server name="DB_DATABASE" value=":memory:"/>
-->
<server
name=
"MAIL_MAILER"
value=
"array"
/>
<server
name=
"QUEUE_CONNECTION"
value=
"sync"
/>
<server
name=
"SESSION_DRIVER"
value=
"array"
/>
...
...
routes/web.php
View file @
ec5c2698
...
...
@@ -21,4 +21,3 @@ Route::get('/register', \App\Http\Livewire\Auth\Register::class);
//Route::get('/register', function () {
// 'hey';
//});
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment