-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[DDC-2655] Don't let getOneOrNullResult throw NoResultException #780
Conversation
Hello, thank you for creating this pull request. I have automatically opened an issue http://www.doctrine-project.org/jira/browse/DDC-2656 We use Jira to track the state of pull requests and the versions they got |
|
||
use Doctrine\ORM\Query; | ||
|
||
require_once __DIR__ . '/../../../TestInit.php'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove this line? While many tests still have it, its actually not needed anymore.
Is this pull request now satisfactory? |
How's this looking, @beberlei? |
I combined the commits and rebased from the current master. Is anything wrong? |
This looks good to me. @guilhermeblanco @beberlei what do you think ? |
[DDC-2655] Don't let getOneOrNullResult throw NoResultException
This was fixed long ago, shouldn't the ticket (and PR #3391) be closed? |
DDC-2655