Commit Graph

294 Commits

Author SHA1 Message Date
Meritoo
79708f4e61 PHP CS Fixer > configuration > make more readable & remove unnecessary code 2019-08-02 12:21:03 +02:00
Meritoo
b251bcec0e Update project configuration (project files related to IDE) 2019-06-20 21:36:31 +02:00
Meritoo
a2c875556e Move validation of year, month and day to separate methods 2019-06-20 21:32:03 +02:00
Meritoo
c5a68b54af Fix "Argument 1 of Meritoo\\Common\\Utilities\\Date::getdayofweek expects int, string|false provided" bug pointed by Psalm 2019-06-20 21:31:35 +02:00
Meritoo
4ddc299e5b Fix "Cannot call method add on possibly null value" bug pointed by Psalm 2019-06-20 21:04:44 +02:00
Meritoo
c0998ac5b9 Fix "Argument 1 of DateTime::setdate expects int, string|false provided" bug pointed by Psalm 2019-06-20 20:29:17 +02:00
Meritoo
a1c3ba8543 Fix "Cannot call method sub on possibly null value" bug pointed by Psalm 2019-06-20 20:21:14 +02:00
Meritoo
6efbf940a3 Fix "Found a redundant condition when evaluating docblock-defined type $composerJsonPath and trying to reconcile type 'string' to string" bug pointed by Psalm 2019-06-20 20:05:56 +02:00
Meritoo
1ac1a221ec Minor refactoring 2019-06-20 19:25:34 +02:00
Meritoo
5678b5b22a Fix "Found a contradiction when evaluating $fullBundleName and trying to reconcile type 'string' to !string" bug pointed by Psalm 2019-06-20 18:58:20 +02:00
Meritoo
3b81d0d932 Do not require name of class by BaseTestCaseTrait::assertMethodVisibilityAndArguments() method 2019-06-17 08:43:40 +02:00
Meritoo
c4e09f77a3 Update Changelog 2019-06-02 19:17:39 +02:00
Meritoo
11e5ce3d56 Store .env in repository (do not ignore) 2019-06-02 19:04:23 +02:00
Meritoo
a9b985385e Add project configuration (project files related to IDE) 2019-06-02 19:03:55 +02:00
Meritoo
15824d3f77 composer > squizlabs/php_codesniffer package > use ^3.4 (instead of ^2.9) 2019-06-02 18:23:12 +02:00
Meritoo
e002adc162 PHP Coding Standards Fixer > fix coding standard 2019-05-30 21:55:09 +02:00
Meritoo
538aa1fa79 Docker > use images (instead of Dockerfiles) 2019-05-30 21:50:27 +02:00
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