Skip to content

Commit 89d6287

Browse files
authored
Merge pull request #833 from WyriHaximus/introduce-mockery
Introduce mockery
2 parents 468b8ac + c9f2206 commit 89d6287

File tree

6 files changed

+1165
-48
lines changed

6 files changed

+1165
-48
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Any test file can extend `WyriHaximus\TestUtilities\TestCase` and it comes with
2222

2323
The MIT License (MIT)
2424

25-
Copyright (c) 2022 Cees-Jan Kiewiet
25+
Copyright (c) 2024 Cees-Jan Kiewiet
2626

2727
Permission is hereby granted, free of charge, to any person obtaining a copy
2828
of this software and associated documentation files (the "Software"), to deal

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
],
1111
"require": {
1212
"php": "^8.2",
13+
"brandembassy/mockery-tools": "^3.21",
1314
"ergebnis/composer-normalize": "^2.37.0",
1415
"icanhazstring/composer-unused": "^0.8.10",
1516
"infection/infection": "^0.27.0",
1617
"maglnet/composer-require-checker": "^4.7.0",
18+
"mockery/mockery": "^1.6",
1719
"nunomaduro/collision": "^7.9.0",
1820
"orklah/psalm-insane-comparison": "^2.2.0",
1921
"php-coveralls/php-coveralls": "^2.6.0",
@@ -24,6 +26,7 @@
2426
"phpspec/prophecy-phpunit": "^2.0.2",
2527
"phpstan/phpstan": "^1.10.35",
2628
"phpunit/phpunit": "^9.6.13",
29+
"psalm/plugin-mockery": "^1.1",
2730
"psalm/plugin-phpunit": "^0.18.4",
2831
"roave/backward-compatibility-check": "^8.3.0",
2932
"roave/infection-static-analysis-plugin": "^1.33.0",

0 commit comments

Comments
 (0)