-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
Content Repository Test Suite #4455
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
0454bf0
Introduce test support suite package
93da115
Declare test suite package in distribution
ace0152
Rename test suite package
9d747cf
Fix namespace
6658ba4
Add autoloading to test suite
7bdd4e8
Merge branch '9.0' into testSuite
3ea1df2
Merge branch '9.0' into testSuite
bf16879
Extract feature traits to TestSuite package
6e86c07
Introduce the test suite to linting
9f0cbe2
WIP: Adjust test suite
7176e5a
Adjust NodeTraversal tests
80653e5
Adjust NodeTypeChange tests
f6be389
Adjust final test cases
86071fd
Clean up stuff
b79dcb4
Merge branch '9.0' into testSuite
b16bde1
Pacify linter
d614486
(hopefully) Increase readability of tests
ce3589d
Further separate tests from CR registry
9934739
Run tests only on one graph adapter
4e87058
Extract CurrentSubgraphTrait
673a6e3
Move test helpers / bootstrap traits to respective packages
087a0a6
Adjust behavioral tests to registry architecture
c52215f
Make CRRegistrySubjectProvider work for 3rd party applications
86e020a
Pacify linter
cec6451
Require behat and phpunit
d2f90b8
Adjust DBAL adapter tests
8bdd842
Revert obsolete changes on ContentRepositoryRegistry::buildFactory
8e63465
Clean up higher level feature contexts
f0720dd
run CR setup before cleanup
c51663d
Remove implicit dependency from TestSuite to BehavioralTests
3d0a7eb
properly name reset method and correct nodeTypeManager::getNodeTypes …
a182756
Adjust DoctrineDBAL adapter and Neos test suites
fb4714a
Adjust Neos.Neos behavioral tests
d7fea93
Fix typo
373d253
Merge branch '9.0' into testSuite
b3e6431
Move test suite helpers to test folders to avoid autoloading in non-t…
e12ebe4
Move BT helpers
d994260
Revert "Move BT helpers"
b11cbe4
Revert "Move test suite helpers to test folders to avoid autoloading …
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Thanks fixes: #4347