impress-org / givewp

GiveWP - The #1 Donation Plugin for WordPress. Easily accept donations and fundraise using your WordPress website.
https://givewp.com/
GNU General Public License v3.0
340 stars 191 forks source link

GiveWP phpunit test bootstrap process should not break addon phpunit test bootstrap process #5773

Closed ravinderk closed 1 year ago

ravinderk commented 3 years ago

Details

PHPUnit test like Give Recurring addon is broken because we change directories in Core. It is also difficult to integrate the GiveWP PHPUnit tests bootstrap process because it does not allow bootstrap add-on PHPUnit tests. give_init fires two times when bootstrap GiveWP PHPUnit tests on which addon's load their file which cause of redeclaration of function error or other.

image

Expected Behavior

GiveWP PHPUnit test should integrate easily with add-ons PHPUnit test.

Steps to Reproduce

need to fill

Acceptance Criteria

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 14 additional days.

github-actions[bot] commented 1 year ago

This issue was closed because it has been stalled for an additional 14 days with no activity.