Skip to content

Commit

Permalink
Merge pull request #529 from blackcoder87/master
Browse files Browse the repository at this point in the history
Use sminnee/phpunit-mock-objects
  • Loading branch information
c0r1an authored Jun 5, 2021
2 parents 862e008 + 0f7bf5d commit 71e1bbf
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 541 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0

before_install:
- mysql -e 'CREATE DATABASE ilch2_test DEFAULT CHARACTER SET utf8mb4 DEFAULT COLLATE utf8mb4_unicode_ci;'
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
},
"require-dev": {
"maximebf/debugbar": "^1.15",
"phpunit/phpunit": "6.*",
"sminnee/phpunit": "^5.7.29",
"sminnee/phpunit-mock-objects": "^3.4.10",
"symfony/yaml": "^3.3.6"
},
"autoload": {
Expand Down
Loading

0 comments on commit 71e1bbf

Please sign in to comment.