Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PigLatinTranslator
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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PeckaDesign
PigLatinTranslator
Commits
b15c45bb
Commit
b15c45bb
authored
Jun 26, 2014
by
Mpro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
not using config.local.neon (very simply app)
parent
45a3dd5b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
bootstrap.php
app/bootstrap.php
+0
-1
bootstrap.php
tests/bootstrap.php
+0
-1
No files found.
app/bootstrap.php
View file @
b15c45bb
...
...
@@ -15,7 +15,6 @@ $configurator->createRobotLoader()
->
register
();
$configurator
->
addConfig
(
__DIR__
.
'/config/config.neon'
);
$configurator
->
addConfig
(
__DIR__
.
'/config/config.local.neon'
);
$container
=
$configurator
->
createContainer
();
...
...
tests/bootstrap.php
View file @
b15c45bb
...
...
@@ -17,5 +17,4 @@ $configurator->createRobotLoader()
->
register
();
$configurator
->
addConfig
(
__DIR__
.
'/../app/config/config.neon'
);
$configurator
->
addConfig
(
__DIR__
.
'/../app/config/config.local.neon'
);
return
$configurator
->
createContainer
();
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