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

Randomize tests #3024

Merged
merged 5 commits into from
Nov 22, 2020
Merged

Randomize tests #3024

merged 5 commits into from
Nov 22, 2020

Commits on Nov 22, 2020

  1. Run tests that call Psr17FactoryProvider::setFactories in separate pr…

    …ocesses
    
    Calling Psr17FactoryProvider::setFactories breaks other tests when the
    testsuite is randomized.
    pawel-slowik committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    291e2e6 View commit details
    Browse the repository at this point in the history
  2. Run tests that call ServerRequestCreatorFactory::setServerRequestCrea…

    …tor in separate processes
    
    Calling ServerRequestCreatorFactory::setServerRequestCreator breaks
    other tests when the testsuite is randomized.
    pawel-slowik committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    ca7f40e View commit details
    Browse the repository at this point in the history
  3. Run tests that call AppFactory::setResponseFactory in separate processes

    Calling AppFactory::setResponseFactory breaks other tests when the testsuite is
    randomized.
    pawel-slowik committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    4c03b39 View commit details
    Browse the repository at this point in the history
  4. Run test that updates AppFactory::$responseFactory in a separate process

    Changing AppFactory::$responseFactory breaks other tests when the testsuite is
    randomized.
    pawel-slowik committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    0f0a0dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7df5918 View commit details
    Browse the repository at this point in the history