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

feat: add acfGetFields function #7

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Conversation

sebastianthulin
Copy link
Member

This pull request introduces a new interface for retrieving fields from a specific field group and implements this interface in two classes, along with corresponding tests. Here are the most important changes:

Interface Addition:

Implementation in Classes:

Testing:

  • src/Implementations/FakeAcfService.test.php: Added a new test method testAcfGetFields to verify that the acfGetFields method in FakeAcfService correctly registers the function call with the provided parent parameter.

@sebastianthulin sebastianthulin merged commit 336839d into main Jan 22, 2025
4 of 5 checks passed
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.

3 participants