diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml index 6a1246a..aa83184 100755 --- a/META-INF/plugin.xml +++ b/META-INF/plugin.xml @@ -19,11 +19,11 @@

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

-

+

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

-

+

]]> diff --git a/README.md b/README.md index f05705e..9ef22a9 100644 --- a/README.md +++ b/README.md @@ -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 ------------ diff --git a/img/invocation_mocker_method.png b/img/invocation_mocker_method.png deleted file mode 100644 index 20747bd..0000000 Binary files a/img/invocation_mocker_method.png and /dev/null differ diff --git a/img/mock_builder_set_methods.png b/img/mock_builder_set_methods.png deleted file mode 100644 index 7379fb3..0000000 Binary files a/img/mock_builder_set_methods.png and /dev/null differ diff --git a/phpuaca.jar b/phpuaca.jar deleted file mode 100644 index 9cc6165..0000000 Binary files a/phpuaca.jar and /dev/null differ