Skip to content

Commit

Permalink
Merge pull request #135 from designmynight/shifting_tests
Browse files Browse the repository at this point in the history
fix: testing dependencies
  • Loading branch information
MihailProcudin authored Mar 30, 2022
2 parents 743118b + 64a8734 commit 2086b7d
Show file tree
Hide file tree
Showing 15 changed files with 3,973 additions and 1,802 deletions.
4 changes: 3 additions & 1 deletion Dockerfile.composer
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM 607756570330.dkr.ecr.eu-west-1.amazonaws.com/dmn-php:php80-ac819d7
FROM php:cli-alpine3.15

COPY --from=composer:2.0.13 /usr/bin/composer /usr/bin/composer

WORKDIR /opt

Expand Down
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"laravel/framework": "^9.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.19",
"orchestra/testbench": "^7.2.0",
"phpunit/phpunit": "^9.5.19",
"mockery/mockery": "^1.1"
},
"autoload": {
Expand All @@ -33,6 +34,11 @@
"Tests\\": "tests/"
}
},
"scripts": {
"post-autoload-dump": [
"@php ./vendor/bin/testbench package:discover --ansi"
]
},
"extra": {
"laravel": {
"providers": [
Expand Down
Loading

0 comments on commit 2086b7d

Please sign in to comment.