Commit Graph

  • 4c6fb569bc PHP Coding Standards Fixer > update configuration Meritoo 2019-04-15 21:23:05 +02:00
  • b166b8b805 PHP Coding Standards Fixer > fix coding standard Meritoo 2019-04-13 21:47:49 +02:00
  • 414ce0fd06 Reflection > getPropertyValue() method > refactoring Meritoo 2019-04-13 21:38:06 +02:00
  • fa370be08a Tests > Reflection > getPropertyValues() method > make stronger verification of the dot-separated properties (get values of the chain) Meritoo 2019-04-13 19:03:23 +02:00
  • a56b325307 Minor refactoring Meritoo 2019-04-13 18:32:44 +02:00
  • eb8fa110ad Reflection > getPropertyValue() method > look for the property in parent classes Meritoo 2019-04-13 18:28:53 +02:00
  • 6f90f5a249 Reflection > fix deprecations Meritoo 2019-04-13 17:27:06 +02:00
  • 2bbd0a4ef3 PHPUnit > increase code coverage Meritoo 2019-04-10 09:09:44 +02:00
  • e66cbd54e2 Template with placeholders > verification of placeholders without values > make stronger and point out which are missing Meritoo 2019-04-10 08:57:33 +02:00
  • 39b0172a85 Travis CI > run many tasks using Phing > update configuration Meritoo 2019-04-07 16:19:12 +02:00
  • e05bc2302d PHPUnit > increase code coverage Meritoo 2019-04-06 08:14:48 +02:00
  • a13a629408 PHP Coding Standards Fixer > fix coding standard Meritoo 2019-04-06 08:00:01 +02:00
  • 0f64705132 PHP Coding Standards Fixer > update configuration Meritoo 2019-04-05 23:49:27 +02:00
  • 4f55f33385 Phing > php-coveralls > add task Meritoo 2019-04-05 20:47:37 +02:00
  • 134a5a0108 Phing > configuration > minor update Meritoo 2019-04-05 20:43:29 +02:00
  • d1c1d48473 Infection (Mutation Testing Framework) > fix bugs while running (generate proper code coverage, bugs while running tests randomly) Meritoo 2019-04-05 20:39:30 +02:00
  • 685addc7c4 PHPUnit > directory with code coverage > rename Meritoo 2019-04-05 20:36:21 +02:00
  • 602855d2a7 PHPUnit > execute tests in random order > fix XSD namespace (required to use the "executionOrder" attribute) Meritoo 2019-04-03 20:26:06 +02:00
  • da9ae20a33 Implement Psalm (https://github.com/vimeo/psalm) Meritoo 2019-04-03 19:47:08 +02:00
  • 92e607a3f0 PHPUnit > execute tests in random order Meritoo 2019-04-03 15:06:05 +02:00
  • 9f2a5294a8 Phing > configuration > remove unnecessary tests/Resources/var/ directory (and subdirectories) Meritoo 2019-04-03 12:53:59 +02:00
  • 87422af5c7 Implement PHPStan (https://github.com/phpstan/phpstan) Meritoo 2019-04-03 12:45:26 +02:00
  • 1db4a55e31 Fix integration with Coveralls (available as the badge in README.md) Meritoo 2019-04-03 12:41:15 +02:00
  • ca4bf05b38 Travis CI > run many tasks using Phing (instead of PHPUnit only) Meritoo 2019-04-03 12:38:06 +02:00
  • cecaa65ef6 Implement Mutation Testing Framework (infection/infection package) Meritoo 2019-04-03 12:27:54 +02:00
  • a90eeed583 Phing > configuration > minor updates Meritoo 2019-04-03 11:21:29 +02:00
  • 312e721dc3 Phing > remove old and unused tools Meritoo 2019-04-03 11:18:11 +02:00
  • a93355f2c8 RenderableInterface > something that may be rendered Meritoo 2019-04-02 21:40:31 +02:00
  • a4d6a1c785 Bump version Meritoo 2019-04-02 21:16:40 +02:00
  • ed1c9358aa Changelog > update > enter latest modifications Meritoo 2019-04-02 21:16:25 +02:00
  • faf1da6134 Collection/storage of templates Meritoo 2019-04-02 21:08:11 +02:00
  • 0b74f8da6f Template with placeholders that may be filled by real data Meritoo 2019-04-02 20:18:23 +02:00
  • 8a94241eb8 Regex > make compatible with PHP 7.3 Tests > Regex > fix "preg_match(): Compilation failed: invalid range in character class at offset 4" bug Meritoo 2019-04-02 15:46:02 +02:00
  • 87249aa30b TravisCI > run using PHP 7.2 & 7.3 > make compatible with PHP 7.2+ Meritoo 2019-04-02 13:12:04 +02:00
  • 1b4577cc8a Fix coding standards (using PHP Coding Standards Fixer) Meritoo 2019-04-02 12:03:53 +02:00
  • 7ddfcf6946 .gitignore > ignore PHPUnit's results cache (related to PHPUnit 8.0) Meritoo 2019-04-02 12:02:08 +02:00
  • 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+) Meritoo 2019-04-02 11:54:36 +02:00
  • 95a81ab322 Tests > fix "This test did not perform any assertions" bug > make compatible with PHPUnit 8.0 (and PHP 7.2+) Meritoo 2019-04-02 10:40:51 +02:00
  • 8a27cd94ef Tests > fix "assertArraySubset() is deprecated and will be removed in PHPUnit 9" bug > make compatible with PHPUnit 8.0 (and PHP 7.2+) Meritoo 2019-04-02 10:15:57 +02:00
  • ce37db5f33 Tests > fix "Call to undefined method getMock()" bug > make compatible with PHPUnit 8.0 (and PHP 7.2+) Meritoo 2019-04-02 09:03:11 +02:00
  • 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+) Meritoo 2019-04-02 08:39:50 +02:00
  • c89b6da0db Tests > fix "Call to undefined method setExpectedException()" bug > make compatible with PHPUnit 8.0 (and PHP 7.2+) Meritoo 2019-04-02 08:31:24 +02:00
  • 8b5a530bbc Tests > setUp() and tearDown() methods > make compatible with PHPUnit 8.0 (and PHP 7.2+) Meritoo 2019-04-02 08:27:20 +02:00
  • e623c87268 Composer > bump versions of packages (available for PHP 7.2+) Meritoo 2019-04-02 08:24:40 +02:00
  • 90bc438cae Composer > support/require PHP 7.2+ (instead of 5.6+) Meritoo 2019-04-01 22:59:04 +02:00
  • 28a11d611c Merge branch 'master' of github.com:meritoo/common-library Krzysztof Nizioł 2019-03-25 09:23:57 +01:00
  • 5022efb9a3 Minor refactoring 0.1.8 Meritoo 2019-03-24 22:19:45 +01:00
  • 56b058ca1d Size, e.g. of image Meritoo 2019-03-24 15:02:44 +01:00
  • eade6a25ad Collection > the getByIndex() method > returns element with given index 0.1.7 Meritoo 2019-03-16 19:58:02 +01:00
  • 9f6af6b6a4 Collection > create trait (to make it more flexible) Meritoo 2019-03-16 12:37:35 +01:00
  • df36e050e7 Merge branch 'master' of github.com:meritoo/common-library Krzysztof Nizioł 2019-03-05 10:21:44 +01:00
  • a021870ebd Minor refactoring 0.1.6 Meritoo 2019-03-05 10:18:45 +01:00
  • d88ead92fe Tests > use @dataProvider Meritoo 2019-03-05 10:11:48 +01:00
  • 5ebde80646 Tests > use "Meritoo\Test\Common" namespace (instead of "Meritoo\Common\Test") Meritoo 2019-03-04 19:35:42 +01:00
  • fe40d9caee ValueObject > Human > represents a human Meritoo 2019-03-04 19:25:25 +01:00
  • ba6c185ed9 Tests > missing tests Meritoo 2019-03-04 19:24:23 +01:00
  • c175fcd126 Minor refactoring Meritoo 2019-03-04 18:52:56 +01:00
  • 2247000a8a Documentation > Value Objects > add missing information Meritoo 2019-03-04 18:52:07 +01:00
  • 924e492e11 Arrays > refactoring & more tests Meritoo 2019-02-23 19:41:37 +01:00
  • ddd558a7d4 Merge remote-tracking branch 'meritoo/master' Krzysztof Nizioł 2019-02-23 13:29:37 +01:00
  • ede9a182b4 Changelog > update > enter latest modifications 0.1.5 Meritoo 2019-02-23 12:47:10 +01:00
  • fad0aa607a Changelog > update > enter latest modifications Meritoo 2019-02-23 11:58:13 +01:00
  • 3a38c09ce2 ValueObject > Company > represents a company Meritoo 2019-02-22 20:38:13 +01:00
  • 07a04d86f0 ValueObject > BankAccount > represents bank account Meritoo 2019-02-22 20:37:16 +01:00
  • 0c7e27b884 ValueObject > Address > represents address of company, institution, user etc. Meritoo 2019-02-22 20:35:43 +01:00
  • 421d336498 Tests > ValueObject > Version > fix namespace Meritoo 2019-02-22 14:19:32 +01:00
  • 292c5e6d4f Arrays > getNonEmptyValues() method > returns non-empty values, e.g. without "" (empty string), null or [] Arrays > getNonEmptyValuesAsString() method > returns non-empty values concatenated by given separator Meritoo 2019-02-22 12:49:12 +01:00
  • 79c09a26a6 Regex > createSlug() method > returns slug for given value Meritoo 2019-02-21 23:10:53 +01:00
  • d46548d102 Miscellaneous > variableDump() method > remove, because unnecessary Meritoo 2019-02-21 23:10:15 +01:00
  • 651c4f2259 Minor refactoring Meritoo 2019-02-21 21:27:50 +01:00
  • 8c3c85608a Tests > Regex > minor update Meritoo 2019-02-21 16:54:06 +01:00
  • 22c96f0a18 Tests > Regex > fix "The mode is not binary-safe ('b' is missing)" bug Meritoo 2019-02-21 16:51:18 +01:00
  • aa93cd8e25 Tests > Regex > remove unnecessary @throws tags Meritoo 2019-02-21 16:50:20 +01:00
  • 4391baed3d Fix "Argument 3 of Meritoo\Common\Utilities\Date::getDateDifference expects int|null, string(days) provided" bug Meritoo 2019-02-04 22:43:07 +01:00
  • b879dbd803 .gitignore > minor update Meritoo 2019-01-27 14:54:20 +01:00
  • 7233fdac52 Phing > update configuration Meritoo 2019-01-27 14:54:02 +01:00
  • ec5129ad6b Tests > Date > more test cases Meritoo 2018-11-09 21:32:38 +01:00
  • 39ede292d6 Merge branch 'develop' 0.1.4 Meritoo 2018-11-03 09:08:13 +01:00
  • 8e9dcb3206 Reflection > setPropertiesValues() method > sets values of properties in given object Meritoo 2018-11-03 08:51:22 +01:00
  • 06fbf63e09 Tests > refactoring Meritoo 2018-11-03 08:19:57 +01:00
  • 4e600ec599 Utilities > Reflection > setPropertyValue() method > fix description and test Meritoo 2018-11-03 08:16:49 +01:00
  • b4ccbbac11 Utilities > Date > update descriptions of methods Meritoo 2018-11-03 08:10:03 +01:00
  • c82f53219e Phing > PHPUnit > run with code coverage (to get all reports) Meritoo 2018-10-29 08:31:38 +01:00
  • c8fc0b14ff Exceptions > UnknownTypeException > remove duplicated and unnecessary sprintf() call > sprintf(sprintf()) Meritoo 2018-10-28 00:12:18 +02:00
  • 3c3d1b997e Docker > docker-compose.yml > add "phpunit" service > used to run PHPUnit's tests Meritoo 2018-10-28 00:10:42 +02:00
  • 61209e3f67 Documentation > Development > add commands based on Phing & update whole document Meritoo 2018-10-28 00:09:29 +02:00
  • 822dbf6830 Phing > tests > remove mutation tests (because Infection requires PHP 7.1+) Meritoo 2018-10-28 00:06:52 +02:00
  • 870bfe48a2 Docker > Dockerfile > fix installation of Composer Meritoo 2018-10-28 00:03:35 +02:00
  • ff416fda69 Phing > update configuration Meritoo 2018-10-25 10:59:24 +02:00
  • 61676a445e Docker > update docker-compose.yml > composer > fix "allowed memory size of 1610612736 bytes exhausted" bug Meritoo 2018-10-25 10:31:44 +02:00
  • 1f5106bcf0 Docker > improve performance > fix indentations Meritoo 2018-10-25 10:31:21 +02:00
  • 971224b2e6 PHPUnit > update configuration Meritoo 2018-10-25 10:28:00 +02:00
  • 7e4b14a92f Phing > update configuration Meritoo 2018-10-25 10:27:48 +02:00
  • 38c68b0952 Readme > add badge with required PHP version Meritoo 2018-10-19 22:54:26 +02:00
  • ca9c3bd8f1 Utilities > Date > update descriptions of methods Meritoo 2018-10-19 22:54:11 +02:00
  • 97c6112919 TravisCI > fix indentation Meritoo 2018-09-20 20:41:48 +02:00
  • 26b136d676 Tests > increase code coverage Meritoo 2018-09-19 23:21:40 +02:00
  • 4db631223f Phing > tests > PHPUnit > do not use dox format (for output results) Meritoo 2018-09-08 08:21:50 +02:00
  • 5d6b559108 Phing > tests > missing path of directory with code coverage report Meritoo 2018-09-07 13:48:44 +02:00
  • e31af27c01 Merge branch 'master' of github.com:meritoo/common-library 0.1.3 Krzysztof Nizioł 2018-09-06 22:01:00 +02:00