786 Commits

Author SHA1 Message Date
Dominik Liebler
54b125c686 Merge pull request #173 from nueckman/iterator
Take care of unwanted (negative) indices
2015-09-09 07:32:37 +02:00
Nils Rückmann
274d7b2d7a Refactor DesignPatterns\Behavioral\Iterator 2015-09-08 23:55:13 +02:00
Евгений Глотов
5d11bc5a87 Memento. Note: not equals to English version! 2015-09-08 19:17:51 +03:00
Daniel González Cerviño
94381601a4 spanish translation 2015-09-07 16:58:23 +02:00
Nils Rückmann
c6f9dccff1 Changes to take care of unwanted (negative) indices 2015-09-07 02:17:17 +02:00
Dominik Liebler
367e5c0a20 Merge pull request #172 from bocharsky-bw/composer-up
Update PHPUnit with dependencies
2015-09-03 09:42:00 +02:00
victor
df621eeeea Fix expected exception test for PHP-7 2015-08-27 15:20:38 +03:00
victor
4babc672ae Update PHPUnit with dependencies 2015-08-27 13:19:48 +03: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
Victor
c61f84c49f Fix annotation multiple types 2015-08-23 00:55:42 +03:00
victor
fb8432d5ac Fix PHP 7 tests 2015-08-21 12:55:55 +03:00
victor
905da079be Add missing sections to README file 2015-08-21 12:34:29 +03:00
victor
4d3b024c71 Add UNL diagram 2015-08-21 12:26:43 +03:00
Dominik Liebler
68bf39a129 Merge pull request #168 from eddiejaoude/vagrant-ansible
Vagrant ansible environment setup
2015-08-21 08:50:21 +02:00
victor
eda331e483 Fix tests for PHP 5.3 2015-08-19 17:28:30 +03:00
victor
a4defb2112 Add unit tests and usage example to README 2015-08-19 15:52:10 +03:00
Eddie Abou-Jaoude
87cb4e9ca6 Removed Pear & Pecl from Ansible scripts 2015-08-18 12:48:10 +01:00
Eddie Abou-Jaoude
7a90725128 Removed commented out code for php5-fpm 2015-08-18 12:48:01 +01:00
Eddie Abou-Jaoude
7a1f4eb456 Removed php5-fpm ansible handler 2015-08-18 12:47:45 +01:00
Eddie Abou-Jaoude
faaf99a7ea Removed phpunit output from README 2015-08-18 12:47:27 +01:00
Eddie Abou-Jaoude
f158b2c701 project path in VM added to README 2015-08-15 12:35:14 +01:00
Eddie Abou-Jaoude
60a93e2283 Link to vagrant docs added to README 2015-08-15 12:22:19 +01:00
Eddie Abou-Jaoude
8f70b11652 vagrant & ansible scripts added inc docs in README 2015-08-15 12:21:01 +01:00
Eddie Abou-Jaoude
5df676e75c composer phar added to gitignore 2015-08-15 12:20:19 +01:00
Eddie Abou-Jaoude
991a10f5cd Update ignore to ignore vagrant files 2015-08-15 12:14:17 +01:00
Dominik Liebler
0285ba3760 Merge pull request #166 from chapay/master
Fix typo in method annotation
2015-08-10 08:53:37 +02:00
Андрей Собканюк
d9b3cc2eb1 Fix typo in method annotation 2015-08-06 17:54:39 +03:00
Dominik Liebler
6754bf7f60 Merge pull request #158 from localheinz/fix/lock
Enhancement: Validate composer.json and composer.lock on Travis
2015-08-04 08:05:56 +02:00
Dominik Liebler
cf1a0b3748 Merge pull request #156 from localheinz/fix/travis
Fix: Execute build steps on Travis in appropriate sections
2015-08-04 08:05:07 +02:00
Dominik Liebler
af7900ddfa Merge pull request #162 from ftwbzhao/master
add parameter type in Facade Test
2015-08-04 08:03:13 +02:00
Dominik Liebler
a8bbb76d18 Merge pull request #164 from anddezr/patch-1
fix CompositeTest namespace
2015-08-04 08:02:55 +02:00
Dominik Liebler
32cf89b90c Merge pull request #165 from r4j4h/patch-1
Filling out some basic readme
2015-08-04 08:02:41 +02:00
Jasmine Hegman
3ea4bf7603 Further explaining the pattern 2015-07-23 16:31:44 -07:00
Jasmine Hegman
5e68293513 Filling out some basic readme 2015-07-23 16:28:49 -07:00
athanro
f7c032afe4 fix CompositeTest namespace 2015-07-21 17:17:36 +02:00
victor
013c358a1b Add README template 2015-07-21 11:07:31 +03:00
victor
f5c075f02d Fix bugs and include Composer autoloader to example.php 2015-07-21 10:57:01 +03:00
victor
1b068456c1 Add Entity-Attribute-Value (EAV) pattern 2015-07-20 18:32:30 +03:00
ftwbzhao
1e16eb0c8b add parameter type in Facade Test 2015-07-20 17:01:36 +08:00
Andreas Möller
9a66be2ea1 Fix: Run composer update to update the lock file, too 2015-07-15 10:25:10 -04:00
Andreas Möller
c60ac4372e Enhancement: Validate composer.json and composer.lock on Travis 2015-07-15 10:24:44 -04:00
Andreas Möller
a9917412e8 Fix: Install dependencies in install section 2015-07-15 10:19:35 -04:00
Andreas Möller
e9428d1d47 Fix: Update composer itself in the before_install section 2015-07-15 10:18:56 -04:00
Dominik Liebler
dab22757a7 Merge pull request #157 from localheinz/feature/speed
Enhancement: Speed up builds on Travis
2015-07-15 10:47:37 +02:00
Dominik Liebler
15b6ebefa1 Merge pull request #160 from localheinz/feature/badge
Enhancement: Use SVG badge for displaying Travis build status
2015-07-15 10:14:16 +02:00
Dominik Liebler
d2e3daeb4f Merge pull request #159 from localheinz/fix/phpunit
Fix: Use phpunit as installed with Composer
2015-07-15 10:13:34 +02:00
Andreas Möller
48e6e06495 Fix: Prefer installation from dist, rather than source 2015-07-14 16:08:26 -04:00