added missing files in READMEs

This commit is contained in:
Dominik Liebler
2019-09-12 21:13:40 +02:00
parent e41d4321d1
commit a836472602
6 changed files with 48 additions and 1 deletions

View File

@@ -46,5 +46,11 @@ BankAccountProxy.php
Test
----
ProxyTest.php
.. literalinclude:: Tests/ProxyTest.php
:language: php
:linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Proxy
.. __: http://en.wikipedia.org/wiki/Proxy_pattern

View File

@@ -27,6 +27,12 @@ Registry.php
:language: php
:linenos:
Service.php
.. literalinclude:: Service.php
:language: php
:linenos:
Test
----