Skip to content
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
merged 39 commits into from
Sep 1, 2023
Merged

Content Repository Test Suite #4455

merged 39 commits into from
Sep 1, 2023

Commits on Jul 13, 2023

  1. Introduce test support suite package

    Bernhard Schmitt committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    0454bf0 View commit details
    Browse the repository at this point in the history
  2. Declare test suite package in distribution

    Bernhard Schmitt committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    93da115 View commit details
    Browse the repository at this point in the history
  3. Rename test suite package

    Bernhard Schmitt committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ace0152 View commit details
    Browse the repository at this point in the history
  4. Fix namespace

    Bernhard Schmitt committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9d747cf View commit details
    Browse the repository at this point in the history
  5. Add autoloading to test suite

    Bernhard Schmitt committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    6658ba4 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Merge branch '9.0' into testSuite

    Bernhard Schmitt committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    7bdd4e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Merge branch '9.0' into testSuite

    Bernhard Schmitt committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    3ea1df2 View commit details
    Browse the repository at this point in the history
  2. Extract feature traits to TestSuite package

    Bernhard Schmitt committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    bf16879 View commit details
    Browse the repository at this point in the history
  3. Introduce the test suite to linting

    Bernhard Schmitt committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    6e86c07 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. WIP: Adjust test suite

    Bernhard Schmitt committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    9f0cbe2 View commit details
    Browse the repository at this point in the history
  2. Adjust NodeTraversal tests

    Bernhard Schmitt committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7176e5a View commit details
    Browse the repository at this point in the history
  3. Adjust NodeTypeChange tests

    Bernhard Schmitt committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    80653e5 View commit details
    Browse the repository at this point in the history
  4. Adjust final test cases

    Bernhard Schmitt committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    f6be389 View commit details
    Browse the repository at this point in the history
  5. Clean up stuff

    Bernhard Schmitt committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    86071fd View commit details
    Browse the repository at this point in the history
  6. Merge branch '9.0' into testSuite

    Bernhard Schmitt committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b79dcb4 View commit details
    Browse the repository at this point in the history
  7. Pacify linter

    Bernhard Schmitt committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b16bde1 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. (hopefully) Increase readability of tests

    Bernhard Schmitt committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d614486 View commit details
    Browse the repository at this point in the history
  2. Further separate tests from CR registry

    Bernhard Schmitt committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    ce3589d View commit details
    Browse the repository at this point in the history
  3. Run tests only on one graph adapter

    Bernhard Schmitt committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9934739 View commit details
    Browse the repository at this point in the history
  4. Extract CurrentSubgraphTrait

    Bernhard Schmitt committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4e87058 View commit details
    Browse the repository at this point in the history
  5. Move test helpers / bootstrap traits to respective packages

    Bernhard Schmitt committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    673a6e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Adjust behavioral tests to registry architecture

    Bernhard Schmitt committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    087a0a6 View commit details
    Browse the repository at this point in the history
  2. Make CRRegistrySubjectProvider work for 3rd party applications

    Bernhard Schmitt committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    c52215f View commit details
    Browse the repository at this point in the history
  3. Pacify linter

    Bernhard Schmitt committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    86e020a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Require behat and phpunit

    Bernhard Schmitt committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    cec6451 View commit details
    Browse the repository at this point in the history
  2. Adjust DBAL adapter tests

    Bernhard Schmitt committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    d2f90b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bdd842 View commit details
    Browse the repository at this point in the history
  4. Clean up higher level feature contexts

    Bernhard Schmitt committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    8e63465 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. run CR setup before cleanup

    Bernhard Schmitt committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f0720dd View commit details
    Browse the repository at this point in the history
  2. Remove implicit dependency from TestSuite to BehavioralTests

    Bernhard Schmitt committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c51663d View commit details
    Browse the repository at this point in the history
  3. properly name reset method and correct nodeTypeManager::getNodeTypes …

    …signature
    Bernhard Schmitt committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3d0a7eb View commit details
    Browse the repository at this point in the history
  4. Adjust DoctrineDBAL adapter and Neos test suites

    Bernhard Schmitt committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    a182756 View commit details
    Browse the repository at this point in the history
  5. Adjust Neos.Neos behavioral tests

    Bernhard Schmitt committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    fb4714a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Fix typo

    Bernhard Schmitt committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    d7fea93 View commit details
    Browse the repository at this point in the history
  2. Merge branch '9.0' into testSuite

    Bernhard Schmitt committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    373d253 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Move test suite helpers to test folders to avoid autoloading in non-t…

    …esting context
    Bernhard Schmitt committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b3e6431 View commit details
    Browse the repository at this point in the history
  2. Move BT helpers

    Bernhard Schmitt committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e12ebe4 View commit details
    Browse the repository at this point in the history
  3. Revert "Move BT helpers"

    This reverts commit e12ebe4.
    Bernhard Schmitt committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d994260 View commit details
    Browse the repository at this point in the history
  4. Revert "Move test suite helpers to test folders to avoid autoloading …

    …in non-testing context"
    
    This reverts commit b3e6431.
    Bernhard Schmitt committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b11cbe4 View commit details
    Browse the repository at this point in the history