mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Attempt #2.
This commit is contained in:
parent
84e7af04b9
commit
bd2c4252bb
@ -8,6 +8,18 @@ settings:
|
||||
bootstrap: _bootstrap.php
|
||||
colors: true
|
||||
memory_limit: 1024M
|
||||
extensions:
|
||||
enabled:
|
||||
- Codeception\Extension\PhpBuiltinServer
|
||||
config:
|
||||
Codeception\Extension\PhpBuiltinServer:
|
||||
hostname: localhost
|
||||
port: 8000
|
||||
documentRoot: public
|
||||
startDelay: 1
|
||||
phpIni: /etc/php5/fpm/php.ini
|
||||
|
||||
|
||||
modules:
|
||||
config:
|
||||
Db:
|
||||
|
@ -37,7 +37,8 @@
|
||||
"codeception/codeception": "*",
|
||||
"codeception/c3": "2.*",
|
||||
"sebastian/phpcpd": "*",
|
||||
"sebastian/phpdcd": "*"
|
||||
"sebastian/phpdcd": "*",
|
||||
"codeception/phpbuiltinserver": "*"
|
||||
|
||||
},
|
||||
"autoload": {
|
||||
|
42
composer.lock
generated
42
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "54b87a48702c03e0eef7f37449f7888a",
|
||||
"hash": "9c8cafd9d3f40fa1e56b3a7cee419da5",
|
||||
"packages": [
|
||||
{
|
||||
"name": "classpreloader/classpreloader",
|
||||
@ -2063,6 +2063,46 @@
|
||||
],
|
||||
"time": "2014-11-18 00:48:50"
|
||||
},
|
||||
{
|
||||
"name": "codeception/phpbuiltinserver",
|
||||
"version": "v1.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/tiger-seo/PhpBuiltinServer.git",
|
||||
"reference": "730206313b7e85d9ed4838ba02a0aee24fce1239"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/tiger-seo/PhpBuiltinServer/zipball/730206313b7e85d9ed4838ba02a0aee24fce1239",
|
||||
"reference": "730206313b7e85d9ed4838ba02a0aee24fce1239",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"codeception/codeception": ">=2.0.2",
|
||||
"php": ">=5.4.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Codeception": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "tiger-seo",
|
||||
"email": "tiger.seo@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "PhpBuiltinServer extension for Codeception",
|
||||
"keywords": [
|
||||
"codeception"
|
||||
],
|
||||
"time": "2014-09-19 10:14:07"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/annotations",
|
||||
"version": "v1.2.1",
|
||||
|
@ -11,4 +11,4 @@ modules:
|
||||
- AcceptanceHelper
|
||||
config:
|
||||
PhpBrowser:
|
||||
url: 'http://localhost/'
|
||||
url: 'http://localhost'
|
||||
|
Loading…
Reference in New Issue
Block a user