Skip to content

Commit

Permalink
Fixing the configuration to new tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
eduluz1976 committed Nov 16, 2018
1 parent 371d649 commit 6098271
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/run_integration_tests.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/bash

php -S 127.0.0.1:8888 -t ./tests-public/ ./tests-public/index.php
php -S 127.0.0.1:18888 -t ./tests-public/ ./tests-public/index.php
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,19 @@
"email": "eduluz1976@gmail.com"
}
],
"minimum-stability": "dev",
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"eduluz1976\\action\\": "src/"
"eduluz1976\\action\\": "src/",
"tests\\eduluz1976\\":"tests/"
}
},

"require": {
"guzzlehttp/guzzle": "^6.3"
},
"require-dev": {
"phpunit/phpunit": "=7.0"
"phpunit/phpunit": "=7.0",
"vlucas/phpdotenv": "^2.5@dev"
}
}

0 comments on commit 6098271

Please sign in to comment.