You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2024. It is now read-only.
I'm using https://plugins.jetbrains.com/plugin/7677-awesome-console in PHPStorm.
It allows you to click on filepaths in CLI and open them in PHPStorm.
It only works reliably with relative paths to
cwd()though and PHPUnit uses absolute by default.E.g. instead of:
Saying that, 2 features might come handy:
1. Relative paths for data provider value, that is file path
Currently, the filename is truncated - see
bett...ns.php:It would be great if the
bett...ns.phppath would be full and relative.2. Relative path of test case fail
When any assert fail, the path is now absolute (
TagValueNodeReprintTest.php:33):