Meritoo
|
1f45d38ab8
|
Add @internal @coversNothing annotations in PHPUnit tests
|
2019-09-15 13:33:03 +02:00 |
|
Meritoo
|
9903c82496
|
Add Miscellaneous::calculateGreatestCommonDivisor() method
|
2019-09-09 09:41:07 +02:00 |
|
Meritoo
|
f7a8da0550
|
Add Uri::buildUrl() method
Builds url with given root url and parts of url
|
2019-08-28 16:01:27 +02:00 |
|
Meritoo
|
891411e231
|
Add Arrays::containsEmptyStringsOnly() method
Returns information if given array contains an empty strings only
|
2019-08-28 15:51:03 +02:00 |
|
Meritoo
|
e704dacabd
|
Add Regex::clearBeginningSlash() and Regex::clearEndingSlash() methods (that remove slash from the beginning and the end of given string)
|
2019-08-27 20:26:31 +02:00 |
|
Meritoo
|
fe6ec278e3
|
Minor refactoring
|
2019-08-11 12:30:50 +02:00 |
|
Meritoo
|
462625caff
|
Missing test of Reflection::getConstants() method
|
2019-08-11 12:24:55 +02:00 |
|
Meritoo
|
a86a10c51e
|
Increase Mutation Score Indicator (MSI) by removing "src/Exception/Reflection/CannotResolveClassNameException.php:29 [M] TrueValue" mutant
|
2019-08-10 21:32:40 +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
|
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
|
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
|
e002adc162
|
PHP Coding Standards Fixer > fix coding standard
|
2019-05-30 21:55:09 +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
|
c7c96daaaf
|
PHP Coding Standards Fixer > fix coding standard
|
2019-04-15 21:23:49 +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
|
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
|
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
|
92e607a3f0
|
PHPUnit > execute tests in random order
|
2019-04-03 15:06:05 +02:00 |
|
Meritoo
|
1b4577cc8a
|
Fix coding standards (using PHP Coding Standards Fixer)
|
2019-04-02 12:03:53 +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
|
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
|
56b058ca1d
|
Size, e.g. of image
|
2019-03-24 22:15:54 +01:00 |
|
Meritoo
|
a021870ebd
|
Minor refactoring
|
2019-03-05 10:18:45 +01:00 |
|
Meritoo
|
d88ead92fe
|
Tests > use @dataProvider
|
2019-03-05 10:18:35 +01:00 |
|
Meritoo
|
5ebde80646
|
Tests > use "Meritoo\Test\Common" namespace (instead of "Meritoo\Common\Test")
|
2019-03-04 19:35:42 +01:00 |
|
Meritoo
|
c175fcd126
|
Minor refactoring
|
2019-03-04 19:22:07 +01:00 |
|
Meritoo
|
924e492e11
|
Arrays > refactoring & more tests
|
2019-02-24 23:21:55 +01:00 |
|
Meritoo
|
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
|
2019-02-22 14:19:17 +01:00 |
|
Meritoo
|
79c09a26a6
|
Regex > createSlug() method > returns slug for given value
|
2019-02-21 23:26:36 +01:00 |
|
Meritoo
|
d46548d102
|
Miscellaneous > variableDump() method > remove, because unnecessary
|
2019-02-21 23:10:15 +01:00 |
|
Meritoo
|
8c3c85608a
|
Tests > Regex > minor update
|
2019-02-21 16:54:06 +01:00 |
|
Meritoo
|
22c96f0a18
|
Tests > Regex > fix "The mode is not binary-safe ('b' is missing)" bug
|
2019-02-21 16:51:18 +01:00 |
|
Meritoo
|
aa93cd8e25
|
Tests > Regex > remove unnecessary @throws tags
|
2019-02-21 16:50:20 +01:00 |
|
Meritoo
|
ec5129ad6b
|
Tests > Date > more test cases
|
2018-11-09 23:39:01 +01:00 |
|
Meritoo
|
8e9dcb3206
|
Reflection > setPropertiesValues() method > sets values of properties in given object
|
2018-11-03 08:53:01 +01:00 |
|
Meritoo
|
06fbf63e09
|
Tests > refactoring
|
2018-11-03 08:50:12 +01:00 |
|
Meritoo
|
4e600ec599
|
Utilities > Reflection > setPropertyValue() method > fix description and test
|
2018-11-03 08:16:49 +01:00 |
|
Meritoo
|
26b136d676
|
Tests > increase code coverage
|
2018-09-20 17:30:07 +02:00 |
|
Meritoo
|
75707a3f76
|
Utilities > Bootstrap4CssSelector > useful methods related to CSS selectors and the Bootstrap4 (front-end component library)
|
2018-08-07 23:31:50 +02:00 |
|
Meritoo
|
8ecbefbba6
|
Utilities > CssSelector > useful methods related to CSS selectors
|
2018-08-07 23:31:30 +02:00 |
|
Meritoo
|
e850375c19
|
Tests > refactoring & minor improvements
|
2018-08-06 21:43:57 +02:00 |
|
Meritoo
|
535ae65e5e
|
Utilities > Reflection > setPropertyValue() method > sets value of given property
|
2018-07-29 16:00:13 +02:00 |
|
Meritoo
|
834b24f348
|
Exceptions > create instance of exception using static "create()" method (instead of constructor)
|
2018-07-02 08:54:24 +02:00 |
|