You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2022. It is now read-only.
- Support for custom event payloads. Object events can now define a `payload()` method which is used then instead of the object itself when dispatching the event. Fixes [issue #9.](https://github.com/calvinalkan/better-wordpress-hooks/issues/9)
8
+
9
+
### Updated
10
+
11
+
- You now need to pass the vendor directory into the `setUpWp()` method when using the BetterWpHooksTestCase.
12
+
13
+
### Fixed
14
+
15
+
- BetterWpHooksTestCase looked for the bootstrap file in the wrong directory.
0 commit comments