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

Failing tests cause the extension to break #109

Closed
Wosi opened this issue Jan 30, 2022 · 4 comments
Closed

Failing tests cause the extension to break #109

Wosi opened this issue Jan 30, 2022 · 4 comments

Comments

@Wosi
Copy link

Wosi commented Jan 30, 2022

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, open '\\D:\projects\bloomkit\vendor\phpunit\phpunit\phpunit'
Emitted 'error' event on ReadStream instance at:
    at internal/fs/streams.js:147:14
    at FSReqCallback.oncomplete (fs.js:171:23) {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'open',
  path: '\\\\D:\\projects\\bloomkit\\vendor\\phpunit\\phpunit\\phpunit'
}
[Info  - 20:45:22] Connection to server got closed. Server will restart.

I tried PhpUnit version 8.3 and 8.5. They do both show the same error. I'm on Windows 10 with VSCode 1.63.2

@silviojaeger
Copy link

+1

@cezaro
Copy link

cezaro commented Feb 24, 2022

I think author abandoned project :(

@lukewatts
Copy link

In the absence of a fix...

To get test-explorer to work again easily without having to restart vscode:

  1. Open the Command Pallette (Win: Ctrl+Shift+P | Mac: Command+Shift+P)
  2. Type reload (or drw)
  3. Select Developer: Reload Window

This is the same as the Reload that happens when you install/uninstall an extension, so it will re-boot PHP Test Explorer

@recca0120
Copy link
Owner

try version 3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants