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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Add ability to run tests in a separate process #285

Closed
wants to merge 11 commits into from
Closed

WIP Add ability to run tests in a separate process #285

wants to merge 11 commits into from

Commits on Apr 2, 2021

  1. Configuration menu
    Copy the full SHA
    e9d2c9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2aa42d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76107c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfcd68e View commit details
    Browse the repository at this point in the history
  5. Add methods to set test case in isolation and preserving global state

    It's not working, need to see why.
    dingo-d committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    320c283 View commit details
    Browse the repository at this point in the history
  6. Fix test description

    dingo-d committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    51f146d View commit details
    Browse the repository at this point in the history
  7. Fix lint issues

    dingo-d committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    bd35cac View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. Set correct flags

    dingo-d committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    032a07d View commit details
    Browse the repository at this point in the history
  2. Trying out writing the temp file for the separate process

    This will have to be modified - only tests which we want to run in a separate process should have temp file written, the regular tests can be eval'd. Also, cleanup process needs to be written for the *Temp.php files. For some reason this fails on the PHPUnit level with 'Error: Class 'PHPUnit\TextUI\XmlConfiguration\Loader' not found in Standard input code on line 97'. Need to investigate what happens here.
    dingo-d committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    48dec74 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. Add a clenup of temp files

    dingo-d committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    3268ddc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c413086 View commit details
    Browse the repository at this point in the history