Meritoo
|
5ebf624b7b
|
Replace deprecated assertRegExp() function with assertMatchesRegularExpression() in PHPUnit tests (after upgrade of PHPUnit 8.x -> 9.x)
|
2022-09-10 13:44:22 +02:00 |
|
Meritoo
|
a3adae50b8
|
Reformat code automatically
|
2022-02-12 14:46:47 +01: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
|
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
|
a13a629408
|
PHP Coding Standards Fixer > fix coding standard
|
2019-04-06 08:00:01 +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
|
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
|
5ebde80646
|
Tests > use "Meritoo\Test\Common" namespace (instead of "Meritoo\Common\Test")
|
2019-03-04 19:35:42 +01:00 |
|
Meritoo
|
ec5129ad6b
|
Tests > Date > more test cases
|
2018-11-09 23:39:01 +01:00 |
|
Meritoo
|
834b24f348
|
Exceptions > create instance of exception using static "create()" method (instead of constructor)
|
2018-07-02 08:54:24 +02:00 |
|
Meritoo
|
64499b49d3
|
Update @author and @copyright in classes' descriptions
|
2018-07-01 21:07:47 +02:00 |
|
Meritoo
|
8bcf006e02
|
Tests - increase code coverage
|
2017-11-05 19:35:13 +01:00 |
|
Meritoo
|
325fe6b141
|
Support PHP 5.5.9+
|
2017-10-31 20:28:55 +01:00 |
|
Meritoo
|
e5e39651f3
|
Tests - fix names of constructors' tests
|
2017-10-02 15:56:53 +02:00 |
|
Meritoo
|
559466c0ce
|
composer.json - move tests-related classes to "autoload-dev" section (used for development purposes only and avoid polluting the autoloader in production)
|
2017-09-29 09:19:03 +02:00 |
|