Skip to content

Commit

Permalink
fix img paths, delete unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfilatov committed Mar 21, 2015
1 parent d86a5fb commit 9ecdb9b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
</div>
<div style="border-bottom: 1px dashed #cccccc; margin-bottom: 4px; padding-bottom: 4px;">
<p>Example #1: autocomplete for argument <tt>$methods</tt> of <tt>PHPUnit_Framework_MockObject_MockBuilder::setMethods</tt></p>
<p><img src="https://raw.githubusercontent.com/maxfilatov/phpuaca/unstable/img/pmb.png" alt="" width="346" height="186" /></p>
<p><img src="https://raw.githubusercontent.com/maxfilatov/phpuaca/master/img/pmb.png" alt="" width="346" height="186" /></p>
</div>
<div style="border-bottom: 1px dashed #cccccc; padding-bottom: 4px;">
<p>Example #2: autocomplete for argument <tt>$constraint</tt> of <tt>PHPUnit_Framework_MockObject_Builder_InvocationMocker::method</tt></p>
<p><img src="https://raw.githubusercontent.com/maxfilatov/phpuaca/unstable/img/pim.png" alt="" width="346" height="340" /></p>
<p><img src="https://raw.githubusercontent.com/maxfilatov/phpuaca/master/img/pim.png" alt="" width="346" height="340" /></p>
</div>
]]></description>

Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,11 @@ Features are available for method definition arguments of these PHPUnit methods:

Example #1: autocomplete for argument `$methods` of `PHPUnit_Framework_MockObject_MockBuilder::setMethods`

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

Example #2: autocomplete for argument `$constraint` of `PHPUnit_Framework_MockObject_Builder_InvocationMocker::method`

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

Releases
--------
* Stable [phpuaca.jar](https://github.com/maxfilatov/phpuaca/raw/master/phpuaca.jar)
* Latest unstable [phpuaca.jar](https://github.com/maxfilatov/phpuaca/raw/unstable/phpuaca.jar)
![PHPUnit_Framework_MockObject_Builder_InvocationMocker::method](https://raw.githubusercontent.com/maxfilatov/phpuaca/master/img/pim.png)

Installation
------------
Expand Down
Binary file removed img/invocation_mocker_method.png
Binary file not shown.
Binary file removed img/mock_builder_set_methods.png
Binary file not shown.
Binary file removed phpuaca.jar
Binary file not shown.

0 comments on commit 9ecdb9b

Please sign in to comment.