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

Adding clickable editorUrl from codeception.yml #6261

Merged
merged 13 commits into from Dec 21, 2021

Commits on Oct 8, 2021

  1. Adding clickable editorUrl from codeception.yml

    Closes Codeception#6259
    
    I followed the syntax of https://phpstan.org/user-guide/output-format#opening-file-in-an-editor even though we would need the second `%` here. (This is due to some phpstan internals, the code ultimately reads `\str_replace(['%file%', '%line%'], ...`
    But I'd say having an *identical* `editorUrl` syntax between Codeception and phpstan by far outweighs the "cost" of some unneeded `%` characters... ;-)
    ThomasLandauer committed Oct 8, 2021
    Copy the full SHA
    4dd4839 View commit details
    Browse the repository at this point in the history
  2. Update Console.php

    ThomasLandauer committed Oct 8, 2021
    Copy the full SHA
    4334050 View commit details
    Browse the repository at this point in the history
  3. Update Console.php

    ThomasLandauer committed Oct 8, 2021
    Copy the full SHA
    1ff4bf8 View commit details
    Browse the repository at this point in the history
  4. Update Console.php

    ThomasLandauer committed Oct 8, 2021
    Copy the full SHA
    20aeddb View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Update Step.php

    ThomasLandauer committed Oct 24, 2021
    Copy the full SHA
    27043fd View commit details
    Browse the repository at this point in the history
  2. Update Console.php

    ThomasLandauer committed Oct 24, 2021
    Copy the full SHA
    f15b2b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Update Console.php

    ThomasLandauer committed Dec 11, 2021
    Copy the full SHA
    a0db625 View commit details
    Browse the repository at this point in the history
  2. Update Console.php

    ThomasLandauer committed Dec 11, 2021
    Copy the full SHA
    a237b5b View commit details
    Browse the repository at this point in the history
  3. Update Console.php

    ThomasLandauer committed Dec 11, 2021
    Copy the full SHA
    ee62ccd View commit details
    Browse the repository at this point in the history
  4. Update Console.php

    ThomasLandauer committed Dec 11, 2021
    Copy the full SHA
    0ad2d23 View commit details
    Browse the repository at this point in the history
  5. Update Console.php

    ThomasLandauer committed Dec 11, 2021
    Copy the full SHA
    c73df3d View commit details
    Browse the repository at this point in the history
  6. Update Console.php

    ThomasLandauer committed Dec 11, 2021
    Copy the full SHA
    3923c44 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    2d1ef52 View commit details
    Browse the repository at this point in the history