From e5a2824436155814d2c838c7a82f5adac504859b Mon Sep 17 00:00:00 2001 From: Max Filatov Date: Sun, 6 Mar 2016 16:24:16 +0300 Subject: [PATCH] fix readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 014f6e5..ab4a3fd 100644 --- a/README.md +++ b/README.md @@ -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`; @@ -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