Skip to content

65443 - Add a cleanup function under unzip file tests. #8803

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

Open
wants to merge 5 commits into
base: trunk
Choose a base branch
from

Conversation

aslamdoctor
Copy link

Trac ticket: https://core.trac.wordpress.org/ticket/63443


This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the Core Handbook for more details.

Copy link

github-actions bot commented May 14, 2025

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

Core Committers: Use this line as a base for the props when committing in SVN:

Props aslamdoctor, sirlouen.

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

Copy link

Test using WordPress Playground

The changes in this pull request can previewed and tested using a WordPress Playground instance.

WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser.

Some things to be aware of

  • The Plugin and Theme Directories cannot be accessed within Playground.
  • All changes will be lost when closing a tab with a Playground instance.
  • All changes will be lost when refreshing the page.
  • A fresh instance is created each time the link below is clicked.
  • Every time this pull request is updated, a new ZIP file containing all changes is created. If changes are not reflected in the Playground instance,
    it's possible that the most recent build failed, or has not completed. Check the list of workflow runs to be sure.

For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation.

Test this pull request with WordPress Playground.

@SirLouen
Copy link

@aslamdoctor
Looks good to me.
But I think it will be better to add cleanup_unzip_destination to tests/phpunit/includes/abstract-testcase.php (always try to DRY)

@@ -71,13 +71,13 @@ public function test_should_apply_unzip_file_filters() {

// Prepare test environment.
$unzip_destination = self::$test_data_dir . 'archive/';
$this->cleanup_unzip_destination( $unzip_destination );

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would add a reference here to the ticket.
Something like

// See #65443 for details

@SirLouen
Copy link

Ok, now things are looking good, but it seems that two tests are still failing:

1) Tests_Filesystem_UnzipFilePclzip::test_should_apply_pre_unzip_file_filters
mkdir(): File exists

/var/www/tests/phpunit/tests/filesystem/unzipFilePclzip.php:44

ERRORS!
Tests: 4, Assertions: 3, Errors: 1.

Because we forgot to add the cleanup_unzip_destination in the method test_should_apply_pre_unzip_file_filters.
for both: tests/phpunit/tests/filesystem/unzipFileZiparchive.php
And: tests/phpunit/tests/filesystem/unzipFilePclzip.php

Finally, for PHPCS compliance: Inline comments must end in full-stops, exclamation marks, or question marks
(Just add a full stop by the end of each comment, like: // See #65443 for details.

And with this, I think we are done.

@aslamdoctor aslamdoctor requested a review from SirLouen May 15, 2025 01:51
@@ -71,13 +71,13 @@ public function test_should_apply_unzip_file_filters() {

// Prepare test environment.
$unzip_destination = self::$test_data_dir . 'archive/';
$this->cleanup_unzip_destination( $unzip_destination ); // See #65443 for details

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

74 | ERROR   | Inline comments must end in full-stops, exclamation marks, or question marks

@aslamdoctor aslamdoctor force-pushed the 63443-zip-tests-not-checking-potential-clean-directory branch from d86b8e8 to d7134cd Compare May 16, 2025 00:06
@aslamdoctor aslamdoctor requested a review from SirLouen May 16, 2025 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants