107 Commits

Author SHA1 Message Date
Dominik Liebler
23e520aee9
#352 re-generated outdated assets for Specification 2019-01-10 20:09:02 +01:00
Littlesqx
426890aa62 typo 2018-12-26 11:06:29 +08:00
Dominik Liebler
02c301ad64
Merge pull request #337 from HyperLiar/patch-1
del namespace not used
2018-10-06 10:47:15 +02:00
HyperLiar
a3ca208ebe
del namespace not used
del namespace not used
2018-10-02 22:13:15 +08:00
Samuel NELA
16d6f8740d Replaced with strict assertions 2018-09-29 16:27:21 +02:00
Dominik Liebler
aff0ca5196
Merge pull request #321 from phorzycki/composer-updates
Composer packages updated
2018-06-14 22:51:50 +02:00
Dominik Liebler
93d4ebf90f refactored State pattern example 2018-06-14 22:49:28 +02:00
Piotr Horzycki
b6d0a5879a PHP Code Sniffer updated to version 3 2018-04-06 19:58:35 +02:00
Piotr Grabski-Gradziński
9e61d5240b [Behavioral/Strategy] Fixing files inclusion. 2017-11-15 08:59:32 +01:00
egarcia
16f09e99e7 EduardoGR adding strategy context in order to complete the pattern 2017-10-31 03:51:44 +01:00
Piotr Grabski-Gradzinski
2eb8be122a [pl translation] Behavioral. 2017-06-28 22:09:20 +02:00
ko22009
590b15b58d remove comment and superfluously state 2017-05-10 18:53:03 +05:00
ko22009
ad163dc353 State pattern is maintainable
state pattern change readme.rst
2017-04-27 09:43:34 +05:00
vuurball
eb847fbfb2 Specification pattern - performance optimization 2017-04-12 18:01:43 +03:00
Sara Bine
7b90f08877 Fix method name: providateDates > provideDates 2017-04-05 17:47:02 -06:00
Sara Bine
07164b2739 Fix argument order in assertEquals
Correct order is ($expected, $actual)
2017-04-05 17:43:40 -06:00
Sara Bine
2f467febbf Improve grammar: these code > this code 2017-04-03 19:14:10 -06:00
Panagiotis Koursaris
284003c95d Update LoggerTest.php 2017-03-23 15:28:21 +02:00
Fabri Di Napoli
5df6eec070 Adapt Unit Tests code to PHPUnit 6 2017-03-09 00:35:08 +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
Darcy
f8db99d70c Fix typo
no -> now
2017-01-05 10:38:20 -06:00
Anton Stepanov
3bee0eb819 Update README.rst 2016-12-16 01:00:37 +03:00
Konstantin Grachev
6b43ca5596 Fix typos 2016-11-07 01:39:46 +03:00
Dominik Liebler
df6fadf517 restored README.md in Behavioral 2016-09-22 15:24:29 +02:00
Dominik Liebler
ce1b53847d PHP7 Specification 2016-09-22 12:54:03 +02:00
Dominik Liebler
09797dd553 Merge branch 'iterator-bug' into php7 2016-09-22 12:19:12 +02:00
Dominik Liebler
2b4b3beeff PHP7 Chain Of Responsibilities 2016-09-22 12:17:22 +02:00
Dominik Liebler
ea8c91ac68 PHP7 State 2016-09-22 11:45:38 +02:00
Dominik Liebler
1c30978a70 PHP7 Visitor 2016-09-22 11:29:48 +02:00
Dominik Liebler
19fff0aed9 PHP7 TemplateMethod 2016-09-22 11:15:18 +02:00
Dominik Liebler
36f3df8fbb PHP7 Strategy 2016-09-22 11:02:03 +02:00
Dominik Liebler
9b9eee5a4c PHP7 Observer 2016-09-22 10:54:22 +02:00
Dominik Liebler
b707bf064e PHP7 NullObject 2016-09-22 10:43:27 +02:00
Dominik Liebler
01007ec5a8 PHP7 Memento 2016-09-22 10:39:03 +02:00
Dominik Liebler
64e21e8581 PHP7 Mediator 2016-09-22 09:38:55 +02:00
Dominik Liebler
a6b09d6b18 PHP7 Command 2016-09-22 09:26:25 +02:00
Dominik Liebler
1da5772226 removed superfluous Class comments 2016-09-22 09:18:20 +02:00
Dominik Liebler
57c2e4f025 #232 simplified things a bit 2016-09-22 08:47:57 +02:00
Dominik Liebler
95ad95c33e On to PHP7^! 2016-09-21 17:23:20 +02:00
Dominik Liebler
a7928d010c Merge branch 'iterator-bug' into php7 2016-09-21 17:08:28 +02:00
Dominik Liebler
3d6db19db3 fixed grammar 2016-09-21 15:03:31 +02:00
Dominik Liebler
c2fb772251 Merge remote-tracking branch 'origin/master' into iterator-bug 2016-09-21 14:38:53 +02:00
Dominik Liebler
d5b8a56425 #232 removed Iterator classes 2016-09-21 14:34:24 +02:00
Dominik Liebler
8f54955452 Merge pull request #230 from diogocavilha/master
Update DateComparator.php
2016-09-10 18:37:23 +02:00
Diogo Alexsander Cavilha
f281f412c4 Update DateComparator.php 2016-09-09 10:17:41 -03:00
Christophe Vidal
c8e0c74f46 Fixed style 2016-06-14 08:50:54 +07:00
Artem Ostretsov
f5f192a616 Update RoleVisitorInterface.php 2016-01-28 09:53:00 +03:00
fitzel
d379374882 Update README.rst 2016-01-25 12:55:19 +01:00
Ihor Burlachenko
8a9872a6f5 Extended UndoableCommandInterface from CommandInterface 2016-01-21 22:46:28 +01:00
Andrew Nester
dddfdf65fc 88 - Added undo example for command pattern 2016-01-16 17:13:12 +03:00