Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfilatov committed Mar 6, 2016
1 parent 7510751 commit e5a2824
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ PhpStorm plugin to provide smart autocomplete, code navigation and refactoring f

Supported all versions of PhpStorm since 7.1.

Feature list:
Feature list
------------

* method autocomplete for class, abstract class and trait mock objects;
* type providers: `getMock`, `getMockForAbstractClass`, etc. will return mock object with methods of mocking class and `PHPUnit_Framework_MockObject_MockObject`;
Expand All @@ -25,9 +26,12 @@ Feature list:

Examples
--------
* Mock creation:
Mock creation:

![PHPUnit_Framework_MockObject_MockBuilder::setMethods](https://raw.githubusercontent.com/maxfilatov/phpuaca/master/img/pmb.png)
* Mock usage:

Mock usage:

![PHPUnit_Framework_MockObject_Builder_InvocationMocker::method](https://raw.githubusercontent.com/maxfilatov/phpuaca/master/img/pim.png)

Releases
Expand Down

0 comments on commit e5a2824

Please sign in to comment.