Skip to content

Commit

Permalink
disabled php-builtin-server for internal testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davert committed Nov 15, 2013
1 parent 1078a31 commit 5563054
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
8 changes: 0 additions & 8 deletions codeception.yml
Expand Up @@ -18,14 +18,6 @@ modules:
password: 'guest'
vhost: '/'
queues: [queue1, queue2]
extensions:
enabled:
- Codeception\Extension\PhpBuiltinServer
config:
Codeception\Extension\PhpBuiltinServer:
hostname: localhost
port: 8000
documentRoot: tests/data/app
coverage:
enabled: true
include:
Expand Down
4 changes: 1 addition & 3 deletions composer.json
Expand Up @@ -25,14 +25,12 @@
"symfony/console": "~2.3",
"symfony/event-dispatcher": "~2.3",
"symfony/yaml": "~2.3"

},
"require-dev": {
"behat/mink-selenium-driver": "1.1.*",
"facebook/php-sdk": "3.*",
"behat/mink-zombie-driver": "1.1.*",
"videlalvaro/php-amqplib": "*",
"codeception/phpbuiltinserver": "*"
"videlalvaro/php-amqplib": "*"
},
"suggest": {
"codeception/phpbuiltinserver": "Extension to starts and stops PHP builtin web server for your tests"
Expand Down

0 comments on commit 5563054

Please sign in to comment.