-
-
Notifications
You must be signed in to change notification settings - Fork 164
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
GOAOP not working in Php7.1.3 #319
Comments
* origin/1.x: Do not try to use CachedAspectLoader when cache is not configured, related to #319
Hi! Sorry for the late response. I manually checked your source code and detected several issues:
|
After that you will get expected string:
|
Thank you so much @lisachenko, working as expected 👍 |
You are welcome! |
@lisachenko This issue is related to Codeception/AspectMock#146 It is definitely a breaking change introduced in a feature version. |
Version Details
PHP 7.1.3 (cli)
GOAOP 2.1.0
I have made a simple goaop component, while running the code i have put debug on before method but it dosen't return expected result
Folder Structure
app.php
ApplicationAspectKernel.php
MonitorAspect.php
SampleClass.php
composer.json
Expected Result:
Before method
Test condition working fine
Output
Test condition working fine
Same component which work in below configuration
Version Details
PHP 5.4 (cli)
GOAOP 0.5.0
please help me on this to resolve
thanks in advance
krishna
The text was updated successfully, but these errors were encountered: