vscode-phpunit
vscode-phpunit copied to clipboard
The VS Code Test Explorer extension for PHPUnit
Hello, I have encountered a bug I believe. Say I have a test failing. If I run it, it shows up as Decoration, in the PROBLEMS (panel) and also as...
Hello, First off, thank you very much for this extension. I have used it and it works very good. Hats off :) Now I see some of the features aren't...
Steps to reproduce: 1. Create a test file e.g. `MyTest.php` with a class `MyTest` 2. Copy this test file in an attempt to quickly create a new test without writing...
可以參考這個套件的做法 https://marketplace.visualstudio.com/items?itemName=eric-c-hansen.vscode-docker-phpunit > 關聯 issue:https://github.com/recca0120/phpunit-language-server/issues/1
I wanted to exclude some annoying, non-project related test files, but haven't found an option to do so yet, so this PR aims to add that. This would allow the...
I am receiving this odd error showing up in the `Test Results` window when trying to run tests ``` Error: spawn --filter=^.*::(it_can_submit_an_order_with_pay_in_person)( with data set .*)?$ ENOENT at ChildProcess._handle.onexit (node:internal/child_process:283:19)...
Thank you for all the work on this extension. However, I am having trouble organizing my tests in any way. In the readme of this extension it says "Shows a...
Example output: ``` php vendor/bin/phpunit c:\Users\USER_NAME\Documents\DIR NAME/tests/unit/xxxTest.php --teamcity --colors=never ❌ PHPUnit 10.3.1 by Sebastian Bergmann and contributors. Test file "c:\Users\USER_NAME\Documents\DIR" not found ``` Running on Windows 10. I tried to...
Same as #133 and #150, but using [Den](https://swiftotter.github.io/den/index.html), "a CLI utility for orchestrating Docker based developer environments", which allow to run docker compose commands through `den env exec [regular docker-compose...
**Description:** Hello, I've been using the PHPUnit Test Explorer extension with VSCode and noticed that when running tests, the --teamcity command-line argument is automatically appended to the phpunit execution command....