Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
syncEnrollments
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yeray Santana Hualde
syncEnrollments
Commits
edc5cee9
Commit
edc5cee9
authored
Jun 04, 2016
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into develop
parents
b6bd1850
767801a3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
.env.example
.env.example
+2
-1
app.php
config/app.php
+2
-0
TestCase.php
tests/TestCase.php
+1
-1
No files found.
.env.example
View file @
edc5cee9
APP_ENV=local
APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomString
APP_KEY=SomeRandomString
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost
APP_URL=http://localhost
DB_CONNECTION=mysql
DB_CONNECTION=mysql
...
...
config/app.php
View file @
edc5cee9
...
@@ -110,6 +110,8 @@ return [
...
@@ -110,6 +110,8 @@ return [
'log'
=>
env
(
'APP_LOG'
,
'single'
),
'log'
=>
env
(
'APP_LOG'
,
'single'
),
'log_level'
=>
env
(
'APP_LOG_LEVEL'
,
'debug'
),
/*
/*
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
| Autoloaded Service Providers
| Autoloaded Service Providers
...
...
tests/TestCase.php
View file @
edc5cee9
<?php
<?php
class
TestCase
extends
Illuminate\Foundation\Testing\TestCase
abstract
class
TestCase
extends
Illuminate\Foundation\Testing\TestCase
{
{
/**
/**
* The base URL to use while testing the application.
* The base URL to use while testing the application.
...
...
Write
Preview
Markdown
is supported
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