Skip to content

Commit

Permalink
docs: add demo gif with code lens
Browse files Browse the repository at this point in the history
  • Loading branch information
elonmallin committed Nov 23, 2023
1 parent 87552c3 commit a08db6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PHPUnit for VSCode
This extension aims to need zero config and to be highly configurable. If you have `php` in environment path and `phpunit` installed with `composer` or anywhere in your workspace as `phpunit*.phar`, zero config is needed. It will even fallback to spinning up a self-removing `docker` container to try and run your tests if it can't find `php` on your machine.

![vscode-phpunit-demo](images/vscode-phpunit-demo.gif)
![vscode-phpunit-demo](images/vscode-phpunit-demo-with-codelens.gif)

## Features
- Run tests with one **command** or **hotkey** based on **open file** (`*.php` or `phpunit.xml`) and **cursor position**
Expand Down
Binary file added images/vscode-phpunit-demo-with-codelens.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a08db6f

Please sign in to comment.