vscode-phpunit icon indicating copy to clipboard operation
vscode-phpunit copied to clipboard

The VS Code Test Explorer extension for PHPUnit

Results 84 vscode-phpunit issues
Sort by recently updated
recently updated
newest added

When changing the tests I have this very frequent error: ```js n [Error]: Unhandled method TestLoadStartedEvent-f0d8adf93a6b1b96be7c532ee0c349bf at /root/.vscode-server/extensions/recca0120.vscode-phpunit-2.0.76/server/out/server.js:1:9133 at /root/.vscode-server/extensions/recca0120.vscode-phpunit-2.0.76/server/out/server.js:1:9427 at Immediate. (/root/.vscode-server/extensions/recca0120.vscode-phpunit-2.0.76/server/out/server.js:1:9788) at processImmediate (node:internal/timers:464:21) { code: -32601, data:...

Hi ! I used PHPUnit extension to connect to remote machine successfuly. I run tests using "Ctrl+Shift+P -> PHPUnit Test -> myTestCase" as instance. See output below. PHPUnit 8.5.26 Runtime:...

Bumps [terser](https://github.com/terser/terser) from 4.0.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

I need to run tests from within a specific directory otherwise they will fail. I know, these tests are badly designed, but is there any way I could achieve this?

- fix #109 - if phpunit output some files path with phpvfscomposer scheme(like this: `phpvfscomposer://C:\projects\php-project\vendor\phpunit\phpunit\phpunit:60`), then failed to parse URI object

- phpunit langauge server crashes - test icon doesnt change in either gutter or the test explorer view - no popup for test running even though that `status bar msg`...

Recently your awesome extension began to fail with this message whenever a testcase fails: ``` events.js:292 throw er; // Unhandled 'error' event ^ Error: ENOENT: no such file or directory,...

Hi, when an error is reported by my unit test, Test Exlporer cannot execute any test again. I have to close "Visual Studio Code" and reopen it to be able...

My entire test suite for a project is admittedly slow at ~5-10minutes. While I have no problems with having them run from the UI, there is very little feedback until...

Hello ! I can't find any way to set a relative path for phpunit. I am using Symfony, and I don't want to update setting.json every single time I start...