Skip to content

Fixed for current version of goaop#218

Open
DrDub wants to merge 1 commit intoCodeception:masterfrom
DrDub:master
Open

Fixed for current version of goaop#218
DrDub wants to merge 1 commit intoCodeception:masterfrom
DrDub:master

Conversation

@DrDub
Copy link
Copy Markdown

@DrDub DrDub commented Mar 30, 2026

Hello,

Recent changes in the master branch of goap/framework pushed symfony/finder forward and this branch no longer works.

Updating the dependencies brought issues with Specify and PHPUnit 10.

From what I can tell, that is not solved. This is unrelated to this project, just it tests so I commented out the Specify calls, leaving the asserts as part of the base test function.

A fix for #201 is also included. Tested with PHP 8 under Debian Trixie.

@marcovtwout
Copy link
Copy Markdown
Contributor

#219 fixes current goaop compatibility, even though this PR is still useful for future developments.

@DrDub
Copy link
Copy Markdown
Author

DrDub commented May 5, 2026

#219 is not enough, you'll at the very least need this change from this PR: https://github.com/Codeception/AspectMock/pull/218/changes#diff-9381760f82ecb0e4a1af60cfdae980de064dfd197f83ca451eae5cb09bd8da9cR37

(the interface has changed)

@marcovtwout
Copy link
Copy Markdown
Contributor

@DrDub You mean the signature for class AspectMock/Kernel method configureAop() where :void was added? That has changed but only in the latest dev version.

#219 uses the tagged stable version (3.1.1) where the interface hasn't changed: https://github.com/goaop/framework/blob/3.1.1/src/Core/AspectKernel.php#L213

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