Closed ghost closed 8 years ago
It looks like you're trying to run the admin tests from a project. Why are you doing that?
Is that not intended? I got the idea looking at bin/qa_client_ci.sh in sonata-sandbox.
My thinking was that this would be a handy way to verify if something broke after updating dependencies. Am I barking up the wrong tree here? Apologies if so.
Is that not intended?
No, I don't think it is : when you get them, dependencies have already been tested, independently from each other. Also, some development dependencies that are necessary for testing might be missing. The sonata sandbox does run some unit tests, but I don't know why there would be a need for that : everything we merge passes tests.
But maybe I'm wrong and the sandbox test broke because of that…
But maybe I'm wrong and the sandbox test broke because of that…
you are right @greg0ire
Closing then
Error message
When running the included tests i get
Steps to reproduce
Run the included tests
Expected results
Tests should pass
Actual results
See error message
Suggested fix
Modify BaseMenuTest->setUp() to add array_filter and correct path for my installation type, as follows:
This is similar to the technique used to solve the same problem in BaseWidgetTest.
Thank you!