Skip to content
This repository was archived by the owner on Apr 17, 2022. It is now read-only.

Commit 1086f80

Browse files
author
calvinalkan
committed
testing module improvements
1 parent c2361a2 commit 1086f80

File tree

4 files changed

+154
-142
lines changed

4 files changed

+154
-142
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Release Notes
22

3+
## [0.1.7](https://github.com/calvinalkan/better-wordpress-hooks/compare/0.1.6...0.1.7)
4+
5+
### Added
6+
7+
- Added better-wordpress-hook-api-clone to dependencies instead of dev-dependencies.
8+
- Added an optional parameter to pass a custom file path into the `setUpWp()` method when using the testing module
9+
310
## [0.1.6](https://github.com/calvinalkan/better-wordpress-hooks/compare/0.1.5...0.1.6)
411

12+
### Added
13+
514
- Update dependency on calvinalkan/interfaces to 0.1.2. The `ContainerAdapter` Interface now required a method `implementation()` to get the underlying container implementation of the adapter.
615

716
## [0.1.5](https://github.com/calvinalkan/better-wordpress-hooks/compare/0.1.4...0.1.5)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"require": {
1414
"php": "^7.3",
1515
"illuminate/support": "8.35.1",
16-
"calvinalkan/base-container": "0.1.5"
16+
"calvinalkan/base-container": "0.1.5",
17+
"calvinalkan/wordpress-hook-api-clone": "5.7.2"
1718
},
1819
"require-dev": {
1920
"phpunit/phpunit": "^9.0",
2021
"mockery/mockery": "^1.4.2",
2122
"codeception/assert-throws": "dev-master",
22-
"calvinalkan/wordpress-hook-api-clone": "dev-master",
2323
"php-coveralls/php-coveralls": "^2.4"
2424
},
2525
"license": "GPL-2.0-or-later",

0 commit comments

Comments
 (0)