Dashboard manager fails to determine dasbhoard
For functional tests there is no user, as there is no user this throws exception. With this patch functional tests might work.
Thank you for your pull request.
It looks like this may be your first contribution to an Oro, Inc. open source project, in which case you'll need to sign a Contributor License Agreement (CLA) at http://www.orocrm.com/contributor-license-agreement/
If you've already signed the CLA, it's possible we don't have your GitHub username or you're using a different email address. GitHub uses the email address you set in your local Git configuration to associate commits with your GitHub account. Please sign the CLA again using the correct GitHub username and email address or see this help article on setting the email on your git commits.
Once you've signed the CLA, please allow for some time for the submission to be processed.
Hi @vytsci,
How do you run functional tests?
We run them on Jenkins CI for every merge commit to the master and maintenance branches and merge blocked when tests are not green. So it looks like you are running tests differently and it causes the below issue.
Hi, @anyt Im using bin/phpiunit --testsuite=functional command to run tests. Without this tests that requires running application just fails due to exception Ive mentioned.
What application do you use to run functional tests?
PhpUnit as described in Oro official documentation about functional tests
Tests supposed to be run from one of the applications: https://github.com/oroinc/platform-application https://github.com/oroinc/crm-application https://github.com/oroinc/orocommerce-application Which one do you use?
oh sorry its crm application :)