-
Notifications
You must be signed in to change notification settings - Fork 203
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
EZP-20057: Merge Service tests into integration tests #1878
EZP-20057: Merge Service tests into integration tests #1878
Conversation
72d28b0
to
f2e320e
Compare
We need to be more careful when testing occurrences of exceptions :-) An example: in af01f8b there are fixes for bugs related to this - test cases had // cc @andrerom @pspanja @Nattfarinn |
70faaca
to
7e8bd0a
Compare
85525e7
to
d6660cc
Compare
I looked over all the tests in Review ping @andrerom @Nattfarinn @pspanja |
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.
+1, congratulations on getting rid of 10k lines of code 🎉 👍
Impressive diff! |
yeah, this was a long overdue (issue was created 12/Nov/12 4:47 PM..) cleanup to move integration tests that was part of unit tests into the actual integration tests. Small step to make it easier to work on repository :) There is one thing here which is not test, but was uncovered here and that is: 1e5528b aligning TrashItem with Location on this. |
As this thing is a needed cleanup, passing, not introducing new skips, and difficult to review I'm merging it. Thanks @alongosz Merging using merge commit for keeping history given this tackles several things. |
TODO:
TrashItem::$path
property (1e5528b).ContentTest
*.ContentTypeTest
*.LanguageTest
*.LocationTest
*.NameSchemaTest
*.ObjectStateTest
*.RepositoryTest
*.RoleTest
*.SearchTest
*.SectionTest
*.TrashTest
*.UserTest
*.*
from the removed namespace\eZ\Publish\Core\Repository\Tests\Service\Integration
.