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
trafficstars

Laravel version: 5.8 PHP version: 7.2.19 phpunit version: 7.5.17 OS: Windows 10 professional 1809 Node.js version: 12 I got a test file that calls setUp() at the very beginning with...

I feel kind of silly thowing a question like that, I guess it would have a reason not to, for it seams to be to be a pretty basic function...

Is there a way to run tests on vagrant instead of my local machine?

Thanks for integrating PHPUnit in a neat test explorer. This is a report of this ticket, which the maintainer mentioned may be due to the adapter (hence, this package): https://github.com/hbenl/vscode-test-explorer/issues/102...

I haven't been able to track down a specific cause of this. Occasionally when I'm in a test file and click the "run" button that the extension includes above the...

One of the nicer parts about writing unit tests for other frameworks, such as Jest or Spock is the ability to have human readable test names. PHPUnit kind of does...

I have a test suite that uses inheritance, so I have an abstract base class (`TestSetup`) that extends `TestCase`, then I have another abstract class that implements the actual test...

Hello, I'm trying to use vscode 1.40.1 (windows 10 x64) with PHPUnit Test Explorer extension (2.0.72), but can't get it to work without setting phpunit.php and phpunit.phpunit settings as package.json...

In a multi-folder workspace, all projects are indexed in the sidebar even if they don't contain any `*Tests.php` files. Currently none of these projects have any PHPUnit tests ![image](https://user-images.githubusercontent.com/9136544/63352684-f30f6200-c337-11e9-8fa1-ab4d61048cad.png)

**setting.json** ``` { "phpunit.phpunit": "${workspaceFolder}/phpunit.phar", "phpunit.args": [ "--configuration ${workspaceFolder}/phpunit.xml" ], } ``` **版本資訊** PHP: 7.2.9 PHPUnit 版本: 8.1.5 PHPUnit 位置: workspace 根目錄 (phpunit.phar) phpunit.xml 位置: workspace 根目錄 ![image](https://user-images.githubusercontent.com/11989371/58011728-7b0d8200-7b25-11e9-8c9a-c2041c69f8bb.png) **完整訊息** ```...