-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Intergrate with PHPSpec and CodeIgnier #96
Comments
Hello, can you attach a trace with an error for PHPSpec? I will be able to try to reproduce this issue on weekend. If you could create a test repository with configured Codeigniter and Go! framework, I will be grateful you as this can reduce the time for investigating the root cause of this issue. |
Hi lisachenko, I created the repository with configured CodeIgniter and Go! framework here: https://github.com/Cyansilver/ci_goaop |
Sorry, I closed it accidentally, need reopen |
Thank you very much for the pre-configured repo ) Unfortunately, I'm too busy now and can not investigate this issue. However, I have looked into the code in your repository and have an idea, that your configuration of AOP is not correct. For PHPSpec configuration of AOP is harder, but there is a possible way to add an extension for PHPSpec that will be registered automatically by PHPSpec kernel. To add an extension for AOP you can try to specify extension class in yml file for PHPSpec |
Hi lisachenko, I knew the reason why I used CodeIgniter with Go! framework didn't work. |
Great news ) Thank you for feedback! I know, that installation of AOP without composer is not clear enough, so sorry for this fact. I will continue development of my library in new year. |
Hi,
I used the framework with PHPSpec but PHPSpec raises an error relative to "stream_filter_register" function.
Additionally, I tried to use it with CodeIgniter but it doesn't work.
Can anyone please help me with those and explain how the framework works? Thank you.
The text was updated successfully, but these errors were encountered: