You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bug fix with multiple kernels
It's not possible to set a Kernel different of the AppKernel, and I have
two kernels an Admin and an Api, and I need use ApiKernel to run tests
This commit makes a checking if kernel defined exists in the path.
Because the previous version he gets the first kernel in my case it gets
AdminKernel and always returns Kernel not found
* Remove 1 space after closing parenthesis
0 commit comments