Skip to content

Commit 4a5f7e8

Browse files
committed
update readme
1 parent 6c80920 commit 4a5f7e8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.idea/encodings.xml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PHPUnit Autocomplete Assistant
22
==============================
33
PhpStorm plugin to provide smart autocomplete for mocked class methods.
44

5-
Supported versions of PhpStorm: 7.1, 8.
5+
Supported all versions of PhpStorm since 7.1
66

77
Features are available for method definition arguments of these PHPUnit methods:
88
* `PHPUnit_Framework_MockObject_MockBuilder::setMethods`
@@ -23,8 +23,14 @@ Example #2: autocomplete for argument `$constraint` of `PHPUnit_Framework_MockOb
2323
Releases
2424
--------
2525
* Stable [phpuaca-1.2.1.jar](https://github.com/maxfilatov/phpuaca/releases/download/1.2.1/phpuaca-1.2.1.jar)
26+
* Latest [phpuaca-1.3.0-unstable.jar](https://github.com/maxfilatov/phpuaca/releases/download/1.3.0-unstable/phpuaca-1.3.0-unstable.jar)
2627

2728
Installation
2829
------------
30+
Stable version:
31+
* Go to `PhpStorm -> Preferences... -> Plugins -> Browse repositories ...` and search for PHPUnit Autocomplete Assistant plugin
32+
* Restart PhpStorm
33+
34+
Latest version:
2935
* Go to `PhpStorm -> Preferences... -> Plugins -> Install plugin from disk...` and choose jar file
3036
* Restart PhpStorm

0 commit comments

Comments
 (0)