81 Commits

Author SHA1 Message Date
Dominik Liebler
4678b5d86f PHP8 2021-04-12 14:04:45 +02:00
Ana Carolina Lima Hamud
998da795dd Fix links to the main branch 2020-06-20 11:27:02 -03:00
Dominik Liebler
579a5ac946
update deps & install rector 2019-12-14 13:41:03 +01:00
Dominik Liebler
a836472602
added missing files in READMEs 2019-09-12 21:13:40 +02:00
Dominik Liebler
5fb2980b45
add psalm and travis check 2019-08-31 14:31:01 +02:00
Dominik Liebler
88bd6ab7f1
fixed UML diagram for EAV 2019-08-31 13:42:46 +02:00
Dominik Liebler
be1be3ab64
introduced Service interface to ServiceLocator 2019-08-26 06:40:18 +02:00
Dominik Liebler
e02bcea33f
put declare() in the same line as the php tag 2019-08-19 18:11:49 +02:00
Dominik Liebler
26b1f209e2
remove UML files as only PNGs are used 2019-08-19 16:55:54 +02:00
Dominik Liebler
db3032cd48
removed not used uml.svg 2019-08-19 16:48:14 +02:00
Dominik Liebler
a73c253ffc
update to phpunit8 2019-08-17 23:05:15 +02:00
Dominik Liebler
78ffb07d9c
removed old examples 2019-08-17 22:50:15 +02:00
Dominik Liebler
de5c0c929c
explicitely set script_types=1 2019-08-17 21:58:04 +02:00
Igor
7fd7b41a8b
Fixed mistype in Repository readme
There was `InMemoryPersistence.php` dublicate instead `Persistence.php`
2018-06-16 12:35:20 +02:00
Dominik Liebler
a494c07255 removed delegation as it is not a pattern but merely a concept in OOP 2018-06-14 21:14:53 +02:00
Dominik Liebler
6c726d66b7 introduced PostId and PostStatus and changed naming from Storage to Persistence 2018-06-14 18:28:40 +02:00
Dominik Liebler
2ab82dbfbf Repository is supposed to generate IDs 2018-06-14 17:45:45 +02:00
Dominik Liebler
4cb353fe3e introduced sub-namespace Domain 2018-06-14 17:19:47 +02:00
Dominik Liebler
477a6d623a introduced Storage interface 2018-06-14 17:17:58 +02:00
Miroslav Trninic
bb22ef0e0f fix test annotation and one line separation issues 2018-05-13 19:19:53 +02:00
Miroslav Trninic
63220c73c6 Fix formatting (new line before comment) 2018-04-30 21:46:36 +02:00
Miroslav Trninic
b4599ec67c enhance delegation example 2018-04-29 15:55:54 +02:00
Stas Pavlovichev
9ccf6e8fc5 Fix test name 2017-10-22 16:46:38 +03:00
Sara Bine
8d73f125ee Fix RepositoryTest class name 2017-04-05 17:44:28 -06:00
Sara Bine
2f467febbf Improve grammar: these code > this code 2017-04-03 19:14:10 -06:00
Fabri Di Napoli
894dbc033b Merge branch 'master' into feature/class-instead-of-namespace 2017-03-09 10:35:23 +01:00
Fabri Di Napoli
5df6eec070 Adapt Unit Tests code to PHPUnit 6 2017-03-09 00:35:08 +01:00
Fabri Di Napoli
10ee886fe1 Use class constant instead of hardcoded namespace 2017-03-09 00:14:31 +01:00
Philiphil
635dc38fc0 Update README.rst
fixed typo
2016-12-21 12:11:42 +01:00
Diego Mariani
9206851f21 service locator is anti-pattern 2016-11-29 10:47:13 +01:00
diwipl
fadf0f15cf Update PostRepository.php
sprintf function in findById method was missing second argument.
2016-10-11 21:27:46 +02:00
Axel Pardemann
fc561c0d18 Merged branch master into translate-template 2016-09-23 11:44:18 -05:00
Axel Pardemann
53bc377d88 Added missing PO templates
Also added some punctuation, grammar and style fixes to some RST files.
2016-09-22 12:50:30 -05:00
Dominik Liebler
f55008ddc7 PHP7 ServiceLocator 2016-09-22 18:55:46 +02:00
Dominik Liebler
6ac29916c3 PHP7 More 2016-09-22 18:32:37 +02:00
Dominik Liebler
461d612b91 PHP7 More 2016-09-22 15:51:45 +02:00
Dominik Liebler
2b1de13391 PHP7 Delegation 2016-09-22 15:28:46 +02:00
Dominik Liebler
1da5772226 removed superfluous Class comments 2016-09-22 09:18:20 +02:00
James LaChance
118c37adab DRY more things! 2016-09-18 13:02:28 -04:00
shangguokan
557ac019b1 update all .po files 2016-06-04 01:16:55 +02:00
Dominik Liebler
fe1f144ec3 Applied fixes from StyleCI 2015-12-21 07:28:20 -05:00
ftwbzhao
0e774e3961 [Repository] fix namespace 2015-12-09 18:07:18 +08:00
Pete Houston
1f21cc5d02 Correct the EAV link 2015-11-25 10:36:30 +07:00
ftwbzhao
ba63419d83 [EAV] keep unit test code consistency 2015-11-16 22:36:46 +08:00
ftwbzhao
115dd3bdb3 [EAV] Value::setAttribute add return this 2015-11-16 13:52:07 +08:00
ルカス
97eecc59a5 Add EAV pattern to readme.md file 2015-10-21 05:16:36 -02:00
Dominik Liebler
8c7054ce47 Merge pull request #163 from bocharsky-bw/eav
Add Entity-Attribute-Value (EAV) pattern
2015-08-26 11:29:10 +02:00
victor
a2d372d4bb Refactor with SplObjectStorage 2015-08-25 10:32:12 +03:00
victor
47c323d36b Simplify tests: Avoid to remove random value 2015-08-25 10:08:49 +03:00
Victor
cf0a0b353b Fix annotation multiple types for tests 2015-08-23 01:03:00 +03:00