Commit Graph

265 Commits

Author SHA1 Message Date
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
Meritoo
8a27cd94ef Tests > fix "assertArraySubset() is deprecated and will be removed in PHPUnit 9" bug > make compatible with PHPUnit 8.0 (and PHP 7.2+) 2019-04-02 10:15:57 +02:00
Meritoo
ce37db5f33 Tests > fix "Call to undefined method getMock()" bug > make compatible with PHPUnit 8.0 (and PHP 7.2+) 2019-04-02 09:03:11 +02:00
Meritoo
b68dd78b06 Tests > fix "Using assertContains() with string haystacks is deprecated and will not be supported in PHPUnit 9. Refactor your test to use assertStringContainsString() or assertStringContainsStringIgnoringCase() instead." bug > make compatible with PHPUnit 8.0 (and PHP 7.2+) 2019-04-02 08:39:50 +02:00
Meritoo
c89b6da0db Tests > fix "Call to undefined method setExpectedException()" bug > make compatible with PHPUnit 8.0 (and PHP 7.2+) 2019-04-02 08:31:24 +02:00
Meritoo
8b5a530bbc Tests > setUp() and tearDown() methods > make compatible with PHPUnit 8.0 (and PHP 7.2+) 2019-04-02 08:27:20 +02:00
Meritoo
e623c87268 Composer > bump versions of packages (available for PHP 7.2+) 2019-04-02 08:24:40 +02:00
Meritoo
90bc438cae Composer > support/require PHP 7.2+ (instead of 5.6+) 2019-04-01 22:59:04 +02:00
Meritoo
5022efb9a3 Minor refactoring 0.1.8 2019-03-24 22:19:45 +01:00
Meritoo
56b058ca1d Size, e.g. of image 2019-03-24 22:15:54 +01:00
Meritoo
eade6a25ad Collection > the getByIndex() method > returns element with given index 0.1.7 2019-03-16 19:58:02 +01:00
Meritoo
9f6af6b6a4 Collection > create trait (to make it more flexible) 2019-03-16 12:37:35 +01:00
Meritoo
a021870ebd Minor refactoring 0.1.6 2019-03-05 10:18:45 +01:00