Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: Fix unit tests for wpcom (#21649)
* Tests: Collect mocked functions in Since we're starting to accumulate more mocked functions, let's collect them all in a single file. * [not verified] Create fix-jetpack-unit-wpcom * Set subscriber count from within test wpcom clears all caches at the end of `setUp()` so that test always fails. Also removes the file inclusion as noted by @anomiex. * Fix package typo Props @anomiex. * Add subscriptions test to multisite env See Automattic/jetpack#21649 (comment) * Account for difference in folder structure for multisite tests * Update file structure Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> * Don't rely on unrelated tests to include dependencies Props @anomiex Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/1473348538
- Loading branch information