Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 58fd080

Browse files
Merge branch 'master' of github.com:janhenkgerritsen/codeception-laravel5-sample
2 parents a6580ea + 82ff7fb commit 58fd080

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎config/database.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
|
2727
*/
2828

29-
'default' => env('DB_DEFAULT', 'mysql'),
29+
'default' => env('DB_DEFAULT', 'sqlite'),
3030

3131
/*
3232
|--------------------------------------------------------------------------

‎readme.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Setup
66

77
- Clone repo
8+
- Create your .env file from the example file: `cp .env.testing .env`
89
- Install composer dependencies: `composer install`
910
- Create databases by creating the following files:
1011
- `storage/database.sqlite`
@@ -44,4 +45,4 @@ Demonstrates functional [testing of API](https://github.com/janhenkgerritsen/cod
4445

4546
* partial json inclusion in response
4647
* GET/POST/PUT/DELETE requests
47-
* check changes inside database
48+
* check changes inside database

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /