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

[1.6] Fix path whitespace edge case in tests #19

Merged
merged 3 commits into from
Mar 18, 2024

Commits on Mar 17, 2024

  1. fix path whitespace edge case

    if the file has a space in the path, the command would not account for that and generate an invalid invocation. for example if the path was
    /home/hans henrik/wrench/tests/Test/ServerTestHelper.php
    the command would previously fail.
    divinity76 authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    816c332 View commit details
    Browse the repository at this point in the history
  2. StyleCI

    divinity76 authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    ed129b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Fix CS

    GrahamCampbell authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f3425f6 View commit details
    Browse the repository at this point in the history