Changes between Initial Version and Version 1 of Ticket #49889, comment 41
- Timestamp:
- 02/02/2021 10:38:32 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49889, comment 41
initial v1 1 Are there any particular downsides to setting `WP_RUN_CORE_TESTS` when running plugin unit tests? The error suppression for `getimagesize` was expected for one of our Jetpack tests, so looking to see if setting the constant is good enough or if we need to rewrite some tests :) 1 ~Are there any particular downsides to setting `WP_RUN_CORE_TESTS` when running plugin unit tests? The error suppression for `getimagesize` was expected for one of our Jetpack tests, so looking to see if setting the constant is good enough or if we need to rewrite some tests :)~ 2 3 Disregard. We're going to have to rewrite the tests.