-
Notifications
You must be signed in to change notification settings - Fork 129
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 deprecated StreamMetaData->source #146
Comments
We used it without |
Issue for tracking: goaop/framework#363. Since 2.2.0 cache directory is required indeed. This was intended change, because of complexity of transformers and low speed of testing/development. For AspectMock I can advise to use virtual file system and pass vfs directory as |
For me, the |
I have the error too.
Please tell me causes and solutions.
|
I put a PR up to force the goaop version -- lets see how that goes over. |
@DavertMik can you make a release out of this fix? The fix is merged to master, but no release = still crashes and issue is closed. |
Please release for version 2, Some people will have issue about upgrade to version 3, because of PHPUnit 6 and PHP 7 compatibility. |
Ok, I updated internal mocking engine to PHPUnit 6 so I made 3.0 release. |
2.2.0 is also released |
After upgrading goaop/framework to 2.2.0 I get deprecation warning during cache generation, also the cache is not really generated, just the folder is created. This causes that doubles don't work after the first run while the folder is there.
Downgrading to goaop/framework 2.1.2 everything works again as it should.
I get this error during cache generation:
codeception/aspect-mock 2.1.1 Experimental Mocking Framework powered by Aspects
codeception/codeception 2.3.6 BDD-style testing framework
goaop/framework 2.2.0 Framework for aspect-oriented programming in PHP.
goaop/parser-reflection 1.4.0 Provides reflection information, based on raw source
The text was updated successfully, but these errors were encountered: