-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
Class 'Elasticsearch' not found from test classes #91
Comments
Hi @wellbornman , I see |
Closing due to no response. Feel free to re-open or comment if you are still having issues. |
|
@wellbornman can you try to extend |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I used "Elasticsearch" with static method "search", (Elasticsearch::search()) in my model and used my model's methods many times in my controller, and everything works fine,
Model\Example.php
Controller\ExampleController.php
but when I use same code I wrote in my controller in my test classes, I encounter this error:
Error: Class 'Elasticsearch' not found,
whats is the problem?
The text was updated successfully, but these errors were encountered: