Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Thumbnails are not removed from indexed WooCommerce Products whe… #3267

Merged
merged 4 commits into from
Jan 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor change
  • Loading branch information
burhandodhy committed Jan 20, 2023
commit 5a982a3ce9fab1796e3cb7a65a4c7578cd7ca965
2 changes: 0 additions & 2 deletions tests/php/indexables/TestPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -8235,7 +8235,6 @@ protected function setupDistinctMetaFieldKeysDbPerPostType() {
* @since 4.5.0
*/
public function testDeletingThumbnailUpdateRelatedIndexablePost() {

$product_id = $this->ep_factory->post->create( array(
'post_type' => 'product',
) );
Expand Down Expand Up @@ -8267,7 +8266,6 @@ public function testDeletingThumbnailUpdateRelatedIndexablePost() {
* @since 4.5.0
*/
public function testDeletingThumbnailShouldNotUpdateRelatedNonIndexablePost() {

$product_id = $this->ep_factory->post->create( array(
'post_type' => 'product',
) );
Expand Down