Meritoo
|
b482d814e4
|
Use .env instead of .env.dist
|
2019-05-30 21:32:00 +02:00 |
|
Meritoo
|
2091adc8d0
|
Collection > trait > return "void" where "self" causes type hinting problem and is not required
|
2019-05-11 00:19:38 +02:00 |
|
Meritoo
|
e75854feee
|
Collection > trait > split into smaller traits (to make it more flexible)
|
2019-05-10 23:48:19 +02:00 |
|
Meritoo
|
9a1f49d373
|
Trait for the Collection > type hinting
|
2019-05-10 22:17:40 +02:00 |
|
Meritoo
|
98d0fed61d
|
Refactoring
|
2019-05-05 23:06:18 +02:00 |
|
Meritoo
|
a6b2704c66
|
BaseType::isCorrectType() method > make static
|
2019-05-05 23:05:42 +02:00 |
|
Meritoo
|
dd5ac0f7e6
|
Fix code pointed by Psalm
|
2019-05-05 09:49:03 +02:00 |
|
Meritoo
|
421d19ff10
|
Readme > review and fix "unknown" badges
|
2019-05-02 22:51:26 +02:00 |
|
Meritoo
|
8b5cbd6f2e
|
Composer.json > update PHP version constraints
|
2019-04-19 22:07:25 +02:00 |
|
Meritoo
|
0f2c6bb099
|
Phing > tests > add task for Psalm (https://psalm.dev)
|
2019-04-18 14:31:31 +02:00 |
|
Meritoo
|
f5e8c8c740
|
Readme > badge with required PHP version > update & get from Packagist
|
2019-04-16 11:44:36 +02:00 |
|
Meritoo
|
c7c96daaaf
|
PHP Coding Standards Fixer > fix coding standard
|
2019-04-15 21:23:49 +02:00 |
|
Meritoo
|
4c6fb569bc
|
PHP Coding Standards Fixer > update configuration
|
2019-04-15 21:23:05 +02:00 |
|
Meritoo
|
b166b8b805
|
PHP Coding Standards Fixer > fix coding standard
|
2019-04-13 21:47:49 +02:00 |
|
Meritoo
|
414ce0fd06
|
Reflection > getPropertyValue() method > refactoring
|
2019-04-13 21:38:06 +02:00 |
|
Meritoo
|
fa370be08a
|
Tests > Reflection > getPropertyValues() method > make stronger verification of the dot-separated properties (get values of the chain)
|
2019-04-13 19:03:23 +02:00 |
|
Meritoo
|
a56b325307
|
Minor refactoring
|
2019-04-13 18:33:38 +02:00 |
|
Meritoo
|
eb8fa110ad
|
Reflection > getPropertyValue() method > look for the property in parent classes
|
2019-04-13 18:29:27 +02:00 |
|
Meritoo
|
6f90f5a249
|
Reflection > fix deprecations
|
2019-04-13 17:27:06 +02:00 |
|
Meritoo
|
2bbd0a4ef3
|
PHPUnit > increase code coverage
|
2019-04-10 09:09:44 +02:00 |
|
Meritoo
|
e66cbd54e2
|
Template with placeholders > verification of placeholders without values > make stronger and point out which are missing
|
2019-04-10 08:57:33 +02:00 |
|
Meritoo
|
39b0172a85
|
Travis CI > run many tasks using Phing > update configuration
|
2019-04-07 16:19:31 +02:00 |
|
Meritoo
|
e05bc2302d
|
PHPUnit > increase code coverage
|
2019-04-06 08:47:26 +02:00 |
|
Meritoo
|
a13a629408
|
PHP Coding Standards Fixer > fix coding standard
|
2019-04-06 08:00:01 +02:00 |
|
Meritoo
|
0f64705132
|
PHP Coding Standards Fixer > update configuration
|
2019-04-06 07:59:31 +02:00 |
|
Meritoo
|
4f55f33385
|
Phing > php-coveralls > add task
|
2019-04-05 20:47:46 +02:00 |
|
Meritoo
|
134a5a0108
|
Phing > configuration > minor update
|
2019-04-05 20:43:29 +02:00 |
|
Meritoo
|
d1c1d48473
|
Infection (Mutation Testing Framework) > fix bugs while running (generate proper code coverage, bugs while running tests randomly)
|
2019-04-05 20:42:42 +02:00 |
|
Meritoo
|
685addc7c4
|
PHPUnit > directory with code coverage > rename
|
2019-04-05 20:36:21 +02:00 |
|
Meritoo
|
602855d2a7
|
PHPUnit > execute tests in random order > fix XSD namespace (required to use the "executionOrder" attribute)
|
2019-04-03 20:26:06 +02:00 |
|
Meritoo
|
da9ae20a33
|
Implement Psalm (https://github.com/vimeo/psalm)
|
2019-04-03 19:47:08 +02:00 |
|
Meritoo
|
92e607a3f0
|
PHPUnit > execute tests in random order
|
2019-04-03 15:06:05 +02:00 |
|
Meritoo
|
9f2a5294a8
|
Phing > configuration > remove unnecessary tests/Resources/var/ directory (and subdirectories)
|
2019-04-03 12:53:59 +02:00 |
|
Meritoo
|
87422af5c7
|
Implement PHPStan (https://github.com/phpstan/phpstan)
|
2019-04-03 12:49:48 +02:00 |
|
Meritoo
|
1db4a55e31
|
Fix integration with Coveralls (available as the badge in README.md)
|
2019-04-03 12:41:15 +02:00 |
|
Meritoo
|
ca4bf05b38
|
Travis CI > run many tasks using Phing (instead of PHPUnit only)
|
2019-04-03 12:39:04 +02:00 |
|
Meritoo
|
cecaa65ef6
|
Implement Mutation Testing Framework (infection/infection package)
|
2019-04-03 12:30:37 +02:00 |
|
Meritoo
|
a90eeed583
|
Phing > configuration > minor updates
|
2019-04-03 11:22:12 +02:00 |
|
Meritoo
|
312e721dc3
|
Phing > remove old and unused tools
|
2019-04-03 11:18:11 +02:00 |
|
Meritoo
|
a93355f2c8
|
RenderableInterface > something that may be rendered
|
2019-04-02 21:40:50 +02:00 |
|
Meritoo
|
a4d6a1c785
|
Bump version
|
2019-04-02 21:16:40 +02:00 |
|
Meritoo
|
ed1c9358aa
|
Changelog > update > enter latest modifications
|
2019-04-02 21:16:25 +02:00 |
|
Meritoo
|
faf1da6134
|
Collection/storage of templates
|
2019-04-02 21:08:11 +02:00 |
|
Meritoo
|
0b74f8da6f
|
Template with placeholders that may be filled by real data
|
2019-04-02 21:03:03 +02:00 |
|
Meritoo
|
8a94241eb8
|
Regex > make compatible with PHP 7.3
Tests > Regex > fix "preg_match(): Compilation failed: invalid range in character class at offset 4" bug
|
2019-04-02 15:46:02 +02:00 |
|
Meritoo
|
87249aa30b
|
TravisCI > run using PHP 7.2 & 7.3 > make compatible with PHP 7.2+
|
2019-04-02 13:12:04 +02:00 |
|
Meritoo
|
1b4577cc8a
|
Fix coding standards (using PHP Coding Standards Fixer)
|
2019-04-02 12:03:53 +02:00 |
|
Meritoo
|
7ddfcf6946
|
.gitignore > ignore PHPUnit's results cache (related to PHPUnit 8.0)
|
2019-04-02 12:02:08 +02:00 |
|
Meritoo
|
10bf198df5
|
Phing > fix "This task requires the PHP_CodeSniffer package installed and available on the include path" bug > make compatible with PHPUnit 8.0 (and PHP 7.2+)
|
2019-04-02 11:54:36 +02:00 |
|
Meritoo
|
95a81ab322
|
Tests > fix "This test did not perform any assertions" bug > make compatible with PHPUnit 8.0 (and PHP 7.2+)
|
2019-04-02 10:40:51 +02:00 |
|