xevolic
d392b20570
Merge pull request #1 from meritoo/master
...
[UW-2934] Merge official version 1.1.x
2023-03-09 12:52:26 +01:00
Meritoo
bbc5f6a43d
Bump PHP version to 7.4 (from 7.2)
2022-09-10 13:02:02 +02:00
Meritoo
41ef088ffe
Upgrade all dev packages (to the latest, stable versions for PHP 7.4)
2022-09-10 13:01:10 +02:00
Meritoo
c6efc30872
Fix "Array and string offset access syntax with curly braces is deprecated" error while running tests (using PHP 7.4)
2021-02-26 15:09:02 +01:00
Meritoo
15824d3f77
composer > squizlabs/php_codesniffer package > use ^3.4 (instead of ^2.9)
2019-06-02 18:23:12 +02:00
Meritoo
8b5cbd6f2e
Composer.json > update PHP version constraints
2019-04-19 22:07:25 +02:00
Meritoo
da9ae20a33
Implement Psalm ( https://github.com/vimeo/psalm )
2019-04-03 19:47:08 +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
cecaa65ef6
Implement Mutation Testing Framework (infection/infection package)
2019-04-03 12:30:37 +02:00
Meritoo
312e721dc3
Phing > remove old and unused tools
2019-04-03 11:18:11 +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
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
Krzysztof Nizioł
df36e050e7
Merge branch 'master' of github.com:meritoo/common-library
2019-03-05 10:21:44 +01:00
Meritoo
5ebde80646
Tests > use "Meritoo\Test\Common" namespace (instead of "Meritoo\Common\Test")
2019-03-04 19:35:42 +01:00
Krzysztof Nizioł
ddd558a7d4
Merge remote-tracking branch 'meritoo/master'
2019-02-23 13:29:37 +01:00
Meritoo
651c4f2259
Minor refactoring
2019-02-21 23:09:42 +01:00
Krzysztof Nizioł
e31af27c01
Merge branch 'master' of github.com:meritoo/common-library
...
# Conflicts:
# README.md
2018-09-06 22:01:00 +02:00
Meritoo
e850375c19
Tests > refactoring & minor improvements
2018-08-06 21:43:57 +02:00
Meritoo
cc30ad8d9e
Move version of this package to "VERSION" file (from "composer.json" file)
2018-07-02 20:19:29 +02:00
Meritoo
8441c82356
TravisCI > run using PHP 7.2 too
2018-07-02 09:53:16 +02:00
Meritoo
72fd87e165
Composer > support/require PHP 5.6+ (instead of 5.5.9+)
2018-07-02 08:12:26 +02:00
Meritoo
1431fd9935
Composer > require ext-pcre
2018-07-01 17:37:51 +02:00
Meritoo
5c9436e4e2
Collection > add() method > treat empty string as not provided index (same as null)
2018-06-22 08:10:06 +02:00
Meritoo
43945a8721
Composer > do not require symfony/http-foundation package
...
Miscellaneous > remove getCurlResponseWithHeaders() method
2018-06-15 22:54:00 +02:00
Meritoo
c351ce887a
Tests > implement PHPUnit (instead of Codeception)
2018-06-07 20:51:55 +02:00
Meritoo
233473d915
Tests > implement Codeception (instead of PHPUnit)
2018-05-28 17:53:25 +02:00
Meritoo
78480ac853
.gitignore - ignore .env
2017-12-02 12:53:32 +01:00
Krzysztof Niziol
3bcda8e906
composer.json - update name of this package (name of vendor, actually)
2017-11-08 14:52:19 +01:00
Krzysztof Niziol
afbbdfe437
composer.json - update name of this package
2017-11-07 15:24:51 +01:00
Meritoo
edc51aeee1
DatePeriod - change namespace (Meritoo\Common\Utilities -> Meritoo\Common\Type) & extend BaseType
2017-11-03 20:21:08 +01:00
Meritoo
6f441bb9ea
Tests - BaseTestCaseTest - fix bug while there is a difference (split second)
2017-11-02 13:58:24 +01:00
Meritoo
73030d703b
composer.json - bump version
2017-11-02 12:25:39 +01:00
Meritoo
325fe6b141
Support PHP 5.5.9+
2017-10-31 20:28:55 +01:00
Meritoo
a1c26b3812
Phing - tests - phpcodesniffer task - fix "This task requires the PHP_CodeSniffer package installed and available on the include path" bug
...
Details: https://github.com/phingofficial/phing/issues/716
2017-10-26 20:04:05 +02:00
Meritoo
9368616dfe
composer.json - update versions of the "dev" packages
2017-10-22 20:09:02 +02:00
Meritoo
71e1eeb81b
Start names of special directories with dot
...
BaseTestCase - add setter for path of directory with data used by test cases
2017-10-17 20:49:13 +02:00
Meritoo
4683970c87
composer.json - update versions of the "dev" packages & sort them
2017-10-02 14:06:57 +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
Meritoo
45493b37b0
Remove composer.lock
2017-09-27 21:51:48 +02:00
Meritoo
f9c480aa19
Reflection - getPropertyValue() method - verify if getter is accessible publicly
2017-09-27 17:00:25 +02:00
Meritoo
633696ebc0
Reflection - getProperties() method - allow to include properties of parent classes
2017-09-21 22:38:50 +02:00
Meritoo
318a635ffd
BaseTestCase - assertHasNoConstructor() method - asserts that class with given namespace has no constructor
2017-09-21 16:47:41 +02:00
Meritoo
2c76158093
Readme - fix displaying 1st block of code
2017-09-20 16:19:36 +02:00
Meritoo
0b560fdf18
Exception - 3 exceptions related to file path & content
2017-09-20 13:50:18 +02:00
Meritoo
921d4e6106
composer.json - update versions of the "dev" packages
2017-09-20 09:29:19 +02:00
Meritoo
e1fefcdeae
Readme - move badges below description & update description
2017-09-19 20:10:27 +02:00
Meritoo
94a464cb4d
Readme - TravisCI badge - do not support PHP 7.2, because friendsofphp/php-cs-fixer package can be run using PHP lower than 7.2 only
...
Details:
$ composer install
Your requirements could not be resolved to an installable set of packages
friendsofphp/php-cs-fixer v2.3.2 requires php ^5.6 || >=7.0 <7.2 -> your PHP version (7.3.0-dev) does not satisfy that requirement
2017-09-19 18:09:13 +02:00
Meritoo
89af7145f6
Readme - TravisCI badge - fix bug related to PHP 5.6 while running PHPUnit
...
Bug:
PHP Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR) in tests/Meritoo/Common/Test/Utilities/DateTest.php
2017-09-19 17:53:07 +02:00