From 7dc1aa5788afc82477ebb162ebb05a27ba8952d7 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 18 Oct 2017 14:20:38 +0200 Subject: [PATCH] README: SVG badge, markdown heading fix [ci skip] --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cb85d6c..395751a 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ -=========== -ProxyObject -=========== +# ProxyObject + Initiated by Thomas Weinert back in 2008 I picked up his work and completed, extended, and tested it. The outcome is this little library making it much easier to generate a proxy of your system under test (SUT). Another thought on this library was, that it should be very easy to use if you know the way to mock classes and methods in PHPUnit. Proxy-object has almost the same API, but does not change the behavior of the proxied class/method. The only purpose is to expose hidden (protected & private) methods and members. -Current travis status: [![Build Status](https://secure.travis-ci.org/lapistano/proxy-object.png?branch=master)](http://travis-ci.org/lapistano/proxy-object) +Current travis status: [![Build Status](https://secure.travis-ci.org/lapistano/proxy-object.svg?branch=master)](http://travis-ci.org/lapistano/proxy-object) Installation ============