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

[WIP] dev/core#2927 - tests for is_dir replacement #22004

Closed
wants to merge 1 commit into from

Conversation

demeritcowboy
Copy link
Contributor

Overview

See #21923
https://lab.civicrm.org/dev/core/-/issues/2927

Tests based on php's own tests for is_dir.

@herbdool This is where I'm going but first checking if this runs at all in the test env here. Then would switch it over to call the new function instead of is_dir and adjust the expected output for the basedir ones.

Before

What is the old user-interface or technical-contract (as appropriate)?
For optimal clarity, include a concrete example such as a screenshot, GIF (LICEcap, SilentCast), or code-snippet.

After

What changed? What is new old user-interface or technical-contract?
For optimal clarity, include a concrete example such as a screenshot, GIF (LICEcap, SilentCast), or code-snippet.

Technical Details

If the PR involves technical details/changes/considerations which would not be manifest to a casual developer skimming the above sections, please describe the details here.

Comments

Anything else you would like the reviewer to note

@civibot
Copy link

civibot bot commented Nov 8, 2021

(Standard links)

@civibot civibot bot added the master label Nov 8, 2021
@seamuslee001
Copy link
Contributor

@demeritcowboy is there anything that is preventing us from merging this, this seems pretty good to me

@demeritcowboy
Copy link
Contributor Author

It doesn't test the proposed new function yet, it's just testing php's own is_dir. It needs to be combined with the other PR and then part of it adjusted because the point of that other PR is to silence some of the errors.

@demeritcowboy
Copy link
Contributor Author

Closing for the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants