793 Commits

Author SHA1 Message Date
Piotr Grabski-Gradzinski
0bd05561c9 [pl translation] Main readme. 2017-06-28 22:10:22 +02:00
Piotr Grabski-Gradzinski
12f799d351 [pl translation] Creational. 2017-06-28 22:10:09 +02:00
Piotr Grabski-Gradzinski
2eb8be122a [pl translation] Behavioral. 2017-06-28 22:09:20 +02:00
Dominik Liebler
c1f0faccc8 Merge pull request #285 from ko22009/master
State pattern is maintainable
2017-05-10 16:23:17 +02:00
ko22009
590b15b58d remove comment and superfluously state 2017-05-10 18:53:03 +05:00
Dominik Liebler
138bdb29ff Merge pull request #281 from eugenedan/patch-1
RendererDecorator implement RenderableInterface
2017-05-10 13:56:37 +02:00
ko22009
ad163dc353 State pattern is maintainable
state pattern change readme.rst
2017-04-27 09:43:34 +05:00
Eugene
0da15dec7f Update RendererDecorator.php
The Decorator MUST implement the RenderableInterface contract.
2017-04-19 12:13:41 +03:00
Dominik Liebler
bdf8c494f0 Merge pull request #280 from vuurball/master
Specification pattern - performance optimization
2017-04-13 07:46:35 +02:00
vuurball
eb847fbfb2 Specification pattern - performance optimization 2017-04-12 18:01:43 +03:00
Dominik Liebler
c3116c9e91 Merge pull request #278 from sbine/master
Various minor fixes
2017-04-06 13:07:44 +02:00
Sara Bine
7b90f08877 Fix method name: providateDates > provideDates 2017-04-05 17:47:02 -06:00
Sara Bine
b5a7241f49 Fix some mismatched & unescaped quotes 2017-04-05 17:45:13 -06:00
Sara Bine
8d73f125ee Fix RepositoryTest class name 2017-04-05 17:44:28 -06:00
Sara Bine
07164b2739 Fix argument order in assertEquals
Correct order is ($expected, $actual)
2017-04-05 17:43:40 -06:00
Dominik Liebler
0ebf31d99e Merge pull request #276 from sbine/master
Grammatical improvements
2017-04-05 07:40:14 +02:00
Sara Bine
2f467febbf Improve grammar: these code > this code 2017-04-03 19:14:10 -06:00
Sara Bine
ce830c499d Fix typo: implemenation > implementation 2017-04-03 19:13:41 -06:00
Dominik Liebler
9d8175b135 Merge pull request #273 from CoeusCC/patch-2
Change PaperBookInterface to BookInterface
2017-04-03 08:25:16 +02:00
Dominik Liebler
0d89d09839 Merge pull request #272 from CoeusCC/patch-1
Remove VehicleInterface.php reference
2017-04-03 08:24:39 +02:00
Dominik Liebler
4d9834f9aa Merge pull request #271 from panakour/patch-1
Update LoggerTest.php
2017-04-03 08:23:55 +02:00
Dominik Liebler
018d395ef4 Merge pull request #274 from lguima/patch-1
Removing unused class
2017-04-03 08:23:07 +02:00
Lucas Guima
608178557d Removing unused class
Removing unused class
2017-03-31 15:58:13 -03:00
Patrick Zeinert
4f606a3dda Change PaperBookInterface to BookInterface
It looks like the file name was updated in a few places, but not properly changed in the include line.
2017-03-29 12:12:43 -04:00
Patrick Zeinert
2653ea107e Remove VehicleInterface.php reference
The file does not appear in the folder and thus does not render on the page as expected.
2017-03-29 12:06:46 -04:00
Panagiotis Koursaris
284003c95d Update LoggerTest.php 2017-03-23 15:28:21 +02:00
Dominik Liebler
52cadb4553 added final to Multiton 2017-03-09 19:35:56 +01:00
Dominik Liebler
8c9b5377b9 Merge pull request #269 from Hyunk3l/feature/class-instead-of-namespace
Feature/class instead of namespace
2017-03-09 19:08:19 +01:00
Fabri Di Napoli
894dbc033b Merge branch 'master' into feature/class-instead-of-namespace 2017-03-09 10:35:23 +01:00
Dominik Liebler
300f88ca31 Merge pull request #270 from Hyunk3l/feature/upgrade-to-phpunit-6
Feature/upgrade to phpunit 6
2017-03-09 06:31:19 +01:00
Fabri Di Napoli
5df6eec070 Adapt Unit Tests code to PHPUnit 6 2017-03-09 00:35:08 +01:00
Fabri Di Napoli
16856fe6b6 Upgrade to PHPUnit 6 2017-03-09 00:34:44 +01:00
Fabri Di Napoli
10ee886fe1 Use class constant instead of hardcoded namespace 2017-03-09 00:14:31 +01:00
Fabri Di Napoli
eb3b8529b6 Use class constant instead of hardcoded namespace 2017-03-08 23:59:36 +01:00
Fabri Di Napoli
83ed248e17 Remove unused import 2017-03-08 23:57:44 +01:00
Dominik Liebler
b7d6794eda Merge pull request #266 from mcampbell508/264-composite-test-notes
Composite Test: Add information about nested forms
2017-02-22 08:25:00 +01:00
Matt Campbell
4f7d797567 Composite Test: Add information about nested forms
Add information for composite pattern test to hopefully
help to not mislead anyone viewing this test, into thinking
that they can nest HTML form elements.

Closes #264
2017-02-17 20:16:41 +00:00
Dominik Liebler
97c507886d Merge pull request #262 from mtdavidson/patch-1
Correct variable names in specification test
2017-01-11 12:55:46 +01:00
Mark Davidson
3904c942d2 Correct variable names in specification test
Correct variable names to reflect the specifications being tested.
2017-01-11 10:46:00 +00:00
Dominik Liebler
b43ed2ce77 generated Adapter UML 2017-01-10 08:17:15 +01:00
Dominik Liebler
f826d900cf Merge pull request #260 from darcymiranda/patch-1
Fix typo
2017-01-06 10:44:12 +01:00
Darcy
f8db99d70c Fix typo
no -> now
2017-01-05 10:38:20 -06:00
Dominik Liebler
1668243c0c 2017 2017-01-01 12:48:59 +01:00
Dominik Liebler
a872be7352 2017 2017-01-01 12:48:44 +01:00
Dominik Liebler
88d38138be Merge pull request #256 from Philiphil/patch-1
Update README.rst
2016-12-27 08:11:51 +01:00
Dominik Liebler
bd3c2cfc66 updated UML for FactoryMethod 2016-12-27 08:08:10 +01:00
Dominik Liebler
35f5e851c8 updated UML for Pool 2016-12-27 08:06:54 +01:00
Philiphil
635dc38fc0 Update README.rst
fixed typo
2016-12-21 12:11:42 +01:00
Dominik Liebler
8056f948d9 Merge pull request #255 from atlance/patch-1
Update README.rst
2016-12-20 09:22:31 +01:00
Anton Stepanov
3bee0eb819 Update README.rst 2016-12-16 01:00:37 +03:00