mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 09:31:51 +01:00
Compare commits
52 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eade6a25ad | ||
|
|
9f6af6b6a4 | ||
|
|
a021870ebd | ||
|
|
d88ead92fe | ||
|
|
5ebde80646 | ||
|
|
fe40d9caee | ||
|
|
ba6c185ed9 | ||
|
|
c175fcd126 | ||
|
|
2247000a8a | ||
|
|
924e492e11 | ||
|
|
ede9a182b4 | ||
|
|
fad0aa607a | ||
|
|
3a38c09ce2 | ||
|
|
07a04d86f0 | ||
|
|
0c7e27b884 | ||
|
|
421d336498 | ||
|
|
292c5e6d4f | ||
|
|
79c09a26a6 | ||
|
|
d46548d102 | ||
|
|
651c4f2259 | ||
|
|
8c3c85608a | ||
|
|
22c96f0a18 | ||
|
|
aa93cd8e25 | ||
|
|
4391baed3d | ||
|
|
b879dbd803 | ||
|
|
7233fdac52 | ||
|
|
ec5129ad6b | ||
|
|
39ede292d6 | ||
|
|
8e9dcb3206 | ||
|
|
06fbf63e09 | ||
|
|
4e600ec599 | ||
|
|
b4ccbbac11 | ||
|
|
c82f53219e | ||
|
|
c8fc0b14ff | ||
|
|
3c3d1b997e | ||
|
|
61209e3f67 | ||
|
|
822dbf6830 | ||
|
|
870bfe48a2 | ||
|
|
ff416fda69 | ||
|
|
61676a445e | ||
|
|
1f5106bcf0 | ||
|
|
971224b2e6 | ||
|
|
7e4b14a92f | ||
|
|
38c68b0952 | ||
|
|
ca9c3bd8f1 | ||
|
|
97c6112919 | ||
|
|
26b136d676 | ||
|
|
4db631223f | ||
|
|
5d6b559108 | ||
|
|
575bb344cd | ||
|
|
35b70f53e7 | ||
|
|
51ff110101 |
48
.gitignore
vendored
48
.gitignore
vendored
@@ -1,5 +1,5 @@
|
|||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Environment-related parameters
|
### Environment-related parameters
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
.env
|
.env
|
||||||
|
|
||||||
@@ -51,42 +51,15 @@
|
|||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
### Compiled source
|
### JetBrains template
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
*.com
|
|
||||||
*.class
|
|
||||||
*.dll
|
|
||||||
*.exe
|
|
||||||
*.o
|
|
||||||
*.so
|
|
||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
### Shell scripts
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
/*.sh
|
|
||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
### JetBrains
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
/.idea
|
/.idea
|
||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
### NetBeans template
|
### macOS template
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
nbproject/private/
|
|
||||||
nbbuild/
|
|
||||||
dist/
|
|
||||||
nbdist/
|
|
||||||
nbactions.xml
|
|
||||||
.nb-gradle/
|
|
||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
### OSX template
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
# General
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.AppleDouble
|
.AppleDouble
|
||||||
.LSOverride
|
.LSOverride
|
||||||
@@ -104,6 +77,7 @@ Icon
|
|||||||
.TemporaryItems
|
.TemporaryItems
|
||||||
.Trashes
|
.Trashes
|
||||||
.VolumeIcon.icns
|
.VolumeIcon.icns
|
||||||
|
.com.apple.timemachine.donotpresent
|
||||||
|
|
||||||
# Directories potentially created on remote AFP share
|
# Directories potentially created on remote AFP share
|
||||||
.AppleDB
|
.AppleDB
|
||||||
@@ -127,16 +101,23 @@ Temporary Items
|
|||||||
# Linux trash folder which might appear on any partition or disk
|
# Linux trash folder which might appear on any partition or disk
|
||||||
.Trash-*
|
.Trash-*
|
||||||
|
|
||||||
|
# .nfs files are created when an open file is removed but is still being accessed
|
||||||
|
.nfs*
|
||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
### Windows template
|
### Windows template
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Windows image file caches
|
# Windows thumbnail cache files
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
ehthumbs.db
|
ehthumbs.db
|
||||||
|
ehthumbs_vista.db
|
||||||
|
|
||||||
|
# Dump file
|
||||||
|
*.stackdump
|
||||||
|
|
||||||
# Folder config file
|
# Folder config file
|
||||||
Desktop.ini
|
[Dd]esktop.ini
|
||||||
|
|
||||||
# Recycle Bin used on file shares
|
# Recycle Bin used on file shares
|
||||||
$RECYCLE.BIN/
|
$RECYCLE.BIN/
|
||||||
@@ -144,6 +125,7 @@ $RECYCLE.BIN/
|
|||||||
# Windows Installer files
|
# Windows Installer files
|
||||||
*.cab
|
*.cab
|
||||||
*.msi
|
*.msi
|
||||||
|
*.msix
|
||||||
*.msm
|
*.msm
|
||||||
*.msp
|
*.msp
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ before_install:
|
|||||||
- composer global require hirak/prestissimo
|
- composer global require hirak/prestissimo
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- travis_wait 30 composer install
|
- travis_wait 30 composer install -v
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- php ./vendor/bin/phpunit
|
- php ./vendor/bin/phpunit
|
||||||
|
|||||||
30
CHANGELOG.md
30
CHANGELOG.md
@@ -2,6 +2,36 @@
|
|||||||
|
|
||||||
Common and useful classes, methods, exceptions etc.
|
Common and useful classes, methods, exceptions etc.
|
||||||
|
|
||||||
|
# 0.1.7
|
||||||
|
|
||||||
|
1. Collection > create trait (to make it more flexible)
|
||||||
|
|
||||||
|
# 0.1.6
|
||||||
|
|
||||||
|
1. Arrays > refactoring & more tests
|
||||||
|
2. ValueObject > Human > represents a human
|
||||||
|
3. Tests > use `Meritoo\Test\Common` namespace (instead of `Meritoo\Common\Test`)
|
||||||
|
4. Tests > use @dataProvider
|
||||||
|
|
||||||
|
# 0.1.5
|
||||||
|
|
||||||
|
1. Tests > Date > one more test case
|
||||||
|
2. Phing > update configuration
|
||||||
|
3. Miscellaneous > variableDump() method > remove, because unnecessary
|
||||||
|
4. Regex > createSlug() method > returns slug for given value
|
||||||
|
5. Arrays > getNonEmptyValues() method > returns non-empty values, e.g. without "" (empty string), null or []
|
||||||
|
6. Arrays > getNonEmptyValuesAsString() method > returns non-empty values concatenated by given separator
|
||||||
|
7. ValueObject > Company > represents a company
|
||||||
|
8. ValueObject > BankAccount > represents bank account
|
||||||
|
9. ValueObject > Address > represents address of company, institution, user etc.
|
||||||
|
|
||||||
|
# 0.1.4
|
||||||
|
|
||||||
|
1. Phing > update configuration
|
||||||
|
2. Utilities > Date > update descriptions of methods
|
||||||
|
3. Docker > docker-compose.yml > add "phpunit" service > used to run PHPUnit's tests
|
||||||
|
4. Reflection > setPropertiesValues() method > sets values of properties in given object
|
||||||
|
|
||||||
# 0.1.3
|
# 0.1.3
|
||||||
|
|
||||||
1. Tests > refactoring & minor improvements
|
1. Tests > refactoring & minor improvements
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Common and useful classes, methods, exceptions etc.
|
Common and useful classes, methods, exceptions etc.
|
||||||
|
|
||||||
[](https://travis-ci.org/meritoo/common-library) [](https://packagist.org/packages/meritoo/common-library) [](https://github.com/meritoo/common-library) [](https://github.com/meritoo/common-library) [](https://coveralls.io/github/meritoo/common-library?branch=master)
|
[](https://img.shields.io/badge/php-%3E%3D5.6-blue.svg) [](https://travis-ci.org/meritoo/common-library) [](https://packagist.org/packages/meritoo/common-library) [](https://github.com/meritoo/common-library) [](https://github.com/meritoo/common-library) [](https://coveralls.io/github/meritoo/common-library?branch=master)
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
@@ -20,6 +20,8 @@ composer require meritoo/common-library
|
|||||||
2. [Collection of elements](docs/Collection-of-elements.md)
|
2. [Collection of elements](docs/Collection-of-elements.md)
|
||||||
3. [Exceptions](docs/Static-methods.md)
|
3. [Exceptions](docs/Static-methods.md)
|
||||||
4. [Static methods](docs/Static-methods.md)
|
4. [Static methods](docs/Static-methods.md)
|
||||||
|
1. [Arrays](docs/Static-methods/Arrays.md)
|
||||||
|
2. [Regex](docs/Static-methods/Regex.md)
|
||||||
5. [Value Objects](docs/Value-Objects.md)
|
5. [Value Objects](docs/Value-Objects.md)
|
||||||
|
|
||||||
# Development
|
# Development
|
||||||
|
|||||||
38
build.xml
38
build.xml
@@ -1,46 +1,30 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<project name="Meritoo Package" basedir="." default="build:main" phingVersion="2.14.0">
|
<project name="Meritoo Package" basedir="." default="build:main" phingVersion="2.14.0">
|
||||||
<!-- Properties -->
|
<!-- Properties -->
|
||||||
<if>
|
<if>
|
||||||
<available file="phing/properties" property="custom.properties.available"/>
|
<available file="${project.basedir}/phing/properties" property="custom.properties.available"/>
|
||||||
<then>
|
<then>
|
||||||
<property file="phing/properties"/>
|
<property file="${project.basedir}/phing/properties"/>
|
||||||
</then>
|
</then>
|
||||||
<else>
|
<else>
|
||||||
<property file="phing/properties.dist"/>
|
<property file="${project.basedir}/phing/properties.dist"/>
|
||||||
</else>
|
</else>
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
<!-- Default / main target -->
|
<!-- Default / main target -->
|
||||||
<target name="build:main"
|
<target name="build:main"
|
||||||
depends="build:app, build:tests"
|
depends="build:app,
|
||||||
description="Builds everything and runs all tests" />
|
build:tests"
|
||||||
|
/>
|
||||||
|
|
||||||
<!-- Build app -->
|
<!-- Build app -->
|
||||||
<target name="build:app" description="Prepares app to build and tests">
|
<target name="build:app">
|
||||||
<phing phingfile="phing/app.xml" haltonfailure="true"/>
|
<phing phingfile="${project.basedir}/phing/app.xml" haltonfailure="true"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- Build tests -->
|
<!-- Build tests -->
|
||||||
<target name="build:tests" description="Runs all tests, checks and creates docs">
|
<target name="build:tests">
|
||||||
<phing phingfile="phing/tests.xml" haltonfailure="true"/>
|
<phing phingfile="${project.basedir}/phing/tests.xml" haltonfailure="true"/>
|
||||||
|
|
||||||
<!--
|
|
||||||
Conditional running of tests.
|
|
||||||
Disabled, because not required.
|
|
||||||
|
|
||||||
Meritoo <github@meritoo.pl>
|
|
||||||
2017-02-22
|
|
||||||
|
|
||||||
<if>
|
|
||||||
<equals arg1="${env}" arg2="test" />
|
|
||||||
<then>
|
|
||||||
<phing phingfile="phing/tests.xml" haltonfailure="true" />
|
|
||||||
</then>
|
|
||||||
<else>
|
|
||||||
<echo message="[Skipped] Running tests, checks and creating docs, because it's a not 'test' environment..." />
|
|
||||||
</else>
|
|
||||||
</if>
|
|
||||||
-->
|
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@@ -10,6 +10,10 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
|
"ext-dom": "*",
|
||||||
|
"ext-fileinfo": "*",
|
||||||
|
"ext-json": "*",
|
||||||
|
"ext-simplexml": "*",
|
||||||
"php": ">=5.6",
|
"php": ">=5.6",
|
||||||
"ext-intl": "*",
|
"ext-intl": "*",
|
||||||
"ext-pcre": "*",
|
"ext-pcre": "*",
|
||||||
@@ -32,7 +36,7 @@
|
|||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Meritoo\\Common\\Test\\": "tests/"
|
"Meritoo\\Test\\Common\\": "tests/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
#
|
||||||
|
# Required to run project
|
||||||
|
#
|
||||||
php:
|
php:
|
||||||
image: ${DOCKER_CONTAINER_OWNER}/${DOCKER_CONTAINER_PROJECT}-php
|
image: ${DOCKER_CONTAINER_OWNER}/${DOCKER_CONTAINER_PROJECT}-php
|
||||||
container_name: ${DOCKER_CONTAINER_OWNER}-${DOCKER_CONTAINER_PROJECT}-php
|
container_name: ${DOCKER_CONTAINER_OWNER}-${DOCKER_CONTAINER_PROJECT}-php
|
||||||
@@ -9,12 +12,22 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ./docker/config
|
context: ./docker/config
|
||||||
args:
|
args:
|
||||||
- TIMEZONE=${TIMEZONE}
|
- TIMEZONE=${TIMEZONE}
|
||||||
volumes:
|
volumes:
|
||||||
- .:/project:cached
|
- .:/project:cached
|
||||||
composer:
|
composer:
|
||||||
image: ${DOCKER_CONTAINER_OWNER}/${DOCKER_CONTAINER_PROJECT}-php
|
image: ${DOCKER_CONTAINER_OWNER}/${DOCKER_CONTAINER_PROJECT}-php
|
||||||
container_name: ${DOCKER_CONTAINER_OWNER}-${DOCKER_CONTAINER_PROJECT}-composer
|
container_name: ${DOCKER_CONTAINER_OWNER}-${DOCKER_CONTAINER_PROJECT}-composer
|
||||||
entrypoint: composer
|
entrypoint: php -d memory_limit=-1 /usr/local/bin/composer
|
||||||
volumes:
|
volumes:
|
||||||
- .:/project:cached
|
- .:/project:cached
|
||||||
|
#
|
||||||
|
# Required to run PHPUnit's tests
|
||||||
|
#
|
||||||
|
phpunit:
|
||||||
|
image: ${DOCKER_CONTAINER_OWNER}/${DOCKER_CONTAINER_PROJECT}-php
|
||||||
|
container_name: ${DOCKER_CONTAINER_OWNER}-${DOCKER_CONTAINER_PROJECT}-phpunit
|
||||||
|
entrypoint: ./vendor/bin/phpunit
|
||||||
|
command: --version
|
||||||
|
volumes:
|
||||||
|
- .:/project:cached
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ ENV COMPOSER_ALLOW_SUPERUSER 1
|
|||||||
#
|
#
|
||||||
RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \
|
RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \
|
||||||
&& php -r "if (hash_file('SHA384', 'composer-setup.php') === \
|
&& php -r "if (hash_file('SHA384', 'composer-setup.php') === \
|
||||||
'544e09ee996cdf60ece3804abc52599c22b1f40f4323403c44d44fdfdd586475ca9813a858088ffbc1f233e9b180f061') { echo \
|
'93b54496392c062774670ac18b134c3b3a95e5a5e5c8f1a9f115f203b75bf9a129d5daa8ba6a13e2cc8a1da0806388a8') { echo \
|
||||||
'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" \
|
'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" \
|
||||||
&& php composer-setup.php --install-dir=/usr/local/bin --filename=composer \
|
&& php composer-setup.php --install-dir=/usr/local/bin --filename=composer \
|
||||||
&& php -r "unlink('composer-setup.php');" \
|
&& php -r "unlink('composer-setup.php');" \
|
||||||
|
|||||||
@@ -48,6 +48,8 @@ class MimeTypesTest extends BaseTestCase
|
|||||||
2. [Collection of elements](Collection-of-elements.md)
|
2. [Collection of elements](Collection-of-elements.md)
|
||||||
3. [Exceptions](Exceptions.md)
|
3. [Exceptions](Exceptions.md)
|
||||||
4. [Static methods](Static-methods.md)
|
4. [Static methods](Static-methods.md)
|
||||||
|
1. [Arrays](Static-methods/Arrays.md)
|
||||||
|
2. [Regex](Static-methods/Regex.md)
|
||||||
5. [Value Objects](Value-Objects.md)
|
5. [Value Objects](Value-Objects.md)
|
||||||
|
|
||||||
[‹ Back to `Readme`](../README.md)
|
[‹ Back to `Readme`](../README.md)
|
||||||
|
|||||||
@@ -46,6 +46,8 @@ var_dump($simpleCollection->has('dolor')); // bool(true)
|
|||||||
2. [**Collection of elements**](Collection-of-elements.md)
|
2. [**Collection of elements**](Collection-of-elements.md)
|
||||||
3. [Exceptions](Exceptions.md)
|
3. [Exceptions](Exceptions.md)
|
||||||
4. [Static methods](Static-methods.md)
|
4. [Static methods](Static-methods.md)
|
||||||
|
1. [Arrays](Static-methods/Arrays.md)
|
||||||
|
2. [Regex](Static-methods/Regex.md)
|
||||||
5. [Value Objects](Value-Objects.md)
|
5. [Value Objects](Value-Objects.md)
|
||||||
|
|
||||||
[‹ Back to `Readme`](../README.md)
|
[‹ Back to `Readme`](../README.md)
|
||||||
|
|||||||
@@ -15,11 +15,11 @@ Development-related information
|
|||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Install packages by running command:
|
2. Rebuild project by running command (installs packages, prepares required directories and runs tests):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose run composer install
|
docker-compose exec php phing
|
||||||
```
|
```
|
||||||
|
|
||||||
> [What is Docker?](https://www.docker.com/what-docker)
|
> [What is Docker?](https://www.docker.com/what-docker)
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ Development-related information
|
|||||||
Available as `composer` service. You can run any Composer's command using the `composer` service:
|
Available as `composer` service. You can run any Composer's command using the `composer` service:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose run composer <command>
|
docker-compose run --rm composer [command]
|
||||||
```
|
```
|
||||||
|
|
||||||
Examples below.
|
Examples below.
|
||||||
@@ -36,25 +36,25 @@ Examples below.
|
|||||||
##### Install packages
|
##### Install packages
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose run composer install
|
docker-compose run --rm composer install
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Update packages
|
##### Update packages
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose run composer update
|
docker-compose run --rm composer update
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Add package
|
##### Add package
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose run composer require <vendor>/<package>
|
docker-compose run --rm composer require [vendor]/[package]
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Remove package
|
##### Remove package
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose run composer remove <vendor>/<package>
|
docker-compose run --rm composer remove [vendor]/[package]
|
||||||
```
|
```
|
||||||
|
|
||||||
# Coding Standards Fixer
|
# Coding Standards Fixer
|
||||||
@@ -65,6 +65,12 @@ Fix coding standard by running command:
|
|||||||
docker-compose exec php php-cs-fixer fix
|
docker-compose exec php php-cs-fixer fix
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker-compose exec php phing -f phing/tests.xml build:fix-coding-standards
|
||||||
|
```
|
||||||
|
|
||||||
Omit cache and run the Fixer from scratch by running command:
|
Omit cache and run the Fixer from scratch by running command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -77,37 +83,35 @@ docker-compose exec php rm .php_cs.cache && docker-compose exec php php-cs-fixer
|
|||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
Install required packages by running command: `docker-compose run composer install`.
|
Install required packages by running command: `docker-compose run --rm composer install`.
|
||||||
|
|
||||||
### Running tests
|
### Running [PHPUnit](https://phpunit.de) tests
|
||||||
|
|
||||||
#### Simply & quick, without code coverage
|
##### Easy (with code coverage)
|
||||||
|
|
||||||
Tests are running using Docker and `php` service defined in `docker-compose.yml`. Example:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose exec php phpunit --no-coverage
|
docker-compose run --rm phpunit --verbose
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also run them in container. In this case you have to run 2 commands:
|
or
|
||||||
1. Enter container:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
docker-compose exec php bash
|
|
||||||
```
|
|
||||||
|
|
||||||
2. Run tests:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
phpunit --no-coverage
|
|
||||||
```
|
|
||||||
|
|
||||||
#### With code coverage
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose exec php phpunit
|
docker-compose exec php phing -f phing/tests.xml test:phpunit
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##### Quick (without code coverage)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker-compose run --rm phpunit --verbose --no-coverage
|
||||||
|
```
|
||||||
|
|
||||||
|
# Versions of packages
|
||||||
|
|
||||||
|
### squizlabs/php_codesniffer
|
||||||
|
|
||||||
|
I have to use [squizlabs/php_codesniffer](https://packagist.org/packages/squizlabs/php_codesniffer) `^2.9` instead of
|
||||||
|
`^3.3`, because [Phing doesn't support 3.x PHP_CodeSniffer](https://github.com/phingofficial/phing/issues/716).
|
||||||
|
|
||||||
# Other
|
# Other
|
||||||
|
|
||||||
Rebuild project and run tests by running command:
|
Rebuild project and run tests by running command:
|
||||||
|
|||||||
@@ -57,6 +57,8 @@ class UnknownSimpleTypeException extends UnknownTypeException
|
|||||||
2. [Collection of elements](Collection-of-elements.md)
|
2. [Collection of elements](Collection-of-elements.md)
|
||||||
3. [**Exceptions**](Exceptions.md)
|
3. [**Exceptions**](Exceptions.md)
|
||||||
4. [Static methods](Static-methods.md)
|
4. [Static methods](Static-methods.md)
|
||||||
|
1. [Arrays](Static-methods/Arrays.md)
|
||||||
|
2. [Regex](Static-methods/Regex.md)
|
||||||
5. [Value Objects](Value-Objects.md)
|
5. [Value Objects](Value-Objects.md)
|
||||||
|
|
||||||
[‹ Back to `Readme`](../README.md)
|
[‹ Back to `Readme`](../README.md)
|
||||||
|
|||||||
@@ -19,6 +19,8 @@ var_dump($firstElement); // string(5) "lorem"
|
|||||||
2. [Collection of elements](Collection-of-elements.md)
|
2. [Collection of elements](Collection-of-elements.md)
|
||||||
3. [Exceptions](Exceptions.md)
|
3. [Exceptions](Exceptions.md)
|
||||||
4. [**Static methods**](Static-methods.md)
|
4. [**Static methods**](Static-methods.md)
|
||||||
|
1. [Arrays](Static-methods/Arrays.md)
|
||||||
|
2. [Regex](Static-methods/Regex.md)
|
||||||
5. [Value Objects](Value-Objects.md)
|
5. [Value Objects](Value-Objects.md)
|
||||||
|
|
||||||
[‹ Back to `Readme`](../README.md)
|
[‹ Back to `Readme`](../README.md)
|
||||||
|
|||||||
78
docs/Static-methods/Arrays.md
Normal file
78
docs/Static-methods/Arrays.md
Normal file
@@ -0,0 +1,78 @@
|
|||||||
|
# Meritoo Common Library
|
||||||
|
|
||||||
|
Common and useful classes, methods, exceptions etc.
|
||||||
|
|
||||||
|
# Arrays
|
||||||
|
|
||||||
|
> Useful methods related to arrays
|
||||||
|
|
||||||
|
Class: `Meritoo\Common\Utilities\Arrays`
|
||||||
|
File: `src/Utilities/Arrays.php`
|
||||||
|
|
||||||
|
### getNonEmptyValues(array $values)
|
||||||
|
|
||||||
|
> Returns non-empty values, e.g. without "" (empty string), null or []
|
||||||
|
|
||||||
|
##### Arguments
|
||||||
|
|
||||||
|
- `array $values` - The values to filter
|
||||||
|
|
||||||
|
##### Example 1
|
||||||
|
|
||||||
|
- values: `[]` (no values)
|
||||||
|
- result: `[]` (an empty array)
|
||||||
|
|
||||||
|
##### Example 2
|
||||||
|
|
||||||
|
- values: `[null, ""]` (all empty values)
|
||||||
|
- result: `[]` (an empty array)
|
||||||
|
|
||||||
|
##### Example 3
|
||||||
|
|
||||||
|
- values: `["test 1", "", 123, null, 0]`
|
||||||
|
- result: `["test 1", 123, 0]`
|
||||||
|
|
||||||
|
### getNonEmptyValuesAsString(array $values, $separator = ', ')
|
||||||
|
|
||||||
|
> Returns non-empty values concatenated by given separator
|
||||||
|
|
||||||
|
##### Arguments
|
||||||
|
|
||||||
|
- `array $values` - The values to filter
|
||||||
|
- `[string $separator]` - (optional) Separator used to implode the values. Default: ", ".
|
||||||
|
|
||||||
|
##### Example 1
|
||||||
|
|
||||||
|
- values: `[]` (no values)
|
||||||
|
- separator: default or any other string
|
||||||
|
- result: `""` (an empty string)
|
||||||
|
|
||||||
|
##### Example 2
|
||||||
|
|
||||||
|
- values: `[null, ""]` (all empty values)
|
||||||
|
- separator: default or any other string
|
||||||
|
- result: `""` (an empty string)
|
||||||
|
|
||||||
|
##### Example 3
|
||||||
|
|
||||||
|
- values: `["test 1", "", 123, null, 0]`
|
||||||
|
- separator: `", "` (default)
|
||||||
|
- result: `"test 1, 123, 0"`
|
||||||
|
|
||||||
|
##### Example 4
|
||||||
|
|
||||||
|
- values: `["test 1", "", 123, null, 0]`
|
||||||
|
- separator: `" | "`
|
||||||
|
- result: `"test 1 | 123 | 0"`
|
||||||
|
|
||||||
|
# More
|
||||||
|
|
||||||
|
1. [Base test case (with common methods and data providers)](../Base-test-case.md)
|
||||||
|
2. [Collection of elements](../Collection-of-elements.md)
|
||||||
|
3. [Exceptions](../Exceptions.md)
|
||||||
|
4. [Static methods](../Static-methods.md)
|
||||||
|
1. [**Arrays**](Arrays.md)
|
||||||
|
2. [Regex](Regex.md)
|
||||||
|
5. [Value Objects](../Value-Objects.md)
|
||||||
|
|
||||||
|
[‹ Back to `Readme`](../../README.md)
|
||||||
45
docs/Static-methods/Regex.md
Normal file
45
docs/Static-methods/Regex.md
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
# Meritoo Common Library
|
||||||
|
|
||||||
|
Common and useful classes, methods, exceptions etc.
|
||||||
|
|
||||||
|
# Regex
|
||||||
|
|
||||||
|
> Useful methods related to regular expressions
|
||||||
|
|
||||||
|
Class: `Meritoo\Common\Utilities\Regex`
|
||||||
|
File: `src/Utilities/Regex.php`
|
||||||
|
|
||||||
|
### createSlug($value)
|
||||||
|
|
||||||
|
> Returns slug for given value
|
||||||
|
|
||||||
|
##### Arguments
|
||||||
|
|
||||||
|
- `string $value` - Value that should be transformed to slug
|
||||||
|
|
||||||
|
##### Example 1
|
||||||
|
|
||||||
|
- value: non-scalar or `null`
|
||||||
|
- result: `false`
|
||||||
|
|
||||||
|
##### Example 2
|
||||||
|
|
||||||
|
- value: `""` (an empty string)
|
||||||
|
- result: `""` (an empty string)
|
||||||
|
|
||||||
|
##### Example 3
|
||||||
|
|
||||||
|
- value: `"Lorem ipsum. Dolor sit 12.34 amet."`
|
||||||
|
- result: `"lorem-ipsum-dolor-sit-1234-amet"`
|
||||||
|
|
||||||
|
# More
|
||||||
|
|
||||||
|
1. [Base test case (with common methods and data providers)](../Base-test-case.md)
|
||||||
|
2. [Collection of elements](../Collection-of-elements.md)
|
||||||
|
3. [Exceptions](../Exceptions.md)
|
||||||
|
4. [Static methods](../Static-methods.md)
|
||||||
|
1. [Arrays](../Static-methods/Arrays.md)
|
||||||
|
2. [**Regex**](Regex.md)
|
||||||
|
5. [Value Objects](../Value-Objects.md)
|
||||||
|
|
||||||
|
[‹ Back to `Readme`](../../README.md)
|
||||||
@@ -4,7 +4,178 @@ Common and useful classes, methods, exceptions etc.
|
|||||||
|
|
||||||
# Value Objects
|
# Value Objects
|
||||||
|
|
||||||
Located in `Meritoo\Common\ValueObject` namespace.
|
Located in `Meritoo\Common\ValueObject` namespace and in `src/ValueObject/` directory.
|
||||||
|
|
||||||
|
### Address
|
||||||
|
|
||||||
|
##### Namespace
|
||||||
|
|
||||||
|
`Meritoo\Common\ValueObject\Address`
|
||||||
|
|
||||||
|
##### Info
|
||||||
|
|
||||||
|
Represents address of company, institution, user etc. Contains properties:
|
||||||
|
1. `$street` - the street
|
||||||
|
2. `$buildingNumber` - the number of building
|
||||||
|
3. `$flatNumber` - the number of flat
|
||||||
|
4. `$zipCode` - the zip code
|
||||||
|
5. `$city` - the city, location
|
||||||
|
|
||||||
|
##### New instance
|
||||||
|
|
||||||
|
New instance can be created using constructor
|
||||||
|
|
||||||
|
```php
|
||||||
|
new Address('New York', '00123', '4th Avenue', '10', '200');
|
||||||
|
```
|
||||||
|
|
||||||
|
##### Methods
|
||||||
|
|
||||||
|
Has getters for each property, e.g. `getFlatNumber()` or `getZipCode()`, and 1 extra method:
|
||||||
|
|
||||||
|
```php
|
||||||
|
getFullStreet()
|
||||||
|
```
|
||||||
|
|
||||||
|
that returns name of street with related numbers (building & flat number).
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
```php
|
||||||
|
$address = new Address('New York', '00123', '4th Avenue', '10', '200');
|
||||||
|
$fullStreet = $address->getFullStreet(); // "4th Avenue 10/200"
|
||||||
|
```
|
||||||
|
|
||||||
|
##### Conversion to string (the `__toString()` method)
|
||||||
|
|
||||||
|
Instance of `Address` may be represented as string that contains all non-empty properties separated by `, `.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
```php
|
||||||
|
$address = new Address('New York', '00123', '4th Avenue', '10', '200');
|
||||||
|
$asString = (string)$address; // "4th Avenue 10/200, 00123, New York"
|
||||||
|
```
|
||||||
|
|
||||||
|
### BankAccount
|
||||||
|
|
||||||
|
##### Namespace
|
||||||
|
|
||||||
|
`Meritoo\Common\ValueObject\BankAccount`
|
||||||
|
|
||||||
|
##### Info
|
||||||
|
|
||||||
|
Represents bank account. Contains properties:
|
||||||
|
1. `$bankName` - name of bank
|
||||||
|
2. `$accountNumber` - number of bank's account
|
||||||
|
|
||||||
|
##### New instance
|
||||||
|
|
||||||
|
New instance can be created using constructor
|
||||||
|
|
||||||
|
```php
|
||||||
|
new BankAccount('Bank of America', '1234567890')
|
||||||
|
```
|
||||||
|
|
||||||
|
##### Methods
|
||||||
|
|
||||||
|
Has getters for each property `getBankName()` and `getAccountNumber()`.
|
||||||
|
|
||||||
|
##### Conversion to string (the `__toString()` method)
|
||||||
|
|
||||||
|
Instance of `BankAccount` may be represented as string that contains all non-empty properties separated by `, `.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
```php
|
||||||
|
$bank = new BankAccount('Bank of America', '1234567890');
|
||||||
|
$asString = (string)$bank; // "Bank of America, 1234567890"
|
||||||
|
```
|
||||||
|
|
||||||
|
### Company
|
||||||
|
|
||||||
|
##### Namespace
|
||||||
|
|
||||||
|
`Meritoo\Common\ValueObject\Company`
|
||||||
|
|
||||||
|
##### Info
|
||||||
|
|
||||||
|
Represents a company. Contains properties:
|
||||||
|
1. `$name` - name of company
|
||||||
|
2. `$address` - address of company
|
||||||
|
3. `$bankAccount` - bank account of company
|
||||||
|
|
||||||
|
##### New instance
|
||||||
|
|
||||||
|
New instance can be created using constructor:
|
||||||
|
|
||||||
|
```php
|
||||||
|
new Company(
|
||||||
|
'Test 1',
|
||||||
|
new Address('New York', '00123', '4th Avenue', '10', '200'),
|
||||||
|
new BankAccount('Bank 1', '12345')
|
||||||
|
);
|
||||||
|
```
|
||||||
|
|
||||||
|
##### Methods
|
||||||
|
|
||||||
|
Has getters for each property `getName()`, `getAddress()` and `getBankAccount()`.
|
||||||
|
|
||||||
|
##### Conversion to string (the `__toString()` method)
|
||||||
|
|
||||||
|
Instance of `Company` may be represented as string that contains all non-empty properties separated by `, `.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
```php
|
||||||
|
$company = new Company(
|
||||||
|
'Test 1',
|
||||||
|
new Address('New York', '00123', '4th Avenue', '10', '200'),
|
||||||
|
new BankAccount('Bank 1', '12345')
|
||||||
|
);
|
||||||
|
|
||||||
|
$asString = (string)$company; // "Test 1, 4th Avenue 10/200, 00123, New York, Bank 1, 12345"
|
||||||
|
```
|
||||||
|
|
||||||
|
### Human
|
||||||
|
|
||||||
|
##### Namespace
|
||||||
|
|
||||||
|
`Meritoo\Common\ValueObject\Human`
|
||||||
|
|
||||||
|
##### Info
|
||||||
|
|
||||||
|
Represents human. Based on `\Meritoo\Common\Traits\ValueObject\HumanTrait` trait. Contains properties same as `HumanTrait` trait:
|
||||||
|
1. `$firstName` - first name
|
||||||
|
2. `$lastName` - last name
|
||||||
|
3. `$email` - email address
|
||||||
|
4. `$birthDate` - birth date
|
||||||
|
|
||||||
|
##### New instance
|
||||||
|
|
||||||
|
New instance can be created using constructor:
|
||||||
|
|
||||||
|
```php
|
||||||
|
new Human('John', 'Scott', 'john@scott.com', new \DateTime('2001-01-01'));
|
||||||
|
```
|
||||||
|
|
||||||
|
##### Methods
|
||||||
|
|
||||||
|
Has getters for each property, e.g. `getFirstName()`, `getEmail()` etc.
|
||||||
|
|
||||||
|
##### Conversion to string (the `__toString()` method)
|
||||||
|
|
||||||
|
Instance of `Human` may be represented as string that contains first name, last name and email address (if provided).
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
```php
|
||||||
|
$human1 = new Human('John', 'Scott');
|
||||||
|
$asString1 = (string)$human1; // "John Scott"
|
||||||
|
|
||||||
|
$human2 = new Human('John', 'Scott', 'john@scott.com', new \DateTime('2001-01-01'));
|
||||||
|
$asString2 = (string)$human2; // "John Scott <john@scott.com>"
|
||||||
|
```
|
||||||
|
|
||||||
### Version
|
### Version
|
||||||
|
|
||||||
@@ -14,7 +185,7 @@ Located in `Meritoo\Common\ValueObject` namespace.
|
|||||||
|
|
||||||
##### Info
|
##### Info
|
||||||
|
|
||||||
Represents version of software. Contains 3 properties:
|
Represents version of software. Contains properties:
|
||||||
1. `$majorPart` - the "major" part of version
|
1. `$majorPart` - the "major" part of version
|
||||||
2. `$minorPart` - the "minor" part of version
|
2. `$minorPart` - the "minor" part of version
|
||||||
3. `$patchPart` - the "patch" part of version
|
3. `$patchPart` - the "patch" part of version
|
||||||
@@ -42,12 +213,25 @@ New instance can be created using:
|
|||||||
Version::fromString('1.0.2');
|
Version::fromString('1.0.2');
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##### Conversion to string (the `__toString()` method)
|
||||||
|
|
||||||
|
Instance of `Version` may be represented as string that contains all properties separated by `.` (`$majorPart`.`$minorPart`.`$patchPart`).
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
```php
|
||||||
|
$version = new Version(1, 0, 2);
|
||||||
|
$asString = (string)$version; // "1.0.2"
|
||||||
|
```
|
||||||
|
|
||||||
# More
|
# More
|
||||||
|
|
||||||
1. [Base test case (with common methods and data providers)](Base-test-case.md)
|
1. [Base test case (with common methods and data providers)](Base-test-case.md)
|
||||||
2. [Collection of elements](Collection-of-elements.md)
|
2. [Collection of elements](Collection-of-elements.md)
|
||||||
3. [Exceptions](Exceptions.md)
|
3. [Exceptions](Exceptions.md)
|
||||||
4. [Static methods](Static-methods.md)
|
4. [Static methods](Static-methods.md)
|
||||||
|
1. [Arrays](Static-methods/Arrays.md)
|
||||||
|
2. [Regex](Static-methods/Regex.md)
|
||||||
5. [**Value Objects**](Value-Objects.md)
|
5. [**Value Objects**](Value-Objects.md)
|
||||||
|
|
||||||
[‹ Back to `Readme`](../README.md)
|
[‹ Back to `Readme`](../README.md)
|
||||||
|
|||||||
190
phing/app.xml
190
phing/app.xml
@@ -1,98 +1,184 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project name="Meritoo Package" basedir="." default="build:main" phingVersion="2.14.0">
|
|
||||||
|
<project name="Meritoo Package" basedir="." default="build:main" phingVersion="2.16.0">
|
||||||
<!-- Properties -->
|
<!-- Properties -->
|
||||||
<if>
|
<if>
|
||||||
<available file="phing/properties" property="custom.properties.available"/>
|
<available file="${project.basedir}/phing/properties" property="custom.properties.available"/>
|
||||||
<then>
|
<then>
|
||||||
<property file="phing/properties"/>
|
<property file="${project.basedir}/phing/properties"/>
|
||||||
</then>
|
</then>
|
||||||
<else>
|
<else>
|
||||||
<property file="phing/properties.dist"/>
|
<property file="${project.basedir}/phing/properties.dist"/>
|
||||||
</else>
|
</else>
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
|
<!-- Filesets -->
|
||||||
|
<import file="${project.basedir}/phing/filesets.xml"/>
|
||||||
|
|
||||||
<!-- Default / main target -->
|
<!-- Default / main target -->
|
||||||
<target name="build:main"
|
<target name="build:main"
|
||||||
depends="build:app"
|
depends="build:app"
|
||||||
description="Builds the application" />
|
/>
|
||||||
|
|
||||||
<!-- App target -->
|
<!-- App target -->
|
||||||
<target name="build:app"
|
<target name="build:app"
|
||||||
depends="app:composer, app:vendors, app:checkout"
|
depends="app:clean,
|
||||||
description="Prepares app to build." />
|
app:composer:self-update,
|
||||||
|
app:composer:install,
|
||||||
<!-- Updates Composer and validates composer.* files -->
|
app:composer:validate,
|
||||||
<target name="app:composer" description="Updates Composer and validates composer.* files">
|
app:checkout"
|
||||||
<echo msg="Updating Composer and validating composer.* files..." />
|
/>
|
||||||
|
|
||||||
|
<!-- Updates Composer -->
|
||||||
|
<target name="app:composer:self-update">
|
||||||
<if>
|
<if>
|
||||||
<available file="composer.phar" />
|
<not>
|
||||||
|
<available file="${composer.path}" property="composer.local.unavailable"/>
|
||||||
|
</not>
|
||||||
<then>
|
<then>
|
||||||
<echo msg="[Skipped] Downloading of Composer skipped, because exist in the project..." />
|
|
||||||
</then>
|
|
||||||
<else>
|
|
||||||
<if>
|
<if>
|
||||||
<os family="windows" />
|
<os family="windows"/>
|
||||||
<then>
|
<then>
|
||||||
<fail message="Composer not found! Go to http://getcomposer.org/download and download the Composer." />
|
<fail message="Composer not found! Go to http://getcomposer.org/download and download the Composer."/>
|
||||||
</then>
|
</then>
|
||||||
<else>
|
<else>
|
||||||
<exec command="${composer.download_command}" checkreturn="true" />
|
<exec command="${composer.download_command}" checkreturn="true" passthru="true"/>
|
||||||
</else>
|
</else>
|
||||||
</if>
|
</if>
|
||||||
</else>
|
</then>
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
<!-- Update Composer -->
|
<!-- Update Composer -->
|
||||||
<composer command="selfupdate" />
|
<composer php="${composer.php}" composer="${composer.path}" command="selfupdate">
|
||||||
|
<arg value="--ansi"/>
|
||||||
<!-- Validate Composer -->
|
|
||||||
<composer command="validate">
|
|
||||||
<arg line="--no-check-all --strict" />
|
|
||||||
</composer>
|
</composer>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- Project Install/update vendors -->
|
<!-- Validates composer.* files -->
|
||||||
<target name="app:vendors" description="Installs / updates vendors">
|
<target name="app:composer:validate" depends="app:composer:install">
|
||||||
<echo msg="Installing / updating vendors..." />
|
<composer php="${composer.php}" composer="${composer.path}" command="validate">
|
||||||
|
<arg value="--no-check-all"/>
|
||||||
|
<arg value="--strict"/>
|
||||||
|
<arg value="--ansi"/>
|
||||||
|
</composer>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<!-- Project clean -->
|
||||||
|
<target name="app:clean">
|
||||||
<if>
|
<if>
|
||||||
<istrue value="${composer.self-update}"/>
|
<equals arg1="${env}" arg2="prod"/>
|
||||||
<then>
|
<then>
|
||||||
<composer php="${composer.php}" composer="${composer.path}" command="self-update"/>
|
<echo message="[Skipped] Cleaning project (and directories cleanup) -> 'prod' environment"/>
|
||||||
</then>
|
|
||||||
</if>
|
|
||||||
|
|
||||||
<if>
|
|
||||||
<istrue value="${composer.validate}"/>
|
|
||||||
<then>
|
|
||||||
<composer php="${composer.php}" composer="${composer.path}" command="validate"/>
|
|
||||||
</then>
|
|
||||||
</if>
|
|
||||||
|
|
||||||
<if>
|
|
||||||
<equals arg1="${env}" arg2="prod" />
|
|
||||||
<then>
|
|
||||||
<composer php="${composer.php}" composer="${composer.path}" command="install">
|
|
||||||
<arg value="--optimize-autoloader" />
|
|
||||||
<arg value="--prefer-dist" />
|
|
||||||
<arg value="--classmap-authoritative" />
|
|
||||||
</composer>
|
|
||||||
</then>
|
</then>
|
||||||
<else>
|
<else>
|
||||||
<composer php="${composer.php}" composer="${composer.path}" command="install" />
|
<foreach list="${directoriesToEmpty}" param="directory" target="app:clean:empty"/>
|
||||||
</else>
|
</else>
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
|
<foreach list="${directoriesToCheck}" param="directory" target="app:clean:check"/>
|
||||||
|
|
||||||
|
<touch file="${dir.cache}/.gitkeep"/>
|
||||||
|
<touch file="${dir.logs}/.gitkeep"/>
|
||||||
|
<touch file="${dir.sessions}/.gitkeep"/>
|
||||||
|
|
||||||
|
<foreach list="${directoriesToEmpty}" param="directory" target="app:permissions"/>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<!-- Cleaning directory (making empty) directory -->
|
||||||
|
<target name="app:clean:empty">
|
||||||
|
<if>
|
||||||
|
<available file="${directory}" type="dir" property="dir_is_available"/>
|
||||||
|
<then>
|
||||||
|
<delete includeemptydirs="true" dir="${directory}"/>
|
||||||
|
</then>
|
||||||
|
</if>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<!-- Checking if directory exists -->
|
||||||
|
<target name="app:clean:check">
|
||||||
|
<if>
|
||||||
|
<not>
|
||||||
|
<available file="${directory}" type="dir" property="dir_is_available"/>
|
||||||
|
</not>
|
||||||
|
<then>
|
||||||
|
<if>
|
||||||
|
<or>
|
||||||
|
<contains string="${directory}" substring="cache"/>
|
||||||
|
<contains string="${directory}" substring="logs"/>
|
||||||
|
<contains string="${directory}" substring="sessions"/>
|
||||||
|
</or>
|
||||||
|
<then>
|
||||||
|
<mkdir dir="${directory}" mode="0777"/>
|
||||||
|
</then>
|
||||||
|
<else>
|
||||||
|
<mkdir dir="${directory}" mode="0775"/>
|
||||||
|
</else>
|
||||||
|
</if>
|
||||||
|
</then>
|
||||||
|
</if>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<!-- Installs vendors -->
|
||||||
|
<target name="app:composer:install" depends="app:composer:self-update">
|
||||||
|
<composer php="${composer.php}" composer="${composer.path}" command="install">
|
||||||
|
<arg value="--optimize-autoloader"/>
|
||||||
|
<arg value="--ansi"/>
|
||||||
|
</composer>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<!-- Clearing cache -->
|
||||||
|
<target name="app:cache">
|
||||||
|
<if>
|
||||||
|
<istrue value="${cache.clearWithWarmup}"/>
|
||||||
|
<then>
|
||||||
|
<SymfonyConsole console="bin/console" command="cache:clear">
|
||||||
|
<arg name="env" value="${env}"/>
|
||||||
|
</SymfonyConsole>
|
||||||
|
</then>
|
||||||
|
<else>
|
||||||
|
<SymfonyConsole console="bin/console" command="cache:clear">
|
||||||
|
<arg name="env" value="${env}"/>
|
||||||
|
<arg name="no-warmup"/>
|
||||||
|
</SymfonyConsole>
|
||||||
|
</else>
|
||||||
|
</if>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<!-- Clearing cache (faster) -->
|
||||||
|
<target name="app:cache:faster">
|
||||||
|
<SymfonyConsole console="bin/console" command="cache:clear">
|
||||||
|
<arg name="env" value="${env}"/>
|
||||||
|
<arg name="no-optional-warmers"/>
|
||||||
|
</SymfonyConsole>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<!-- Warming up cache -->
|
||||||
|
<target name="app:cache:warmup">
|
||||||
|
<SymfonyConsole console="bin/console" command="cache:warmup">
|
||||||
|
<arg name="env" value="${env}"/>
|
||||||
|
</SymfonyConsole>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<!-- Setting permissions of given directory -->
|
||||||
|
<target name="app:permissions">
|
||||||
|
<if>
|
||||||
|
<not>
|
||||||
|
<os family="windows"/>
|
||||||
|
</not>
|
||||||
|
<then>
|
||||||
|
<exec command="chmod -R 777 ${directory}/*"/>
|
||||||
|
</then>
|
||||||
|
</if>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- Checkout and finalization -->
|
<!-- Checkout and finalization -->
|
||||||
<target name="app:checkout">
|
<target name="app:checkout">
|
||||||
<tstamp>
|
<tstamp>
|
||||||
<format property="date_end" pattern="%Y-%m-%d %H:%M" />
|
<format property="date_end" pattern="%Y-%m-%d %H:%M"/>
|
||||||
</tstamp>
|
</tstamp>
|
||||||
|
|
||||||
<echo msg="------------------------------------" />
|
<echo msg="------------------------------------"/>
|
||||||
<echo msg="Build finished at: ${date_end}" />
|
<echo msg="Build finished at: ${date_end}"/>
|
||||||
<echo msg="------------------------------------" />
|
<echo msg="------------------------------------"/>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
20
phing/composer-install.sh
Normal file
20
phing/composer-install.sh
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
EXPECTED_SIGNATURE="$(curl -L https://composer.github.io/installer.sig)"
|
||||||
|
# Original line (with wget):
|
||||||
|
# EXPECTED_SIGNATURE="$(wget -q -O - https://composer.github.io/installer.sig)"
|
||||||
|
|
||||||
|
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
|
||||||
|
ACTUAL_SIGNATURE="$(php -r "echo hash_file('SHA384', 'composer-setup.php');")"
|
||||||
|
|
||||||
|
if [[ "$EXPECTED_SIGNATURE" != "$ACTUAL_SIGNATURE" ]]
|
||||||
|
then
|
||||||
|
>&2 echo 'ERROR: Invalid installer signature'
|
||||||
|
rm composer-setup.php
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
php composer-setup.php --quiet
|
||||||
|
RESULT=$?
|
||||||
|
rm composer-setup.php
|
||||||
|
exit ${RESULT}
|
||||||
36
phing/filesets.xml
Normal file
36
phing/filesets.xml
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<project name="Meritoo Package" basedir="." default="build:main" phingVersion="2.16.0">
|
||||||
|
<!-- Filesets -->
|
||||||
|
<fileset id="cache" dir="${dir.cache}">
|
||||||
|
<include name="**/*"/>
|
||||||
|
<exclude name=".gitkeep"/>
|
||||||
|
</fileset>
|
||||||
|
<fileset id="logs" dir="${dir.logs}">
|
||||||
|
<include name="**/*"/>
|
||||||
|
<exclude name=".gitkeep"/>
|
||||||
|
</fileset>
|
||||||
|
<fileset id="sessions" dir="${dir.sessions}">
|
||||||
|
<include name="**/*"/>
|
||||||
|
<exclude name=".gitkeep"/>
|
||||||
|
</fileset>
|
||||||
|
|
||||||
|
<!-- Directories to check -->
|
||||||
|
<property name="directoriesToCheck" value="
|
||||||
|
${dir.cache},
|
||||||
|
${dir.logs},
|
||||||
|
${dir.sessions},
|
||||||
|
${dir.data.tests},
|
||||||
|
${dir.data.temporary},
|
||||||
|
${dir.docker.data},
|
||||||
|
${dir.docker.logs}"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<!-- Directories to empty -->
|
||||||
|
<property name="directoriesToEmpty" value="
|
||||||
|
${dir.cache},
|
||||||
|
${dir.logs},
|
||||||
|
${dir.sessions},
|
||||||
|
${dir.data.temporary}"
|
||||||
|
/>
|
||||||
|
</project>
|
||||||
@@ -1,19 +1,3 @@
|
|||||||
# --------------------------------------------------------------------------------
|
|
||||||
# Information
|
|
||||||
# --------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
# Property files contain key/value pairs
|
|
||||||
# key = value
|
|
||||||
#
|
|
||||||
# Property keys may contain alphanumeric chars and colons, but
|
|
||||||
# not special chars. This way you can create pseudo-namespaces
|
|
||||||
#
|
|
||||||
# You can refer to values of other properties by enclosing their keys in "${}".
|
|
||||||
# Example: dir.js = ${dir.web}/js
|
|
||||||
#
|
|
||||||
# Everything behind the equal sign is the value, you do
|
|
||||||
# not have to enclose strings: text=This is some text, Your OS is ${php.os}
|
|
||||||
|
|
||||||
# --------------------------------------------------------------------------------
|
# --------------------------------------------------------------------------------
|
||||||
# Common, e.g. default environment
|
# Common, e.g. default environment
|
||||||
# --------------------------------------------------------------------------------
|
# --------------------------------------------------------------------------------
|
||||||
@@ -22,10 +6,6 @@
|
|||||||
#
|
#
|
||||||
env = dev
|
env = dev
|
||||||
|
|
||||||
# Install assets using symlinks
|
|
||||||
#
|
|
||||||
assets.installWithSymlink = true
|
|
||||||
|
|
||||||
# Clear cache with the "warmup" option
|
# Clear cache with the "warmup" option
|
||||||
#
|
#
|
||||||
# The cache:clear command should always be called with the --no-warmup option. Warmup should be done via the cache:warmup command.
|
# The cache:clear command should always be called with the --no-warmup option. Warmup should be done via the cache:warmup command.
|
||||||
@@ -40,67 +20,63 @@ cache.clearWithWarmup = false
|
|||||||
# Composer
|
# Composer
|
||||||
# --------------------------------------------------------------------------------
|
# --------------------------------------------------------------------------------
|
||||||
|
|
||||||
composer.download_command = php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));"
|
# Command used to download Composer
|
||||||
|
|
||||||
# Path to composer executable or composer.phar file
|
|
||||||
#
|
#
|
||||||
composer.path = composer.phar
|
composer.download_command = bash ${project.basedir}/phing/composer-install.sh
|
||||||
#composer.path = /usr/local/bin/composer
|
|
||||||
|
# Path to composer executable or downloaded composer.phar file
|
||||||
|
#
|
||||||
|
composer.path = ${project.basedir}/composer.phar
|
||||||
|
|
||||||
# Path to php executable used by composer
|
# Path to php executable used by composer
|
||||||
#
|
#
|
||||||
composer.php = php
|
composer.php = php
|
||||||
|
|
||||||
# Self update of the composer
|
|
||||||
#
|
|
||||||
composer.self-update = false
|
|
||||||
|
|
||||||
# Validate the composer.json file
|
|
||||||
#
|
|
||||||
composer.validate = false
|
|
||||||
|
|
||||||
# --------------------------------------------------------------------------------
|
# --------------------------------------------------------------------------------
|
||||||
# Directories
|
# Directories
|
||||||
# --------------------------------------------------------------------------------
|
# --------------------------------------------------------------------------------
|
||||||
|
|
||||||
# System directories
|
# System directories
|
||||||
#
|
#
|
||||||
dir.data = ${project.basedir}/data
|
|
||||||
dir.src = ${project.basedir}/src
|
dir.src = ${project.basedir}/src
|
||||||
|
dir.var = ${project.basedir}/tests/Resources/var
|
||||||
|
dir.cache = ${dir.var}/cache
|
||||||
|
dir.logs = ${dir.var}/log
|
||||||
|
dir.sessions = ${dir.var}/sessions
|
||||||
|
dir.data = ${project.basedir}/data
|
||||||
dir.tests = ${project.basedir}/tests
|
dir.tests = ${project.basedir}/tests
|
||||||
|
|
||||||
# --------------------------------------------------------------------------------
|
|
||||||
# Build directories
|
# Build directories
|
||||||
# --------------------------------------------------------------------------------
|
#
|
||||||
|
|
||||||
dir.build = ${project.basedir}/build
|
dir.build = ${project.basedir}/build
|
||||||
dir.reports = ${dir.build}/logs
|
dir.reports = ${dir.build}/reports
|
||||||
dir.reports.pdepend = ${dir.reports}/pdepend
|
dir.reports.pdepend = ${dir.reports}/pdepend
|
||||||
dir.reports.coverage = ${dir.reports}/phpunit_coverage
|
dir.reports.coverage = ${dir.reports}/phpunit_coverage
|
||||||
#
|
|
||||||
# Disabled, because unnecessary right now
|
|
||||||
# phpdocumentor/phpdocumentor cannot be installed via Composer
|
|
||||||
#
|
|
||||||
# Meritoo <github@meritoo.pl>
|
|
||||||
# 2017-02-22
|
|
||||||
#
|
|
||||||
#dir.docs = ${dir.build}/docs
|
|
||||||
#dir.docs.phpdoc2 = ${dir.docs}/phpdoc2
|
|
||||||
|
|
||||||
# --------------------------------------------------------------------------------
|
|
||||||
# Data directories
|
# Data directories
|
||||||
# --------------------------------------------------------------------------------
|
#
|
||||||
|
dir.data.tests = ${dir.data}/tests
|
||||||
dir.data.temporary = ${dir.data}/tmp
|
dir.data.temporary = ${dir.data}/tmp
|
||||||
|
|
||||||
|
# Docker directories
|
||||||
|
#
|
||||||
|
dir.docker = ${project.basedir}/docker
|
||||||
|
dir.docker.data = ${dir.docker}/data/db
|
||||||
|
dir.docker.logs = ${dir.docker}/logs/nginx
|
||||||
|
|
||||||
# --------------------------------------------------------------------------------
|
# --------------------------------------------------------------------------------
|
||||||
# Testing
|
# Testing
|
||||||
# --------------------------------------------------------------------------------
|
# --------------------------------------------------------------------------------
|
||||||
|
|
||||||
# Path of the framework used to run unit tests
|
|
||||||
#
|
|
||||||
tests.framework.path = ./vendor/bin/phpunit --verbose --no-coverage --testdox
|
|
||||||
|
|
||||||
# Path of the PHP Coding Standards Fixer (http://cs.sensiolabs.org)
|
# Path of the PHP Coding Standards Fixer (http://cs.sensiolabs.org)
|
||||||
#
|
#
|
||||||
phpCsFixer.path = ./vendor/bin/php-cs-fixer
|
tests.cs_fixer.command = ./vendor/bin/php-cs-fixer fix --verbose
|
||||||
|
|
||||||
|
# Test database path
|
||||||
|
#
|
||||||
|
tests.database = ${dir.data.temporary}/database.sqlite
|
||||||
|
|
||||||
|
# Paths of frameworks used to run tests:
|
||||||
|
# - PHPUnit (unit tests)
|
||||||
|
#
|
||||||
|
tests.phpunit.command = ./vendor/bin/phpunit --verbose
|
||||||
|
|||||||
237
phing/tests.xml
237
phing/tests.xml
@@ -1,230 +1,133 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project name="Meritoo Package" basedir="." default="build:main" phingVersion="2.14.0">
|
|
||||||
<!--
|
|
||||||
The AutoloaderTask is required to load binaries installed by Composer.
|
|
||||||
The "autoloaderpath" attribute of this task is not required, because it's default value is: vendor/autoload.php.
|
|
||||||
|
|
||||||
Meritoo <github@meritoo.pl>
|
<project name="Meritoo Package" basedir="." default="build:main" phingVersion="2.16.0">
|
||||||
2017-02-23
|
<autoloader/>
|
||||||
-->
|
|
||||||
<autoloader />
|
|
||||||
|
|
||||||
<!-- Properties -->
|
<!-- Properties -->
|
||||||
<if>
|
<if>
|
||||||
<available file="phing/properties" property="custom.properties.available"/>
|
<available file="${project.basedir}/phing/properties" property="custom.properties.available"/>
|
||||||
<then>
|
<then>
|
||||||
<property file="phing/properties"/>
|
<property file="${project.basedir}/phing/properties"/>
|
||||||
</then>
|
</then>
|
||||||
<else>
|
<else>
|
||||||
<property file="phing/properties.dist"/>
|
<property file="${project.basedir}/phing/properties.dist"/>
|
||||||
</else>
|
</else>
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
<!-- Filesets -->
|
<!-- Filesets -->
|
||||||
<fileset id="sourcecode" dir="${dir.src}">
|
<fileset id="sourcecode" dir="${dir.src}">
|
||||||
<include name="**/*.php" />
|
<include name="**/*.php"/>
|
||||||
<exclude name="*Test.php" />
|
<exclude name="*Test.php"/>
|
||||||
<exclude name="**/*Test.php" />
|
<exclude name="**/*Test.php"/>
|
||||||
<exclude name="**/Resources/**" />
|
<exclude name="**/Resources/**"/>
|
||||||
<exclude name="**/DataFixtures/**" />
|
<exclude name="**/DataFixtures/**"/>
|
||||||
<exclude name="**/Tests/**" />
|
<exclude name="**/Tests/**"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
<fileset id="tests" dir="${dir.tests}">
|
<fileset id="tests" dir="${dir.tests}">
|
||||||
<include name="**/*Test*.php" />
|
<include name="**/*Test*.php"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
|
|
||||||
<!-- Default / main target -->
|
<!-- Default / main target -->
|
||||||
<target name="build:main"
|
<target name="build:main"
|
||||||
depends="build:fix-coding-standards, build:clean, build:prepare, build:check, build:test, app:checkout"
|
depends="build:fix-coding-standards,
|
||||||
description="Runs all tests and builds everything" />
|
build:check,
|
||||||
<!--
|
build:test,
|
||||||
Before:
|
app:checkout"
|
||||||
depends="build:fix-coding-standards, build:clean, build:prepare, build:check, build:test, build:doc, app:checkout"
|
/>
|
||||||
|
|
||||||
After:
|
|
||||||
depends="build:fix-coding-standards, build:clean, build:prepare, build:check, build:test, app:checkout"
|
|
||||||
|
|
||||||
The "build:doc" task is disabled, because it cannot be installed via Composer:
|
|
||||||
a) phpdocumentor/phpdocumentor v2.9.0 requires symfony/validator ~2.2
|
|
||||||
b) symfony/validator ~2.2 causes to remove symfony/symfony 3.*
|
|
||||||
|
|
||||||
Meritoo <github@meritoo.pl>
|
|
||||||
2017-02-22
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!-- Fixing coding standards using the PHP Coding Standards Fixer (http://cs.sensiolabs.org) -->
|
<!-- Fixing coding standards using the PHP Coding Standards Fixer (http://cs.sensiolabs.org) -->
|
||||||
<target name="build:fix-coding-standards" description="Fixes coding standards using the PHP Coding Standards Fixer">
|
<target name="build:fix-coding-standards">
|
||||||
<echo msg="Fixing coding standards using the PHP Coding Standards Fixer (http://cs.sensiolabs.org)..." />
|
<exec command="${tests.cs_fixer.command}" passthru="true"/>
|
||||||
|
|
||||||
<!--
|
|
||||||
Attention.
|
|
||||||
Rules for formatting are defined in /.php_cs.dist file.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<exec
|
|
||||||
passthru="true"
|
|
||||||
command="${phpCsFixer.path} fix --verbose"
|
|
||||||
/>
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- Doc target -->
|
|
||||||
<!--
|
|
||||||
Disabled, because it cannot be installed via Composer:
|
|
||||||
a) phpdocumentor/phpdocumentor v2.9.0 requires symfony/validator ~2.2
|
|
||||||
b) symfony/validator ~2.2 causes to remove symfony/symfony 3.*
|
|
||||||
|
|
||||||
Meritoo <github@meritoo.pl>
|
|
||||||
2017-02-22
|
|
||||||
-->
|
|
||||||
<!--<target name="build:doc"-->
|
|
||||||
<!--depends="build:prepare, doc:phpdoc2"-->
|
|
||||||
<!--description="Generates API documentation" />-->
|
|
||||||
|
|
||||||
<!-- Check target -->
|
<!-- Check target -->
|
||||||
<target name="build:check"
|
<target name="build:check"
|
||||||
depends="check:cs, check:md, check:cpd, check:depend, check:loc"
|
depends="check:cs,
|
||||||
description="Analyzes code" />
|
check:md,
|
||||||
|
check:cpd,
|
||||||
|
check:depend,
|
||||||
|
check:loc"
|
||||||
|
/>
|
||||||
|
|
||||||
<!-- Test target -->
|
<!-- Test target -->
|
||||||
<target name="build:test"
|
<target name="build:test"
|
||||||
depends="test:unit"
|
depends="test:phpunit"
|
||||||
description="Executes all tests" />
|
/>
|
||||||
|
|
||||||
<!-- Project build clean -->
|
|
||||||
<target name="build:clean" description="Cleans up build directories">
|
|
||||||
<echo msg="Cleaning docs and reports directories..." />
|
|
||||||
<!--<delete dir="${dir.docs}" />-->
|
|
||||||
<delete dir="${dir.reports}" />
|
|
||||||
</target>
|
|
||||||
|
|
||||||
<!-- Project build prepare -->
|
|
||||||
<target name="build:prepare" description="Create build directories">
|
|
||||||
<echo msg="Creating build directories..." />
|
|
||||||
<!--<mkdir dir="${dir.docs}" />-->
|
|
||||||
<!--<mkdir dir="${dir.docs.phpdoc2}" />-->
|
|
||||||
<mkdir dir="${dir.reports}" />
|
|
||||||
<mkdir dir="${dir.reports.pdepend}" />
|
|
||||||
<mkdir dir="${dir.reports.coverage}"/>
|
|
||||||
</target>
|
|
||||||
|
|
||||||
<!-- PHPDocumentor2 API documentation target -->
|
|
||||||
<!--
|
|
||||||
Disabled, because it cannot be installed via Composer:
|
|
||||||
a) phpdocumentor/phpdocumentor v2.9.0 requires symfony/validator ~2.2
|
|
||||||
b) symfony/validator ~2.2 causes to remove symfony/symfony 3.*
|
|
||||||
|
|
||||||
Meritoo <github@meritoo.pl>
|
|
||||||
2017-02-22
|
|
||||||
|
|
||||||
<target name="doc:phpdoc2" description="Generates API documentations">
|
|
||||||
<echo msg="Generating API Documentation with phpDocumentor 2..." />
|
|
||||||
<phpdoc2 title="${phing.project.name}"
|
|
||||||
destdir="${dir.docs.phpdoc2}"
|
|
||||||
template="responsive">
|
|
||||||
<fileset refid="sourcecode" />
|
|
||||||
</phpdoc2>
|
|
||||||
</target>
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!-- Symfony2 code sniffer -->
|
<!-- Symfony2 code sniffer -->
|
||||||
<!--
|
<target name="check:cs" depends="build:prepare">
|
||||||
Attention 1.
|
|
||||||
To use Symfony2 standards to check coding you have to:
|
|
||||||
copy, symlink or check out repo to a folder called Symfony2 inside the phpcs Standards directory.
|
|
||||||
|
|
||||||
Example:
|
|
||||||
$ pear config-show | grep php_dir
|
|
||||||
$ cd /path/to/pear/PHP/CodeSniffer/Standards
|
|
||||||
$ git clone git://github.com/opensky/Symfony2-coding-standard.git Symfony2
|
|
||||||
|
|
||||||
Attention 2.
|
|
||||||
PSR2 standard is used instead of Symfony2 standard, because after installation squizlabs/php_codesniffer package
|
|
||||||
via Composer the Symfony2 standard is not included / available in this package. In this case the PHP Coding
|
|
||||||
Standards Fixer (http://cs.sensiolabs.org) is used.
|
|
||||||
|
|
||||||
Meritoo <github@meritoo.pl>
|
|
||||||
2017-02-22
|
|
||||||
-->
|
|
||||||
<target name="check:cs" description="Checks coding standard">
|
|
||||||
<echo msg="Checking coding standard..." />
|
|
||||||
<phpcodesniffer standard="PSR2" showWarnings="true">
|
<phpcodesniffer standard="PSR2" showWarnings="true">
|
||||||
<fileset refid="sourcecode" />
|
<fileset refid="sourcecode"/>
|
||||||
<formatter type="checkstyle" outfile="${dir.reports}/checkstyle.xml" />
|
<formatter type="checkstyle" outfile="${dir.reports}/checkstyle.xml"/>
|
||||||
<formatter type="csv" outfile="${dir.reports}/checkstyle.csv" />
|
<formatter type="csv" outfile="${dir.reports}/checkstyle.csv"/>
|
||||||
<formatter type="summary" outfile="${dir.reports}/checkstyle_summary.txt" />
|
<formatter type="summary" outfile="${dir.reports}/checkstyle_summary.txt"/>
|
||||||
</phpcodesniffer>
|
</phpcodesniffer>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- copy/paste detector -->
|
<!-- copy/paste detector -->
|
||||||
<target name="check:cpd" description="Checks similar code blocks.">
|
<target name="check:cpd" depends="build:prepare">
|
||||||
<echo msg="Checking similar code blocks..." />
|
|
||||||
<phpcpd>
|
<phpcpd>
|
||||||
<fileset refid="sourcecode" />
|
<fileset refid="sourcecode"/>
|
||||||
<formatter type="pmd" outfile="${dir.reports}/pmd-cpd.xml" />
|
<formatter type="pmd" outfile="${dir.reports}/pmd-cpd.xml"/>
|
||||||
</phpcpd>
|
</phpcpd>
|
||||||
|
|
||||||
<!--
|
|
||||||
Previous / old version
|
|
||||||
|
|
||||||
Meritoo <github@meritoo.pl>
|
|
||||||
2017-02-22
|
|
||||||
|
|
||||||
<exec command="phpcpd \-\-log-pmd=${dir.reports}/pmd-cpd.xml ${dir.src}" />
|
|
||||||
-->
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- Mess detector -->
|
<!-- Mess detector -->
|
||||||
<target name="check:md" description="Generate code metrics">
|
<target name="check:md" depends="build:prepare">
|
||||||
<echo msg="Generating code metrics..." />
|
|
||||||
<phpmd rulesets="codesize,controversial,design,naming,unusedcode">
|
<phpmd rulesets="codesize,controversial,design,naming,unusedcode">
|
||||||
<fileset refid="sourcecode" />
|
<fileset refid="sourcecode"/>
|
||||||
<formatter type="html" outfile="${dir.reports}/phpmd.html" />
|
<formatter type="html" outfile="${dir.reports}/phpmd.html"/>
|
||||||
<formatter type="text" outfile="${dir.reports}/phpmd.txt" />
|
<formatter type="text" outfile="${dir.reports}/phpmd.txt"/>
|
||||||
</phpmd>
|
</phpmd>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- Code dependency -->
|
<!-- Code dependency -->
|
||||||
<target name="check:depend" description="Checks coupling and dependency">
|
<target name="check:depend" depends="build:prepare">
|
||||||
<echo msg="Checking coupling and dependency..." />
|
|
||||||
<phpdepend>
|
<phpdepend>
|
||||||
<fileset refid="sourcecode" />
|
<fileset refid="sourcecode"/>
|
||||||
<logger type="jdepend-xml" outfile="${dir.reports.pdepend}/jdepend.xml" />
|
<logger type="jdepend-xml" outfile="${dir.reports.pdepend}/jdepend.xml"/>
|
||||||
<logger type="jdepend-chart" outfile="${dir.reports.pdepend}/dependencies.svg" />
|
<logger type="jdepend-chart" outfile="${dir.reports.pdepend}/dependencies.svg"/>
|
||||||
<logger type="overview-pyramid" outfile="${dir.reports.pdepend}/overview-pyramid.svg" />
|
<logger type="overview-pyramid" outfile="${dir.reports.pdepend}/overview-pyramid.svg"/>
|
||||||
</phpdepend>
|
</phpdepend>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- Measure the size and analyzing the structure of a project -->
|
<!-- Measure the size and analyzing the structure of a project -->
|
||||||
<target name="check:loc" description="Measures the size and analyzes the structure of a project">
|
<target name="check:loc" depends="build:prepare">
|
||||||
<echo msg="Measuring the size and analyzing the structure of a project..." />
|
|
||||||
<phploc reportType="txt" reportName="phploc" reportDirectory="${dir.reports}">
|
<phploc reportType="txt" reportName="phploc" reportDirectory="${dir.reports}">
|
||||||
<fileset refid="sourcecode" />
|
<fileset refid="sourcecode"/>
|
||||||
</phploc>
|
</phploc>
|
||||||
|
|
||||||
<!--
|
|
||||||
Previous / old version
|
|
||||||
|
|
||||||
Meritoo <github@meritoo.pl>
|
|
||||||
2017-02-22
|
|
||||||
|
|
||||||
<exec command="phploc \-\-log-csv=${dir.reports}/phploc.csv ${dir.src}" />
|
|
||||||
-->
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- Unit tests -->
|
<!-- PHPUnit tests -->
|
||||||
<target name="test:unit" description="Executes unit tests">
|
<target name="test:phpunit" depends="build:prepare">
|
||||||
<echo msg="Running unit tests..." />
|
<exec command="${tests.phpunit.command}" passthru="true"/>
|
||||||
<exec command="${tests.framework.path}" passthru="true"/>
|
</target>
|
||||||
|
|
||||||
|
<!-- Project build clean -->
|
||||||
|
<target name="build:clean">
|
||||||
|
<if>
|
||||||
|
<available file="${dir.reports}" type="dir" property="dir_is_available"/>
|
||||||
|
<then>
|
||||||
|
<delete dir="${dir.reports}"/>
|
||||||
|
</then>
|
||||||
|
</if>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<!-- Project build prepare -->
|
||||||
|
<target name="build:prepare" depends="build:clean">
|
||||||
|
<mkdir dir="${dir.reports}"/>
|
||||||
|
<mkdir dir="${dir.reports.pdepend}"/>
|
||||||
|
<mkdir dir="${dir.reports.coverage}"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- Checkout and finalization -->
|
<!-- Checkout and finalization -->
|
||||||
<target name="app:checkout">
|
<target name="app:checkout">
|
||||||
<tstamp>
|
<tstamp>
|
||||||
<format property="date_end" pattern="%Y-%m-%d %H:%M" />
|
<format property="date_end" pattern="%Y-%m-%d %H:%M"/>
|
||||||
</tstamp>
|
</tstamp>
|
||||||
|
|
||||||
<echo msg="--------------------------------------------" />
|
<echo msg="--------------------------------------------"/>
|
||||||
<echo msg="Build tests finished at: ${date_end}" />
|
<echo msg="Build tests finished at: ${date_end}"/>
|
||||||
<echo msg="--------------------------------------------" />
|
<echo msg="--------------------------------------------"/>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@@ -1,28 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<!-- https://phpunit.de/manual/4.8/en/appendixes.configuration.html -->
|
||||||
<phpunit
|
<phpunit
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.8/phpunit.xsd"
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.8/phpunit.xsd"
|
||||||
backupGlobals="true"
|
bootstrap="vendor/autoload.php"
|
||||||
backupStaticAttributes="false"
|
|
||||||
bootstrap="./vendor/autoload.php"
|
|
||||||
cacheTokens="false"
|
|
||||||
colors="true"
|
colors="true"
|
||||||
convertErrorsToExceptions="true"
|
|
||||||
convertNoticesToExceptions="true"
|
|
||||||
convertWarningsToExceptions="true"
|
|
||||||
forceCoversAnnotation="false"
|
|
||||||
mapTestClassNameToCoveredClassName="false"
|
|
||||||
processIsolation="false"
|
|
||||||
stopOnError="false"
|
|
||||||
stopOnFailure="false"
|
|
||||||
stopOnIncomplete="false"
|
|
||||||
stopOnSkipped="false"
|
|
||||||
stopOnRisky="false"
|
|
||||||
testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader"
|
|
||||||
timeoutForSmallTests="1"
|
|
||||||
timeoutForMediumTests="10"
|
|
||||||
timeoutForLargeTests="60"
|
|
||||||
verbose="true"
|
verbose="true"
|
||||||
>
|
>
|
||||||
<php>
|
<php>
|
||||||
@@ -31,23 +14,17 @@
|
|||||||
|
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="Meritoo Package - Main Test Suite">
|
<testsuite name="Meritoo Package - Main Test Suite">
|
||||||
<directory>./tests/</directory>
|
<directory>tests/</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
|
|
||||||
<filter>
|
<filter>
|
||||||
<whitelist>
|
<whitelist>
|
||||||
<directory>./src/</directory>
|
<directory>src/</directory>
|
||||||
</whitelist>
|
</whitelist>
|
||||||
</filter>
|
</filter>
|
||||||
|
|
||||||
<groups>
|
|
||||||
<exclude>
|
|
||||||
<group>performance</group>
|
|
||||||
</exclude>
|
|
||||||
</groups>
|
|
||||||
|
|
||||||
<logging>
|
<logging>
|
||||||
<log type="coverage-html" target="./build/logs/phpunit_coverage/html"/>
|
<log type="coverage-html" target="build/reports/phpunit_coverage/html"/>
|
||||||
</logging>
|
</logging>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
|||||||
@@ -9,10 +9,9 @@
|
|||||||
namespace Meritoo\Common\Collection;
|
namespace Meritoo\Common\Collection;
|
||||||
|
|
||||||
use ArrayAccess;
|
use ArrayAccess;
|
||||||
use ArrayIterator;
|
|
||||||
use Countable;
|
use Countable;
|
||||||
use IteratorAggregate;
|
use IteratorAggregate;
|
||||||
use Meritoo\Common\Utilities\Arrays;
|
use Meritoo\Common\Traits\CollectionTrait;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Collection of elements.
|
* Collection of elements.
|
||||||
@@ -23,12 +22,7 @@ use Meritoo\Common\Utilities\Arrays;
|
|||||||
*/
|
*/
|
||||||
class Collection implements Countable, ArrayAccess, IteratorAggregate
|
class Collection implements Countable, ArrayAccess, IteratorAggregate
|
||||||
{
|
{
|
||||||
/**
|
use CollectionTrait;
|
||||||
* The elements of collection
|
|
||||||
*
|
|
||||||
* @var array
|
|
||||||
*/
|
|
||||||
private $elements;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class constructor
|
* Class constructor
|
||||||
@@ -39,246 +33,4 @@ class Collection implements Countable, ArrayAccess, IteratorAggregate
|
|||||||
{
|
{
|
||||||
$this->elements = $elements;
|
$this->elements = $elements;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
* Required by interface Countable
|
|
||||||
*/
|
|
||||||
public function count()
|
|
||||||
{
|
|
||||||
return count($this->elements);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
* Required by interface ArrayAccess
|
|
||||||
*/
|
|
||||||
public function offsetExists($offset)
|
|
||||||
{
|
|
||||||
return $this->exists($offset);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
* Required by interface ArrayAccess
|
|
||||||
*/
|
|
||||||
public function offsetGet($offset)
|
|
||||||
{
|
|
||||||
if ($this->exists($offset)) {
|
|
||||||
return $this->elements[$offset];
|
|
||||||
}
|
|
||||||
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
* Required by interface ArrayAccess
|
|
||||||
*/
|
|
||||||
public function offsetSet($offset, $value)
|
|
||||||
{
|
|
||||||
$this->elements[$offset] = $value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
* Required by interface ArrayAccess
|
|
||||||
*/
|
|
||||||
public function offsetUnset($offset)
|
|
||||||
{
|
|
||||||
if ($this->exists($offset)) {
|
|
||||||
unset($this->elements[$offset]);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
* Required by interface IteratorAggregate
|
|
||||||
*/
|
|
||||||
public function getIterator()
|
|
||||||
{
|
|
||||||
return new ArrayIterator($this->elements);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Adds given element (at the end of collection)
|
|
||||||
*
|
|
||||||
* @param mixed $element The element to add
|
|
||||||
* @param mixed $index (optional) Index / key of the element
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function add($element, $index = null)
|
|
||||||
{
|
|
||||||
if (null === $index || '' === $index) {
|
|
||||||
$this->elements[] = $element;
|
|
||||||
} else {
|
|
||||||
$this->elements[$index] = $element;
|
|
||||||
}
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Adds given elements (at the end of collection)
|
|
||||||
*
|
|
||||||
* @param array|Collection $elements The elements to add
|
|
||||||
* @param bool|false $useIndexes (optional) If is set to true, indexes of given elements will be used in
|
|
||||||
* this collection. Otherwise - not.
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function addMultiple($elements, $useIndexes = false)
|
|
||||||
{
|
|
||||||
if (!empty($elements)) {
|
|
||||||
foreach ($elements as $index => $element) {
|
|
||||||
if (!$useIndexes) {
|
|
||||||
$index = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->add($element, $index);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Prepends given element (adds given element at the beginning of collection)
|
|
||||||
*
|
|
||||||
* @param mixed $element The element to prepend
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function prepend($element)
|
|
||||||
{
|
|
||||||
array_unshift($this->elements, $element);
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Removes given element
|
|
||||||
*
|
|
||||||
* @param mixed $element The element to remove
|
|
||||||
* @return $this
|
|
||||||
*/
|
|
||||||
public function remove($element)
|
|
||||||
{
|
|
||||||
if ($this->count() > 0) {
|
|
||||||
foreach ($this->elements as $index => $existing) {
|
|
||||||
if ($element === $existing) {
|
|
||||||
unset($this->elements[$index]);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns information if collection is empty
|
|
||||||
*
|
|
||||||
* @return bool
|
|
||||||
*/
|
|
||||||
public function isEmpty()
|
|
||||||
{
|
|
||||||
return empty($this->elements);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns information if given element is first in the collection
|
|
||||||
*
|
|
||||||
* @param mixed $element The element to verify
|
|
||||||
* @return bool
|
|
||||||
*/
|
|
||||||
public function isFirst($element)
|
|
||||||
{
|
|
||||||
return reset($this->elements) === $element;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns information if given element is last in the collection
|
|
||||||
*
|
|
||||||
* @param mixed $element The element to verify
|
|
||||||
* @return bool
|
|
||||||
*/
|
|
||||||
public function isLast($element)
|
|
||||||
{
|
|
||||||
return end($this->elements) === $element;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns information if the collection has given element, iow. if given element exists in the collection
|
|
||||||
*
|
|
||||||
* @param mixed $element The element to verify
|
|
||||||
* @return bool
|
|
||||||
*/
|
|
||||||
public function has($element)
|
|
||||||
{
|
|
||||||
$index = Arrays::getIndexOf($this->elements, $element);
|
|
||||||
|
|
||||||
return null !== $index && false !== $index;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns previous element for given element
|
|
||||||
*
|
|
||||||
* @param mixed $element The element to verify
|
|
||||||
* @return mixed|null
|
|
||||||
*/
|
|
||||||
public function getPrevious($element)
|
|
||||||
{
|
|
||||||
return Arrays::getPreviousElement($this->elements, $element);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns next element for given element
|
|
||||||
*
|
|
||||||
* @param mixed $element The element to verify
|
|
||||||
* @return mixed|null
|
|
||||||
*/
|
|
||||||
public function getNext($element)
|
|
||||||
{
|
|
||||||
return Arrays::getNextElement($this->elements, $element);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns the first element in the collection
|
|
||||||
*
|
|
||||||
* @return mixed
|
|
||||||
*/
|
|
||||||
public function getFirst()
|
|
||||||
{
|
|
||||||
return Arrays::getFirstElement($this->elements);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns the last element in the collection
|
|
||||||
*
|
|
||||||
* @return mixed
|
|
||||||
*/
|
|
||||||
public function getLast()
|
|
||||||
{
|
|
||||||
return Arrays::getLastElement($this->elements);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns an array representation of the collection
|
|
||||||
*
|
|
||||||
* @return array
|
|
||||||
*/
|
|
||||||
public function toArray()
|
|
||||||
{
|
|
||||||
return $this->elements;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns information if element with given index/key exists
|
|
||||||
*
|
|
||||||
* @param string|int $index The index/key of element
|
|
||||||
* @return bool
|
|
||||||
*/
|
|
||||||
private function exists($index)
|
|
||||||
{
|
|
||||||
return isset($this->elements[$index]) || array_key_exists($index, $this->elements);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,9 +23,9 @@ abstract class UnknownTypeException extends Exception
|
|||||||
/**
|
/**
|
||||||
* Creates exception
|
* Creates exception
|
||||||
*
|
*
|
||||||
* @param string|int $unknownType The unknown type of something (value of constant)
|
* @param mixed $unknownType The unknown type of something (value of constant)
|
||||||
* @param BaseType $typeInstance An instance of class that contains type of the something
|
* @param BaseType $typeInstance An instance of class that contains type of the something
|
||||||
* @param string $typeName Name of the something
|
* @param string $typeName Name of the something
|
||||||
* @return UnknownTypeException
|
* @return UnknownTypeException
|
||||||
*/
|
*/
|
||||||
public static function create($unknownType, BaseType $typeInstance, $typeName)
|
public static function create($unknownType, BaseType $typeInstance, $typeName)
|
||||||
@@ -35,7 +35,7 @@ abstract class UnknownTypeException extends Exception
|
|||||||
|
|
||||||
$allTypes = $typeInstance->getAll();
|
$allTypes = $typeInstance->getAll();
|
||||||
$types = Arrays::values2string($allTypes, '', ', ');
|
$types = Arrays::values2string($allTypes, '', ', ');
|
||||||
$message = sprintf(sprintf($template, $unknownType, $typeName, $types));
|
$message = sprintf($template, $unknownType, $typeName, $types);
|
||||||
|
|
||||||
return new static($message);
|
return new static($message);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,13 +28,13 @@ class DisabledMethodException extends Exception
|
|||||||
public static function create($disabledMethod, $alternativeMethod = '')
|
public static function create($disabledMethod, $alternativeMethod = '')
|
||||||
{
|
{
|
||||||
$template = 'Method %s() cannot be called, because is disabled.';
|
$template = 'Method %s() cannot be called, because is disabled.';
|
||||||
|
$message = sprintf($template, $disabledMethod);
|
||||||
|
|
||||||
if (!empty($alternativeMethod)) {
|
if (!empty($alternativeMethod)) {
|
||||||
$template .= ' Use %s() instead.';
|
$template = '%s Use %s() instead.';
|
||||||
|
$message = sprintf($template, $message, $alternativeMethod);
|
||||||
}
|
}
|
||||||
|
|
||||||
$message = sprintf($template, $disabledMethod, $alternativeMethod);
|
|
||||||
|
|
||||||
return new static($message);
|
return new static($message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
67
src/Traits/Collection/ArrayAccessTrait.php
Normal file
67
src/Traits/Collection/ArrayAccessTrait.php
Normal file
@@ -0,0 +1,67 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* (c) Meritoo.pl, http://www.meritoo.pl
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Meritoo\Common\Traits\Collection;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Trait for the Collection required by ArrayAccess interface
|
||||||
|
*
|
||||||
|
* @author Meritoo <github@meritoo.pl>
|
||||||
|
* @copyright Meritoo <http://www.meritoo.pl>
|
||||||
|
*/
|
||||||
|
trait ArrayAccessTrait
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
|
public function offsetExists($offset)
|
||||||
|
{
|
||||||
|
return $this->exists($offset);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
|
public function offsetGet($offset)
|
||||||
|
{
|
||||||
|
if ($this->exists($offset)) {
|
||||||
|
return $this->elements[$offset];
|
||||||
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
|
public function offsetSet($offset, $value)
|
||||||
|
{
|
||||||
|
$this->elements[$offset] = $value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
|
public function offsetUnset($offset)
|
||||||
|
{
|
||||||
|
if ($this->exists($offset)) {
|
||||||
|
unset($this->elements[$offset]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns information if element with given index/key exists
|
||||||
|
*
|
||||||
|
* @param string|int $index The index/key of element
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
private function exists($index)
|
||||||
|
{
|
||||||
|
return isset($this->elements[$index]) || array_key_exists($index, $this->elements);
|
||||||
|
}
|
||||||
|
}
|
||||||
26
src/Traits/Collection/CountableTrait.php
Normal file
26
src/Traits/Collection/CountableTrait.php
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* (c) Meritoo.pl, http://www.meritoo.pl
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Meritoo\Common\Traits\Collection;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Trait for the Collection required by Countable interface
|
||||||
|
*
|
||||||
|
* @author Meritoo <github@meritoo.pl>
|
||||||
|
* @copyright Meritoo <http://www.meritoo.pl>
|
||||||
|
*/
|
||||||
|
trait CountableTrait
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
|
public function count()
|
||||||
|
{
|
||||||
|
return count($this->elements);
|
||||||
|
}
|
||||||
|
}
|
||||||
28
src/Traits/Collection/IteratorAggregateTrait.php
Normal file
28
src/Traits/Collection/IteratorAggregateTrait.php
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* (c) Meritoo.pl, http://www.meritoo.pl
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Meritoo\Common\Traits\Collection;
|
||||||
|
|
||||||
|
use ArrayIterator;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Trait for the Collection required by IteratorAggregate interface
|
||||||
|
*
|
||||||
|
* @author Meritoo <github@meritoo.pl>
|
||||||
|
* @copyright Meritoo <http://www.meritoo.pl>
|
||||||
|
*/
|
||||||
|
trait IteratorAggregateTrait
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
|
public function getIterator()
|
||||||
|
{
|
||||||
|
return new ArrayIterator($this->elements);
|
||||||
|
}
|
||||||
|
}
|
||||||
215
src/Traits/Collection/MainTrait.php
Normal file
215
src/Traits/Collection/MainTrait.php
Normal file
@@ -0,0 +1,215 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* (c) Meritoo.pl, http://www.meritoo.pl
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Meritoo\Common\Traits\Collection;
|
||||||
|
|
||||||
|
use Meritoo\Common\Collection\Collection;
|
||||||
|
use Meritoo\Common\Utilities\Arrays;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Main trait for the Collection
|
||||||
|
*
|
||||||
|
* @author Meritoo <github@meritoo.pl>
|
||||||
|
* @copyright Meritoo <http://www.meritoo.pl>
|
||||||
|
*/
|
||||||
|
trait MainTrait
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* The elements of collection
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
private $elements;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Adds given element (at the end of collection)
|
||||||
|
*
|
||||||
|
* @param mixed $element The element to add
|
||||||
|
* @param mixed $index (optional) Index / key of the element
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function add($element, $index = null)
|
||||||
|
{
|
||||||
|
if (null === $index || '' === $index) {
|
||||||
|
$this->elements[] = $element;
|
||||||
|
} else {
|
||||||
|
$this->elements[$index] = $element;
|
||||||
|
}
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Adds given elements (at the end of collection)
|
||||||
|
*
|
||||||
|
* @param array|Collection $elements The elements to add
|
||||||
|
* @param bool|false $useIndexes (optional) If is set to true, indexes of given elements will be used in
|
||||||
|
* this collection. Otherwise - not.
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function addMultiple($elements, $useIndexes = false)
|
||||||
|
{
|
||||||
|
if (!empty($elements)) {
|
||||||
|
foreach ($elements as $index => $element) {
|
||||||
|
if ($useIndexes) {
|
||||||
|
$this->add($element, $index);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
$this->add($element);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Prepends given element (adds given element at the beginning of collection)
|
||||||
|
*
|
||||||
|
* @param mixed $element The element to prepend
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function prepend($element)
|
||||||
|
{
|
||||||
|
array_unshift($this->elements, $element);
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Removes given element
|
||||||
|
*
|
||||||
|
* @param mixed $element The element to remove
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
|
public function remove($element)
|
||||||
|
{
|
||||||
|
if ($this->count() > 0) {
|
||||||
|
foreach ($this->elements as $index => $existing) {
|
||||||
|
if ($element === $existing) {
|
||||||
|
unset($this->elements[$index]);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns information if collection is empty
|
||||||
|
*
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
public function isEmpty()
|
||||||
|
{
|
||||||
|
return empty($this->elements);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns information if given element is first in the collection
|
||||||
|
*
|
||||||
|
* @param mixed $element The element to verify
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
public function isFirst($element)
|
||||||
|
{
|
||||||
|
return reset($this->elements) === $element;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns information if given element is last in the collection
|
||||||
|
*
|
||||||
|
* @param mixed $element The element to verify
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
public function isLast($element)
|
||||||
|
{
|
||||||
|
return end($this->elements) === $element;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns information if the collection has given element, iow. if given element exists in the collection
|
||||||
|
*
|
||||||
|
* @param mixed $element The element to verify
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
public function has($element)
|
||||||
|
{
|
||||||
|
$index = Arrays::getIndexOf($this->elements, $element);
|
||||||
|
|
||||||
|
return null !== $index && false !== $index;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns previous element for given element
|
||||||
|
*
|
||||||
|
* @param mixed $element The element to verify
|
||||||
|
* @return mixed|null
|
||||||
|
*/
|
||||||
|
public function getPrevious($element)
|
||||||
|
{
|
||||||
|
return Arrays::getPreviousElement($this->elements, $element);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns next element for given element
|
||||||
|
*
|
||||||
|
* @param mixed $element The element to verify
|
||||||
|
* @return mixed|null
|
||||||
|
*/
|
||||||
|
public function getNext($element)
|
||||||
|
{
|
||||||
|
return Arrays::getNextElement($this->elements, $element);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the first element in the collection
|
||||||
|
*
|
||||||
|
* @return mixed
|
||||||
|
*/
|
||||||
|
public function getFirst()
|
||||||
|
{
|
||||||
|
return Arrays::getFirstElement($this->elements);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the last element in the collection
|
||||||
|
*
|
||||||
|
* @return mixed
|
||||||
|
*/
|
||||||
|
public function getLast()
|
||||||
|
{
|
||||||
|
return Arrays::getLastElement($this->elements);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns element with given index
|
||||||
|
*
|
||||||
|
* @param mixed $index Index / key of the element
|
||||||
|
* @return mixed|null
|
||||||
|
*/
|
||||||
|
public function getByIndex($index)
|
||||||
|
{
|
||||||
|
if (isset($this->elements[$index])) {
|
||||||
|
return $this->elements[$index];
|
||||||
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns representation of object as array
|
||||||
|
*
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
public function toArray()
|
||||||
|
{
|
||||||
|
return $this->elements;
|
||||||
|
}
|
||||||
|
}
|
||||||
28
src/Traits/CollectionTrait.php
Normal file
28
src/Traits/CollectionTrait.php
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* (c) Meritoo.pl, http://www.meritoo.pl
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Meritoo\Common\Traits;
|
||||||
|
|
||||||
|
use Meritoo\Common\Traits\Collection\ArrayAccessTrait;
|
||||||
|
use Meritoo\Common\Traits\Collection\CountableTrait;
|
||||||
|
use Meritoo\Common\Traits\Collection\IteratorAggregateTrait;
|
||||||
|
use Meritoo\Common\Traits\Collection\MainTrait;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Trait for the Collection
|
||||||
|
*
|
||||||
|
* @author Meritoo <github@meritoo.pl>
|
||||||
|
* @copyright Meritoo <http://www.meritoo.pl>
|
||||||
|
*/
|
||||||
|
trait CollectionTrait
|
||||||
|
{
|
||||||
|
use MainTrait;
|
||||||
|
use CountableTrait;
|
||||||
|
use ArrayAccessTrait;
|
||||||
|
use IteratorAggregateTrait;
|
||||||
|
}
|
||||||
@@ -14,13 +14,11 @@ use Meritoo\Common\Exception\Type\UnknownOopVisibilityTypeException;
|
|||||||
use Meritoo\Common\Type\OopVisibilityType;
|
use Meritoo\Common\Type\OopVisibilityType;
|
||||||
use Meritoo\Common\Utilities\Miscellaneous;
|
use Meritoo\Common\Utilities\Miscellaneous;
|
||||||
use ReflectionClass;
|
use ReflectionClass;
|
||||||
use ReflectionException;
|
|
||||||
use ReflectionMethod;
|
use ReflectionMethod;
|
||||||
use stdClass;
|
use stdClass;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* BaseTestCaseTrait
|
* Trait for the base test case
|
||||||
* Created on 2017-11-02
|
|
||||||
*
|
*
|
||||||
* @author Meritoo <github@meritoo.pl>
|
* @author Meritoo <github@meritoo.pl>
|
||||||
* @copyright Meritoo <http://www.meritoo.pl>
|
* @copyright Meritoo <http://www.meritoo.pl>
|
||||||
@@ -173,7 +171,6 @@ trait BaseTestCaseTrait
|
|||||||
* @param int $requiredArgumentsCount (optional) Expected count/amount of required arguments
|
* @param int $requiredArgumentsCount (optional) Expected count/amount of required arguments
|
||||||
* of the verified method
|
* of the verified method
|
||||||
* @throws UnknownOopVisibilityTypeException
|
* @throws UnknownOopVisibilityTypeException
|
||||||
* @throws ReflectionException
|
|
||||||
*
|
*
|
||||||
* Attention. 2nd argument, the $method, may be:
|
* Attention. 2nd argument, the $method, may be:
|
||||||
* - string - name of the method
|
* - string - name of the method
|
||||||
@@ -230,8 +227,6 @@ trait BaseTestCaseTrait
|
|||||||
* @param int $argumentsCount (optional) Expected count/amount of arguments of the verified method
|
* @param int $argumentsCount (optional) Expected count/amount of arguments of the verified method
|
||||||
* @param int $requiredArgumentsCount (optional) Expected count/amount of required arguments of the verified
|
* @param int $requiredArgumentsCount (optional) Expected count/amount of required arguments of the verified
|
||||||
* method
|
* method
|
||||||
* @throws ReflectionException
|
|
||||||
* @throws UnknownOopVisibilityTypeException
|
|
||||||
*/
|
*/
|
||||||
protected static function assertConstructorVisibilityAndArguments(
|
protected static function assertConstructorVisibilityAndArguments(
|
||||||
$classNamespace,
|
$classNamespace,
|
||||||
@@ -245,14 +240,19 @@ trait BaseTestCaseTrait
|
|||||||
$reflection = new ReflectionClass($classNamespace);
|
$reflection = new ReflectionClass($classNamespace);
|
||||||
$method = $reflection->getConstructor();
|
$method = $reflection->getConstructor();
|
||||||
|
|
||||||
static::assertMethodVisibilityAndArguments($classNamespace, $method, $visibilityType, $argumentsCount, $requiredArgumentsCount);
|
static::assertMethodVisibilityAndArguments(
|
||||||
|
$classNamespace,
|
||||||
|
$method,
|
||||||
|
$visibilityType,
|
||||||
|
$argumentsCount,
|
||||||
|
$requiredArgumentsCount
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Asserts that class with given namespace has no constructor
|
* Asserts that class with given namespace has no constructor
|
||||||
*
|
*
|
||||||
* @param string $classNamespace Namespace of class that contains constructor to verify
|
* @param string $classNamespace Namespace of class that contains constructor to verify
|
||||||
* @throws ReflectionException
|
|
||||||
*/
|
*/
|
||||||
protected static function assertHasNoConstructor($classNamespace)
|
protected static function assertHasNoConstructor($classNamespace)
|
||||||
{
|
{
|
||||||
|
|||||||
137
src/Traits/ValueObject/HumanTrait.php
Normal file
137
src/Traits/ValueObject/HumanTrait.php
Normal file
@@ -0,0 +1,137 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* (c) Meritoo.pl, http://www.meritoo.pl
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Meritoo\Common\Traits\ValueObject;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Methods and properties related to human
|
||||||
|
*
|
||||||
|
* @author Meritoo <github@meritoo.pl>
|
||||||
|
* @copyright Meritoo <http://www.meritoo.pl>
|
||||||
|
*/
|
||||||
|
trait HumanTrait
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* First name
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
protected $firstName;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Last name
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
protected $lastName;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Email address
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
protected $email;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Birth date
|
||||||
|
*
|
||||||
|
* @var \DateTime
|
||||||
|
*/
|
||||||
|
protected $birthDate;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class constructor
|
||||||
|
*
|
||||||
|
* @param string $firstName First name
|
||||||
|
* @param string $lastName Last name
|
||||||
|
* @param string $email (optional) Email address
|
||||||
|
* @param \DateTime $birthDate (optional) Birth date
|
||||||
|
*/
|
||||||
|
public function __construct($firstName, $lastName, $email = null, \DateTime $birthDate = null)
|
||||||
|
{
|
||||||
|
$this->firstName = $firstName;
|
||||||
|
$this->lastName = $lastName;
|
||||||
|
$this->email = $email;
|
||||||
|
$this->birthDate = $birthDate;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns representation of object as string
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function __toString()
|
||||||
|
{
|
||||||
|
$template = '%s';
|
||||||
|
|
||||||
|
if ('' !== $this->email && null !== $this->email) {
|
||||||
|
$template .= ' <%s>';
|
||||||
|
}
|
||||||
|
|
||||||
|
return sprintf($template, $this->getFullName(), $this->email);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns first name
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getFirstName()
|
||||||
|
{
|
||||||
|
return $this->firstName;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns last name
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getLastName()
|
||||||
|
{
|
||||||
|
return $this->lastName;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns email address
|
||||||
|
*
|
||||||
|
* @return string|null
|
||||||
|
*/
|
||||||
|
public function getEmail()
|
||||||
|
{
|
||||||
|
return $this->email;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns birth date
|
||||||
|
*
|
||||||
|
* @return \DateTime|null
|
||||||
|
*/
|
||||||
|
public function getBirthDate()
|
||||||
|
{
|
||||||
|
return $this->birthDate;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the full name
|
||||||
|
*
|
||||||
|
* @param bool $firstNameFirst (optional) If is set to true, first name is the first part. Otherwise - last name.
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getFullName($firstNameFirst = true)
|
||||||
|
{
|
||||||
|
$beginning = $this->lastName;
|
||||||
|
$finish = $this->firstName;
|
||||||
|
|
||||||
|
if ($firstNameFirst) {
|
||||||
|
$beginning = $this->firstName;
|
||||||
|
$finish = $this->lastName;
|
||||||
|
}
|
||||||
|
|
||||||
|
return trim(sprintf('%s %s', $beginning, $finish));
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -43,7 +43,7 @@ abstract class BaseType
|
|||||||
/**
|
/**
|
||||||
* Returns information if given type is correct
|
* Returns information if given type is correct
|
||||||
*
|
*
|
||||||
* @param string $type The type to check
|
* @param mixed $type The type to check
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function isCorrectType($type)
|
public function isCorrectType($type)
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -64,8 +64,7 @@ class Date
|
|||||||
const DATE_DIFFERENCE_UNIT_YEARS = 'years';
|
const DATE_DIFFERENCE_UNIT_YEARS = 'years';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns start and end date for given period.
|
* Returns date's period (that contains start and end date) for given period
|
||||||
* The dates are returned in an array with indexes 'start' and 'end'.
|
|
||||||
*
|
*
|
||||||
* @param int $period The period, type of period. One of DatePeriod class constants, e.g. DatePeriod::LAST_WEEK.
|
* @param int $period The period, type of period. One of DatePeriod class constants, e.g. DatePeriod::LAST_WEEK.
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
@@ -141,7 +140,12 @@ class Date
|
|||||||
$dateStart = new DateTime();
|
$dateStart = new DateTime();
|
||||||
$dateEnd = new DateTime();
|
$dateEnd = new DateTime();
|
||||||
|
|
||||||
if (DatePeriod::LAST_YEAR === $period || DatePeriod::NEXT_YEAR === $period) {
|
$yearPeriod = [
|
||||||
|
DatePeriod::LAST_YEAR,
|
||||||
|
DatePeriod::NEXT_YEAR,
|
||||||
|
];
|
||||||
|
|
||||||
|
if (in_array($period, $yearPeriod, true)) {
|
||||||
$yearDifference = 1;
|
$yearDifference = 1;
|
||||||
|
|
||||||
if (DatePeriod::LAST_YEAR === $period) {
|
if (DatePeriod::LAST_YEAR === $period) {
|
||||||
@@ -168,7 +172,7 @@ class Date
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
$dateStart->setTime(0, 0, 0);
|
$dateStart->setTime(0, 0);
|
||||||
$dateEnd->setTime(23, 59, 59);
|
$dateEnd->setTime(23, 59, 59);
|
||||||
|
|
||||||
return new DatePeriod($dateStart, $dateEnd);
|
return new DatePeriod($dateStart, $dateEnd);
|
||||||
@@ -218,7 +222,8 @@ class Date
|
|||||||
|
|
||||||
return $dateTime
|
return $dateTime
|
||||||
->setTime($hour, $minute, $second)
|
->setTime($hour, $minute, $second)
|
||||||
->format($format);
|
->format($format)
|
||||||
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -350,7 +355,7 @@ class Date
|
|||||||
*
|
*
|
||||||
* @param string|DateTime $dateStart The start date
|
* @param string|DateTime $dateStart The start date
|
||||||
* @param string|DateTime $dateEnd The end date
|
* @param string|DateTime $dateEnd The end date
|
||||||
* @param int $differenceUnit (optional) Unit of date difference. One of this class
|
* @param string $differenceUnit (optional) Unit of date difference. One of this class
|
||||||
* DATE_DIFFERENCE_UNIT_* constants. If is set to null all units are
|
* DATE_DIFFERENCE_UNIT_* constants. If is set to null all units are
|
||||||
* returned in the array.
|
* returned in the array.
|
||||||
* @return array|int
|
* @return array|int
|
||||||
@@ -531,11 +536,15 @@ class Date
|
|||||||
/**
|
/**
|
||||||
* Returns random date based on given start date
|
* Returns random date based on given start date
|
||||||
*
|
*
|
||||||
* @param DateTime $startDate The start date. Start of the random date.
|
* @param DateTime $startDate (optional) Beginning of the random date. If not provided, current date will
|
||||||
* @param int $start (optional) Start of random partition
|
* be used (default behaviour).
|
||||||
* @param int $end (optional) End of random partition
|
* @param int $start (optional) Start of random partition. If not provided, 1 will be used
|
||||||
|
* (default behaviour).
|
||||||
|
* @param int $end (optional) End of random partition. If not provided, 100 will be used
|
||||||
|
* (default behaviour).
|
||||||
* @param string $intervalTemplate (optional) Template used to build date interval. The placeholder is replaced
|
* @param string $intervalTemplate (optional) Template used to build date interval. The placeholder is replaced
|
||||||
* with next, iterated value.
|
* with next, iterated value. If not provided, "P%sD" will be used (default
|
||||||
|
* behaviour).
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
* @return DateTime
|
* @return DateTime
|
||||||
*/
|
*/
|
||||||
@@ -569,10 +578,11 @@ class Date
|
|||||||
* @param mixed $value The value which maybe is a date
|
* @param mixed $value The value which maybe is a date
|
||||||
* @param bool $allowCompoundFormats (optional) If is set to true, the compound formats used to create an
|
* @param bool $allowCompoundFormats (optional) If is set to true, the compound formats used to create an
|
||||||
* instance of DateTime class are allowed (e.g. "now", "last day of next
|
* instance of DateTime class are allowed (e.g. "now", "last day of next
|
||||||
* month", "yyyy"). Otherwise - not and every incorrect value is refused.
|
* month", "yyyy"). Otherwise - not and every incorrect value is refused
|
||||||
|
* (default behaviour).
|
||||||
* @param string $dateFormat (optional) Format of date used to verify if given value is actually a date.
|
* @param string $dateFormat (optional) Format of date used to verify if given value is actually a date.
|
||||||
* It should be format matched to the given value, e.g. "Y-m-d H:i" for
|
* It should be format matched to the given value, e.g. "Y-m-d H:i" for
|
||||||
* "2015-01-01 10:00" value.
|
* "2015-01-01 10:00" value. Default: "Y-m-d".
|
||||||
* @return DateTime|bool
|
* @return DateTime|bool
|
||||||
*/
|
*/
|
||||||
public static function getDateTime($value, $allowCompoundFormats = false, $dateFormat = 'Y-m-d')
|
public static function getDateTime($value, $allowCompoundFormats = false, $dateFormat = 'Y-m-d')
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ class Locale
|
|||||||
LC_MESSAGES,
|
LC_MESSAGES,
|
||||||
];
|
];
|
||||||
|
|
||||||
if (empty($languageCode) || !in_array($category, $availableCategories)) {
|
if (empty($languageCode) || !in_array($category, $availableCategories, true)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -733,7 +733,7 @@ class MimeTypes
|
|||||||
*/
|
*/
|
||||||
public static function getExtension($mimeType)
|
public static function getExtension($mimeType)
|
||||||
{
|
{
|
||||||
if (is_string($mimeType) && in_array($mimeType, self::$mimeTypes)) {
|
if (is_string($mimeType) && in_array($mimeType, self::$mimeTypes, true)) {
|
||||||
$data = Arrays::setKeysAsValues(self::$mimeTypes, false);
|
$data = Arrays::setKeysAsValues(self::$mimeTypes, false);
|
||||||
|
|
||||||
return $data[$mimeType];
|
return $data[$mimeType];
|
||||||
@@ -806,7 +806,7 @@ class MimeTypes
|
|||||||
*/
|
*/
|
||||||
public static function isImage($mimeType)
|
public static function isImage($mimeType)
|
||||||
{
|
{
|
||||||
if (in_array($mimeType, self::$mimeTypes)) {
|
if (in_array($mimeType, self::$mimeTypes, true)) {
|
||||||
return (bool)preg_match('|^image/.+$|', $mimeType);
|
return (bool)preg_match('|^image/.+$|', $mimeType);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -296,34 +296,6 @@ class Miscellaneous
|
|||||||
return $effect;
|
return $effect;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Displays variable content as preformatted text (fixed-width font and preserves both spaces and line breaks)
|
|
||||||
*
|
|
||||||
* If xdebug php module is loaded, displays variable using var_dump(), otherwise <pre>var_dump()</pre>.
|
|
||||||
* You can pass as many variables as you wish.
|
|
||||||
*
|
|
||||||
* Pass each variable as argument of this function. Amount unlimited. Variables are loaded using the
|
|
||||||
* func_get_args() function (@see http://pl1.php.net/manual/en/function.func-get-args.php).
|
|
||||||
*/
|
|
||||||
public static function variableDump()
|
|
||||||
{
|
|
||||||
$xdebugLoaded = self::isPhpModuleLoaded('xdebug');
|
|
||||||
|
|
||||||
if (!$xdebugLoaded) {
|
|
||||||
echo '<pre>';
|
|
||||||
}
|
|
||||||
|
|
||||||
$arguments = func_get_args();
|
|
||||||
|
|
||||||
foreach ($arguments as $argument) {
|
|
||||||
var_dump($argument);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!$xdebugLoaded) {
|
|
||||||
echo '</pre>';
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns information if given PHP module is compiled and loaded
|
* Returns information if given PHP module is compiled and loaded
|
||||||
*
|
*
|
||||||
@@ -453,6 +425,14 @@ class Miscellaneous
|
|||||||
*/
|
*/
|
||||||
public static function replace($subject, $search, $replacement, $quoteStrings = false)
|
public static function replace($subject, $search, $replacement, $quoteStrings = false)
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
|
* Unknown source or item to find or replacement is an empty array?
|
||||||
|
* Nothing to do
|
||||||
|
*/
|
||||||
|
if (empty($subject) || empty($search) || [] === $replacement) {
|
||||||
|
return $subject;
|
||||||
|
}
|
||||||
|
|
||||||
$effect = $subject;
|
$effect = $subject;
|
||||||
|
|
||||||
$searchIsString = is_string($search);
|
$searchIsString = is_string($search);
|
||||||
@@ -472,37 +452,47 @@ class Miscellaneous
|
|||||||
$bothAreStrings = $searchIsString && $replacementIsString;
|
$bothAreStrings = $searchIsString && $replacementIsString;
|
||||||
$bothAreArrays = $searchIsArray && $replacementIsArray;
|
$bothAreArrays = $searchIsArray && $replacementIsArray;
|
||||||
|
|
||||||
/*
|
if ($quoteStrings) {
|
||||||
* First step: replace strings, simple operation with strings
|
if ($replacementIsString) {
|
||||||
*/
|
|
||||||
if ($searchIsString && $replacementIsString) {
|
|
||||||
if ($quoteStrings) {
|
|
||||||
$replacement = '\'' . $replacement . '\'';
|
$replacement = '\'' . $replacement . '\'';
|
||||||
}
|
} elseif ($replacementIsArray) {
|
||||||
|
foreach ($replacement as &$item) {
|
||||||
|
if (is_string($item)) {
|
||||||
|
$item = '\'' . $item . '\'';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
unset($item);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 1st step: replace strings, simple operation with strings
|
||||||
|
*/
|
||||||
|
if ($bothAreStrings) {
|
||||||
$effect = str_replace($search, $replacement, $subject);
|
$effect = str_replace($search, $replacement, $subject);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Second step: replace with regular expressions.
|
* 2nd step: replace with regular expressions.
|
||||||
* Attention. Searched and replacement value should be the same type: strings or arrays.
|
* Attention. Searched and replacement value should be the same type: strings or arrays.
|
||||||
*/
|
*/
|
||||||
if ($effect === $subject && ($bothAreStrings || $bothAreArrays)) {
|
if ($effect === $subject && ($bothAreStrings || $bothAreArrays)) {
|
||||||
if ($quoteStrings && $replacementIsString) {
|
|
||||||
$replacement = '\'' . $replacement . '\'';
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* I have to avoid string that contains spaces only, e.g. " ".
|
* I have to avoid string that contains spaces only, e.g. " ".
|
||||||
* It's required to avoid bug: preg_replace(): Empty regular expression.
|
* It's required to avoid bug: preg_replace(): Empty regular expression.
|
||||||
*/
|
*/
|
||||||
if ($searchIsArray || ($searchIsString && !empty(trim($search)))) {
|
if ($searchIsArray || ($searchIsString && !empty(trim($search)))) {
|
||||||
$effect = preg_replace($search, $replacement, $subject);
|
$replaced = @preg_replace($search, $replacement, $subject);
|
||||||
|
|
||||||
|
if (null !== $replaced && [] !== $replaced) {
|
||||||
|
$effect = $replaced;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Third step: complex replace of the replacement defined as an array.
|
* 3rd step: complex replace of the replacement defined as an array.
|
||||||
* It may be useful when you want to search for a one string and replace the string with multiple values.
|
* It may be useful when you want to search for a one string and replace the string with multiple values.
|
||||||
*/
|
*/
|
||||||
if ($effect === $subject && $searchIsString && $replacementIsArray) {
|
if ($effect === $subject && $searchIsString && $replacementIsArray) {
|
||||||
@@ -528,16 +518,6 @@ class Miscellaneous
|
|||||||
$exploded = explode($search, $subSubject);
|
$exploded = explode($search, $subSubject);
|
||||||
$explodedCount = count($exploded);
|
$explodedCount = count($exploded);
|
||||||
|
|
||||||
if ($quoteStrings) {
|
|
||||||
foreach ($replacement as &$item) {
|
|
||||||
if (is_string($item)) {
|
|
||||||
$item = '\'' . $item . '\'';
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
unset($item);
|
|
||||||
}
|
|
||||||
|
|
||||||
foreach ($exploded as $key => $item) {
|
foreach ($exploded as $key => $item) {
|
||||||
$subEffect .= $item;
|
$subEffect .= $item;
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ namespace Meritoo\Common\Utilities;
|
|||||||
|
|
||||||
use Doctrine\Common\Collections\ArrayCollection;
|
use Doctrine\Common\Collections\ArrayCollection;
|
||||||
use Doctrine\ORM\EntityManager;
|
use Doctrine\ORM\EntityManager;
|
||||||
use Doctrine\ORM\OptimisticLockException;
|
|
||||||
use Doctrine\ORM\Query\Expr\Join;
|
use Doctrine\ORM\Query\Expr\Join;
|
||||||
use Doctrine\ORM\Query\Parameter;
|
use Doctrine\ORM\Query\Parameter;
|
||||||
use Doctrine\ORM\QueryBuilder;
|
use Doctrine\ORM\QueryBuilder;
|
||||||
@@ -91,7 +90,7 @@ class QueryBuilderUtility
|
|||||||
* @param array $criteria (optional) The criteria used in WHERE clause. It may simple array with pairs
|
* @param array $criteria (optional) The criteria used in WHERE clause. It may simple array with pairs
|
||||||
* key-value or an array of arrays where second element of sub-array is the
|
* key-value or an array of arrays where second element of sub-array is the
|
||||||
* comparison operator. Example below.
|
* comparison operator. Example below.
|
||||||
* @param string $alias (optional) Alias used in the query
|
* @param string|null $alias (optional) Alias used in the query
|
||||||
* @return QueryBuilder
|
* @return QueryBuilder
|
||||||
*
|
*
|
||||||
* Example of the $criteria argument:
|
* Example of the $criteria argument:
|
||||||
@@ -107,7 +106,7 @@ class QueryBuilderUtility
|
|||||||
* 'position' => 5,
|
* 'position' => 5,
|
||||||
* ]
|
* ]
|
||||||
*/
|
*/
|
||||||
public static function setCriteria(QueryBuilder $queryBuilder, array $criteria = [], $alias = '')
|
public static function setCriteria(QueryBuilder $queryBuilder, array $criteria = [], $alias = null)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* No criteria used in WHERE clause?
|
* No criteria used in WHERE clause?
|
||||||
@@ -121,7 +120,7 @@ class QueryBuilderUtility
|
|||||||
* No alias provided?
|
* No alias provided?
|
||||||
* Let's use root alias
|
* Let's use root alias
|
||||||
*/
|
*/
|
||||||
if (empty($alias)) {
|
if (null === $alias || '' === $alias) {
|
||||||
$alias = self::getRootAlias($queryBuilder);
|
$alias = self::getRootAlias($queryBuilder);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -129,7 +128,7 @@ class QueryBuilderUtility
|
|||||||
$compareOperator = '=';
|
$compareOperator = '=';
|
||||||
|
|
||||||
if (is_array($value) && !empty($value)) {
|
if (is_array($value) && !empty($value)) {
|
||||||
if (2 == count($value)) {
|
if (2 === count($value)) {
|
||||||
$compareOperator = $value[1];
|
$compareOperator = $value[1];
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -158,7 +157,6 @@ class QueryBuilderUtility
|
|||||||
* @param array|ArrayCollection $entities The entities to delete
|
* @param array|ArrayCollection $entities The entities to delete
|
||||||
* @param bool $flushDeleted (optional) If is set to true, flushes the deleted objects (default
|
* @param bool $flushDeleted (optional) If is set to true, flushes the deleted objects (default
|
||||||
* behaviour). Otherwise - not.
|
* behaviour). Otherwise - not.
|
||||||
* @throws OptimisticLockException
|
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public static function deleteEntities(EntityManager $entityManager, $entities, $flushDeleted = true)
|
public static function deleteEntities(EntityManager $entityManager, $entities, $flushDeleted = true)
|
||||||
|
|||||||
@@ -662,7 +662,7 @@ class Reflection
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets value of given property
|
* Sets value of given property in given object
|
||||||
*
|
*
|
||||||
* @param mixed $object Object that should contains given property
|
* @param mixed $object Object that should contains given property
|
||||||
* @param string $property Name of the property
|
* @param string $property Name of the property
|
||||||
@@ -692,4 +692,25 @@ class Reflection
|
|||||||
$reflectionProperty->setAccessible(false);
|
$reflectionProperty->setAccessible(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets values of properties in given object
|
||||||
|
*
|
||||||
|
* @param mixed $object Object that should contains given property
|
||||||
|
* @param array $propertiesValues Key-value pairs, where key - name of the property, value - value of the property
|
||||||
|
*/
|
||||||
|
public static function setPropertiesValues($object, array $propertiesValues)
|
||||||
|
{
|
||||||
|
/*
|
||||||
|
* No properties?
|
||||||
|
* Nothing to do
|
||||||
|
*/
|
||||||
|
if (empty($propertiesValues)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
foreach ($propertiesValues as $property => $value) {
|
||||||
|
static::setPropertyValue($object, $property, $value);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ use Meritoo\Common\Exception\Regex\IncorrectColorHexLengthException;
|
|||||||
use Meritoo\Common\Exception\Regex\InvalidColorHexValueException;
|
use Meritoo\Common\Exception\Regex\InvalidColorHexValueException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Useful regular expressions methods
|
* Useful methods related to regular expressions
|
||||||
*
|
*
|
||||||
* @author Meritoo <github@meritoo.pl>
|
* @author Meritoo <github@meritoo.pl>
|
||||||
* @copyright Meritoo <http://www.meritoo.pl>
|
* @copyright Meritoo <http://www.meritoo.pl>
|
||||||
@@ -102,7 +102,7 @@ class Regex
|
|||||||
* Tax ID is not 10 characters length OR is not numeric?
|
* Tax ID is not 10 characters length OR is not numeric?
|
||||||
* Nothing to do
|
* Nothing to do
|
||||||
*/
|
*/
|
||||||
if (10 !== strlen($taxId) || !is_numeric($taxId)) {
|
if (!is_numeric($taxId) || 10 !== strlen($taxId)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -125,14 +125,11 @@ class Regex
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Last number it's not a remainder from dividing per 11?
|
* Last number it's a remainder from dividing per 11?
|
||||||
* Nothing to do
|
* Tax ID is valid
|
||||||
*/
|
*/
|
||||||
if ($sum % 11 == $taxId[9]) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
return $sum % 11 === (int)$taxId[9];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -248,7 +245,7 @@ class Regex
|
|||||||
|
|
||||||
if ($itsRegularExpression) {
|
if ($itsRegularExpression) {
|
||||||
$matchesCount = preg_match($filterExpression, $value);
|
$matchesCount = preg_match($filterExpression, $value);
|
||||||
$remove = 0 == $matchesCount;
|
$remove = 0 === $matchesCount;
|
||||||
} else {
|
} else {
|
||||||
if (is_string($value)) {
|
if (is_string($value)) {
|
||||||
$value = sprintf('\'%s\'', $value);
|
$value = sprintf('\'%s\'', $value);
|
||||||
@@ -306,11 +303,9 @@ class Regex
|
|||||||
|
|
||||||
if ($mustAllMatch) {
|
if ($mustAllMatch) {
|
||||||
$effect = $effect && $matched;
|
$effect = $effect && $matched;
|
||||||
} else {
|
} elseif ($matched) {
|
||||||
if ($matched) {
|
$effect = $matched;
|
||||||
$effect = $matched;
|
break;
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -501,7 +496,7 @@ class Regex
|
|||||||
public static function startsWith($string, $beginning)
|
public static function startsWith($string, $beginning)
|
||||||
{
|
{
|
||||||
if (!empty($string) && !empty($beginning)) {
|
if (!empty($string) && !empty($beginning)) {
|
||||||
if (1 == strlen($beginning) && !self::isLetterOrDigit($beginning)) {
|
if (1 === strlen($beginning) && !self::isLetterOrDigit($beginning)) {
|
||||||
$beginning = '\\' . $beginning;
|
$beginning = '\\' . $beginning;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -522,7 +517,7 @@ class Regex
|
|||||||
*/
|
*/
|
||||||
public static function endsWith($string, $ending)
|
public static function endsWith($string, $ending)
|
||||||
{
|
{
|
||||||
if (1 == strlen($ending) && !self::isLetterOrDigit($ending)) {
|
if (1 === strlen($ending) && !self::isLetterOrDigit($ending)) {
|
||||||
$ending = '\\' . $ending;
|
$ending = '\\' . $ending;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -607,7 +602,7 @@ class Regex
|
|||||||
*/
|
*/
|
||||||
public static function contains($haystack, $needle)
|
public static function contains($haystack, $needle)
|
||||||
{
|
{
|
||||||
if (1 == strlen($needle) && !self::isLetterOrDigit($needle)) {
|
if (1 === strlen($needle) && !self::isLetterOrDigit($needle)) {
|
||||||
$needle = '\\' . $needle;
|
$needle = '\\' . $needle;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -694,14 +689,14 @@ class Regex
|
|||||||
*/
|
*/
|
||||||
public static function isValidNip($nip)
|
public static function isValidNip($nip)
|
||||||
{
|
{
|
||||||
$nip = preg_replace('/[^0-9]/', '', $nip);
|
$nip = preg_replace('/[\D]/', '', $nip);
|
||||||
|
|
||||||
$invalidNips = [
|
$invalidNips = [
|
||||||
'1234567890',
|
'1234567890',
|
||||||
'0000000000',
|
'0000000000',
|
||||||
];
|
];
|
||||||
|
|
||||||
if (!preg_match('/^[0-9]{10}$/', $nip) || in_array($nip, $invalidNips)) {
|
if (!preg_match('/^[\d]{10}$/', $nip) || in_array($nip, $invalidNips, true)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -723,9 +718,9 @@ class Regex
|
|||||||
}
|
}
|
||||||
|
|
||||||
$modulo = $sum % 11;
|
$modulo = $sum % 11;
|
||||||
$numberControl = (10 == $modulo) ? 0 : $modulo;
|
$numberControl = (10 === $modulo) ? 0 : $modulo;
|
||||||
|
|
||||||
return $numberControl == $nip[9];
|
return $numberControl === (int)$nip[9];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -924,4 +919,37 @@ class Regex
|
|||||||
|
|
||||||
return (bool)preg_match($pattern, $value);
|
return (bool)preg_match($pattern, $value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns slug for given value
|
||||||
|
*
|
||||||
|
* @param string $value Value that should be transformed to slug
|
||||||
|
* @return string|bool
|
||||||
|
*/
|
||||||
|
public static function createSlug($value)
|
||||||
|
{
|
||||||
|
/*
|
||||||
|
* Not a scalar value?
|
||||||
|
* Nothing to do
|
||||||
|
*/
|
||||||
|
if (!is_scalar($value)) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* It's an empty string?
|
||||||
|
* Nothing to do
|
||||||
|
*/
|
||||||
|
if ('' === $value) {
|
||||||
|
return '';
|
||||||
|
}
|
||||||
|
|
||||||
|
$id = 'Latin-ASCII; NFD; [:Nonspacing Mark:] Remove; NFC; [:Punctuation:] Remove; Lower();';
|
||||||
|
$transliterator = \Transliterator::create($id);
|
||||||
|
|
||||||
|
$cleanValue = trim($value);
|
||||||
|
$result = $transliterator->transliterate($cleanValue);
|
||||||
|
|
||||||
|
return preg_replace('/[-\s]+/', '-', $result);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -177,10 +177,13 @@ class Repository
|
|||||||
$direction = 'ASC'
|
$direction = 'ASC'
|
||||||
) {
|
) {
|
||||||
$alias = 'qb';
|
$alias = 'qb';
|
||||||
|
$queryBuilder = $repository->createQueryBuilder($alias);
|
||||||
|
|
||||||
return $repository
|
if (empty($property)) {
|
||||||
->createQueryBuilder($alias)
|
return $queryBuilder;
|
||||||
->orderBy(sprintf('%s.%s', $alias, $property), $direction);
|
}
|
||||||
|
|
||||||
|
return $queryBuilder->orderBy(sprintf('%s.%s', $alias, $property), $direction);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ class Uri
|
|||||||
/*
|
/*
|
||||||
* Oops, cannot match protocol
|
* Oops, cannot match protocol
|
||||||
*/
|
*/
|
||||||
if (0 == $matchCount) {
|
if (0 === $matchCount) {
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ class Xml
|
|||||||
$query = $path->query('/*/*');
|
$query = $path->query('/*/*');
|
||||||
$nodesCount = $query->length;
|
$nodesCount = $query->length;
|
||||||
|
|
||||||
if (0 == $nodesCount) {
|
if (0 === $nodesCount) {
|
||||||
return $element1;
|
return $element1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
159
src/ValueObject/Address.php
Normal file
159
src/ValueObject/Address.php
Normal file
@@ -0,0 +1,159 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* (c) Meritoo.pl, http://www.meritoo.pl
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Meritoo\Common\ValueObject;
|
||||||
|
|
||||||
|
use Meritoo\Common\Utilities\Arrays;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Address
|
||||||
|
*
|
||||||
|
* @author Meritoo <github@meritoo.pl>
|
||||||
|
* @copyright Meritoo <http://www.meritoo.pl>
|
||||||
|
*/
|
||||||
|
class Address
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* The street
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
protected $street;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The number of building
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
protected $buildingNumber;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The number of flat
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
protected $flatNumber;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The zip code
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
protected $zipCode;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The city, location
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
protected $city;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class constructor
|
||||||
|
*
|
||||||
|
* @param string $city City, location
|
||||||
|
* @param string $zipCode The zip code
|
||||||
|
* @param string $street The street
|
||||||
|
* @param string $buildingNumber The number of building
|
||||||
|
* @param string $flatNumber (optional) The number of flat. Default: "".
|
||||||
|
*/
|
||||||
|
public function __construct($city, $zipCode, $street, $buildingNumber, $flatNumber = '')
|
||||||
|
{
|
||||||
|
$this->city = $city;
|
||||||
|
$this->zipCode = $zipCode;
|
||||||
|
$this->street = $street;
|
||||||
|
$this->buildingNumber = $buildingNumber;
|
||||||
|
$this->flatNumber = $flatNumber;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns representation of object as string
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function __toString()
|
||||||
|
{
|
||||||
|
$values = [
|
||||||
|
$this->getFullStreet(),
|
||||||
|
$this->zipCode,
|
||||||
|
$this->city,
|
||||||
|
];
|
||||||
|
|
||||||
|
return Arrays::getNonEmptyValuesAsString($values);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns street
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getStreet()
|
||||||
|
{
|
||||||
|
return $this->street;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns full street (name + building & flat number)
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getFullStreet()
|
||||||
|
{
|
||||||
|
if (empty($this->street)) {
|
||||||
|
return '';
|
||||||
|
}
|
||||||
|
|
||||||
|
$numbers = $this->buildingNumber;
|
||||||
|
|
||||||
|
if (!empty($numbers) && !empty($this->flatNumber)) {
|
||||||
|
$numbers = sprintf('%s/%s', $numbers, $this->flatNumber);
|
||||||
|
}
|
||||||
|
|
||||||
|
return sprintf('%s %s', $this->street, $numbers);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns number of building
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getBuildingNumber()
|
||||||
|
{
|
||||||
|
return $this->buildingNumber;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns number of flat
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getFlatNumber()
|
||||||
|
{
|
||||||
|
return $this->flatNumber;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns zip code
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getZipCode()
|
||||||
|
{
|
||||||
|
return $this->zipCode;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns city, location
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getCity()
|
||||||
|
{
|
||||||
|
return $this->city;
|
||||||
|
}
|
||||||
|
}
|
||||||
81
src/ValueObject/BankAccount.php
Normal file
81
src/ValueObject/BankAccount.php
Normal file
@@ -0,0 +1,81 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* (c) Meritoo.pl, http://www.meritoo.pl
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Meritoo\Common\ValueObject;
|
||||||
|
|
||||||
|
use Meritoo\Common\Utilities\Arrays;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bank account
|
||||||
|
*
|
||||||
|
* @author Meritoo <github@meritoo.pl>
|
||||||
|
* @copyright Meritoo <http://www.meritoo.pl>
|
||||||
|
*/
|
||||||
|
class BankAccount
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Name of bank
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
protected $bankName;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Number of bank's account
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
protected $accountNumber;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class constructor
|
||||||
|
*
|
||||||
|
* @param string $bankName Name of bank
|
||||||
|
* @param string $accountNumber Number of bank's account
|
||||||
|
*/
|
||||||
|
public function __construct($bankName, $accountNumber)
|
||||||
|
{
|
||||||
|
$this->bankName = $bankName;
|
||||||
|
$this->accountNumber = $accountNumber;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns representation of object as string
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function __toString()
|
||||||
|
{
|
||||||
|
$values = [
|
||||||
|
$this->bankName,
|
||||||
|
$this->accountNumber,
|
||||||
|
];
|
||||||
|
|
||||||
|
return Arrays::getNonEmptyValuesAsString($values);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns name of bank
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getBankName()
|
||||||
|
{
|
||||||
|
return $this->bankName;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns number of bank's account
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getAccountNumber()
|
||||||
|
{
|
||||||
|
return $this->accountNumber;
|
||||||
|
}
|
||||||
|
}
|
||||||
101
src/ValueObject/Company.php
Normal file
101
src/ValueObject/Company.php
Normal file
@@ -0,0 +1,101 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* (c) Meritoo.pl, http://www.meritoo.pl
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Meritoo\Common\ValueObject;
|
||||||
|
|
||||||
|
use Meritoo\Common\Utilities\Arrays;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Company
|
||||||
|
*
|
||||||
|
* @author Meritoo <github@meritoo.pl>
|
||||||
|
* @copyright Meritoo <http://www.meritoo.pl>
|
||||||
|
*/
|
||||||
|
class Company
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Name of company
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
protected $name;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Address of company
|
||||||
|
*
|
||||||
|
* @var Address
|
||||||
|
*/
|
||||||
|
protected $address;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bank account of company
|
||||||
|
*
|
||||||
|
* @var BankAccount
|
||||||
|
*/
|
||||||
|
protected $bankAccount;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class constructor
|
||||||
|
*
|
||||||
|
* @param string $name Name of company
|
||||||
|
* @param Address $address Address of company
|
||||||
|
* @param BankAccount|null $bankAccount (optional) Bank account of company
|
||||||
|
*/
|
||||||
|
public function __construct($name, Address $address, BankAccount $bankAccount = null)
|
||||||
|
{
|
||||||
|
$this->name = $name;
|
||||||
|
$this->address = $address;
|
||||||
|
$this->bankAccount = $bankAccount;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns representation of object as string
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function __toString()
|
||||||
|
{
|
||||||
|
$values = [
|
||||||
|
$this->name,
|
||||||
|
$this->address,
|
||||||
|
$this->bankAccount,
|
||||||
|
];
|
||||||
|
|
||||||
|
return Arrays::getNonEmptyValuesAsString($values);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns name of company
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getName()
|
||||||
|
{
|
||||||
|
return $this->name;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns address of company
|
||||||
|
*
|
||||||
|
* @return Address
|
||||||
|
*/
|
||||||
|
public function getAddress()
|
||||||
|
{
|
||||||
|
return $this->address;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns bank account of company
|
||||||
|
*
|
||||||
|
* @return BankAccount|null
|
||||||
|
*/
|
||||||
|
public function getBankAccount()
|
||||||
|
{
|
||||||
|
return $this->bankAccount;
|
||||||
|
}
|
||||||
|
}
|
||||||
22
src/ValueObject/Human.php
Normal file
22
src/ValueObject/Human.php
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* (c) Meritoo.pl, http://www.meritoo.pl
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Meritoo\Common\ValueObject;
|
||||||
|
|
||||||
|
use Meritoo\Common\Traits\ValueObject\HumanTrait;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Human
|
||||||
|
*
|
||||||
|
* @author Meritoo <github@meritoo.pl>
|
||||||
|
* @copyright Meritoo <http://www.meritoo.pl>
|
||||||
|
*/
|
||||||
|
class Human
|
||||||
|
{
|
||||||
|
use HumanTrait;
|
||||||
|
}
|
||||||
@@ -88,7 +88,7 @@ class Version
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns string representation of instance of this class
|
* Returns representation of object as string
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Collection;
|
namespace Meritoo\Test\Common\Collection;
|
||||||
|
|
||||||
use ArrayIterator;
|
use ArrayIterator;
|
||||||
use Generator;
|
use Generator;
|
||||||
@@ -45,12 +45,12 @@ class CollectionTest extends BaseTestCase
|
|||||||
|
|
||||||
public function testEmptyCollection()
|
public function testEmptyCollection()
|
||||||
{
|
{
|
||||||
static::assertEquals(0, $this->emptyCollection->count());
|
static::assertSame(0, $this->emptyCollection->count());
|
||||||
static::assertCount(0, $this->emptyCollection);
|
static::assertCount(0, $this->emptyCollection);
|
||||||
static::assertEmpty($this->emptyCollection);
|
static::assertEmpty($this->emptyCollection);
|
||||||
|
|
||||||
static::assertTrue($this->emptyCollection->isEmpty());
|
static::assertTrue($this->emptyCollection->isEmpty());
|
||||||
static::assertEquals([], $this->emptyCollection->toArray());
|
static::assertSame([], $this->emptyCollection->toArray());
|
||||||
static::assertEmpty($this->emptyCollection->toArray());
|
static::assertEmpty($this->emptyCollection->toArray());
|
||||||
|
|
||||||
static::assertNull($this->emptyCollection->getFirst());
|
static::assertNull($this->emptyCollection->getFirst());
|
||||||
@@ -61,23 +61,23 @@ class CollectionTest extends BaseTestCase
|
|||||||
|
|
||||||
public function testNotEmptyCollection()
|
public function testNotEmptyCollection()
|
||||||
{
|
{
|
||||||
static::assertEquals(4, $this->simpleCollection->count());
|
static::assertSame(4, $this->simpleCollection->count());
|
||||||
static::assertCount(4, $this->simpleCollection);
|
static::assertCount(4, $this->simpleCollection);
|
||||||
static::assertNotEmpty($this->simpleCollection);
|
static::assertNotEmpty($this->simpleCollection);
|
||||||
|
|
||||||
static::assertFalse($this->simpleCollection->isEmpty());
|
static::assertFalse($this->simpleCollection->isEmpty());
|
||||||
static::assertEquals($this->simpleElements, $this->simpleCollection->toArray());
|
static::assertSame($this->simpleElements, $this->simpleCollection->toArray());
|
||||||
static::assertNotEmpty($this->simpleCollection->toArray());
|
static::assertNotEmpty($this->simpleCollection->toArray());
|
||||||
|
|
||||||
static::assertEquals('lorem', $this->simpleCollection->getFirst());
|
static::assertSame('lorem', $this->simpleCollection->getFirst());
|
||||||
static::assertEquals('sit', $this->simpleCollection->getLast());
|
static::assertSame('sit', $this->simpleCollection->getLast());
|
||||||
static::assertEquals('dolor', $this->simpleCollection[123]);
|
static::assertSame('dolor', $this->simpleCollection[123]);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testCount()
|
public function testCount()
|
||||||
{
|
{
|
||||||
static::assertEquals(0, $this->emptyCollection->count());
|
static::assertSame(0, $this->emptyCollection->count());
|
||||||
static::assertEquals(4, $this->simpleCollection->count());
|
static::assertSame(4, $this->simpleCollection->count());
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testOffsetExists()
|
public function testOffsetExists()
|
||||||
@@ -94,8 +94,8 @@ class CollectionTest extends BaseTestCase
|
|||||||
static::assertNull($this->emptyCollection['abc']);
|
static::assertNull($this->emptyCollection['abc']);
|
||||||
static::assertNull($this->simpleCollection['abc']);
|
static::assertNull($this->simpleCollection['abc']);
|
||||||
|
|
||||||
static::assertEquals('lorem', $this->simpleCollection[0]);
|
static::assertSame('lorem', $this->simpleCollection[0]);
|
||||||
static::assertEquals('sit', $this->simpleCollection[345]);
|
static::assertSame('sit', $this->simpleCollection[345]);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testOffsetSet()
|
public function testOffsetSet()
|
||||||
@@ -104,10 +104,10 @@ class CollectionTest extends BaseTestCase
|
|||||||
$this->simpleCollection['test2'] = 5678;
|
$this->simpleCollection['test2'] = 5678;
|
||||||
|
|
||||||
static::assertTrue($this->emptyCollection->has(1234));
|
static::assertTrue($this->emptyCollection->has(1234));
|
||||||
static::assertEquals(1234, $this->emptyCollection['test1']);
|
static::assertSame(1234, $this->emptyCollection['test1']);
|
||||||
|
|
||||||
static::assertTrue($this->simpleCollection->has(5678));
|
static::assertTrue($this->simpleCollection->has(5678));
|
||||||
static::assertEquals(5678, $this->simpleCollection['test2']);
|
static::assertSame(5678, $this->simpleCollection['test2']);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testOffsetUnset()
|
public function testOffsetUnset()
|
||||||
@@ -115,14 +115,14 @@ class CollectionTest extends BaseTestCase
|
|||||||
unset($this->simpleCollection[0]);
|
unset($this->simpleCollection[0]);
|
||||||
|
|
||||||
static::assertFalse($this->simpleCollection->has('lorem'));
|
static::assertFalse($this->simpleCollection->has('lorem'));
|
||||||
static::assertEquals('ipsum', $this->simpleCollection[1]);
|
static::assertSame('ipsum', $this->simpleCollection[1]);
|
||||||
static::assertEquals(3, $this->simpleCollection->count());
|
static::assertSame(3, $this->simpleCollection->count());
|
||||||
|
|
||||||
unset($this->simpleCollection[123]);
|
unset($this->simpleCollection[123]);
|
||||||
|
|
||||||
static::assertFalse($this->simpleCollection->has('dolor'));
|
static::assertFalse($this->simpleCollection->has('dolor'));
|
||||||
static::assertEquals('ipsum', $this->simpleCollection[1]);
|
static::assertSame('ipsum', $this->simpleCollection[1]);
|
||||||
static::assertEquals(2, $this->simpleCollection->count());
|
static::assertSame(2, $this->simpleCollection->count());
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testGetIterator()
|
public function testGetIterator()
|
||||||
@@ -143,8 +143,8 @@ class CollectionTest extends BaseTestCase
|
|||||||
$collection->add($element);
|
$collection->add($element);
|
||||||
|
|
||||||
static::assertTrue($collection->has($element));
|
static::assertTrue($collection->has($element));
|
||||||
static::assertEquals($expectedCount, $collection->count());
|
static::assertSame($expectedCount, $collection->count());
|
||||||
static::assertEquals($element, $collection[$expectedIndex]);
|
static::assertSame($element, $collection[$expectedIndex]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -161,15 +161,15 @@ class CollectionTest extends BaseTestCase
|
|||||||
$collection->add($element, $index);
|
$collection->add($element, $index);
|
||||||
|
|
||||||
static::assertTrue($collection->has($element));
|
static::assertTrue($collection->has($element));
|
||||||
static::assertEquals($expectedCount, $collection->count());
|
static::assertSame($expectedCount, $collection->count());
|
||||||
static::assertEquals($element, $collection[$expectedIndex]);
|
static::assertSame($element, $collection[$expectedIndex]);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testAddMultipleUsingEmptyArray()
|
public function testAddMultipleUsingEmptyArray()
|
||||||
{
|
{
|
||||||
$this->emptyCollection->addMultiple([]);
|
$this->emptyCollection->addMultiple([]);
|
||||||
|
|
||||||
static::assertEquals(0, $this->emptyCollection->count());
|
static::assertSame(0, $this->emptyCollection->count());
|
||||||
static::assertTrue($this->emptyCollection->isEmpty());
|
static::assertTrue($this->emptyCollection->isEmpty());
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -185,12 +185,12 @@ class CollectionTest extends BaseTestCase
|
|||||||
$this->emptyCollection->addMultiple($elements);
|
$this->emptyCollection->addMultiple($elements);
|
||||||
|
|
||||||
static::assertFalse($this->emptyCollection->isEmpty());
|
static::assertFalse($this->emptyCollection->isEmpty());
|
||||||
static::assertEquals(4, $this->emptyCollection->count());
|
static::assertSame(4, $this->emptyCollection->count());
|
||||||
|
|
||||||
static::assertEquals('test1', $this->emptyCollection[0]);
|
static::assertSame('test1', $this->emptyCollection[0]);
|
||||||
static::assertEquals('test2', $this->emptyCollection[1]);
|
static::assertSame('test2', $this->emptyCollection[1]);
|
||||||
static::assertEquals('test3', $this->emptyCollection[2]);
|
static::assertSame('test3', $this->emptyCollection[2]);
|
||||||
static::assertEquals('test4', $this->emptyCollection[3]);
|
static::assertSame('test4', $this->emptyCollection[3]);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testAddMultipleUsingIndexes()
|
public function testAddMultipleUsingIndexes()
|
||||||
@@ -205,12 +205,12 @@ class CollectionTest extends BaseTestCase
|
|||||||
$this->emptyCollection->addMultiple($elements, true);
|
$this->emptyCollection->addMultiple($elements, true);
|
||||||
|
|
||||||
static::assertFalse($this->emptyCollection->isEmpty());
|
static::assertFalse($this->emptyCollection->isEmpty());
|
||||||
static::assertEquals(4, $this->emptyCollection->count());
|
static::assertSame(4, $this->emptyCollection->count());
|
||||||
|
|
||||||
static::assertEquals('test1', $this->emptyCollection[0]);
|
static::assertSame('test1', $this->emptyCollection[0]);
|
||||||
static::assertEquals('test2', $this->emptyCollection[1]);
|
static::assertSame('test2', $this->emptyCollection[1]);
|
||||||
static::assertEquals('test3', $this->emptyCollection[1234]);
|
static::assertSame('test3', $this->emptyCollection[1234]);
|
||||||
static::assertEquals('test4', $this->emptyCollection[5678]);
|
static::assertSame('test4', $this->emptyCollection[5678]);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testPrepend()
|
public function testPrepend()
|
||||||
@@ -218,14 +218,14 @@ class CollectionTest extends BaseTestCase
|
|||||||
$this->emptyCollection->prepend('lorem-ipsum');
|
$this->emptyCollection->prepend('lorem-ipsum');
|
||||||
|
|
||||||
static::assertFalse($this->emptyCollection->isEmpty());
|
static::assertFalse($this->emptyCollection->isEmpty());
|
||||||
static::assertEquals(1, $this->emptyCollection->count());
|
static::assertSame(1, $this->emptyCollection->count());
|
||||||
static::assertEquals('lorem-ipsum', $this->emptyCollection[0]);
|
static::assertSame('lorem-ipsum', $this->emptyCollection[0]);
|
||||||
|
|
||||||
$this->simpleCollection->prepend('lorem-ipsum');
|
$this->simpleCollection->prepend('lorem-ipsum');
|
||||||
|
|
||||||
static::assertFalse($this->simpleCollection->isEmpty());
|
static::assertFalse($this->simpleCollection->isEmpty());
|
||||||
static::assertEquals(5, $this->simpleCollection->count());
|
static::assertSame(5, $this->simpleCollection->count());
|
||||||
static::assertEquals('lorem-ipsum', $this->simpleCollection[0]);
|
static::assertSame('lorem-ipsum', $this->simpleCollection[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testRemoveNotExistingElement()
|
public function testRemoveNotExistingElement()
|
||||||
@@ -233,24 +233,24 @@ class CollectionTest extends BaseTestCase
|
|||||||
$this->emptyCollection->remove('abc');
|
$this->emptyCollection->remove('abc');
|
||||||
|
|
||||||
static::assertTrue($this->emptyCollection->isEmpty());
|
static::assertTrue($this->emptyCollection->isEmpty());
|
||||||
static::assertEquals(0, $this->emptyCollection->count());
|
static::assertSame(0, $this->emptyCollection->count());
|
||||||
|
|
||||||
$this->simpleCollection->remove('abc');
|
$this->simpleCollection->remove('abc');
|
||||||
|
|
||||||
static::assertFalse($this->simpleCollection->isEmpty());
|
static::assertFalse($this->simpleCollection->isEmpty());
|
||||||
static::assertEquals(4, $this->simpleCollection->count());
|
static::assertSame(4, $this->simpleCollection->count());
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testRemove()
|
public function testRemove()
|
||||||
{
|
{
|
||||||
static::assertFalse($this->simpleCollection->isEmpty());
|
static::assertFalse($this->simpleCollection->isEmpty());
|
||||||
static::assertEquals(4, $this->simpleCollection->count());
|
static::assertSame(4, $this->simpleCollection->count());
|
||||||
static::assertEquals('ipsum', $this->simpleCollection[1]);
|
static::assertSame('ipsum', $this->simpleCollection[1]);
|
||||||
|
|
||||||
$this->simpleCollection->remove('ipsum');
|
$this->simpleCollection->remove('ipsum');
|
||||||
|
|
||||||
static::assertFalse($this->simpleCollection->isEmpty());
|
static::assertFalse($this->simpleCollection->isEmpty());
|
||||||
static::assertEquals(3, $this->simpleCollection->count());
|
static::assertSame(3, $this->simpleCollection->count());
|
||||||
static::assertNull($this->simpleCollection[1]);
|
static::assertNull($this->simpleCollection[1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -290,8 +290,8 @@ class CollectionTest extends BaseTestCase
|
|||||||
static::assertNull($this->simpleCollection->getPrevious('abc'));
|
static::assertNull($this->simpleCollection->getPrevious('abc'));
|
||||||
static::assertNull($this->simpleCollection->getPrevious('lorem'));
|
static::assertNull($this->simpleCollection->getPrevious('lorem'));
|
||||||
|
|
||||||
static::assertEquals('lorem', $this->simpleCollection->getPrevious('ipsum'));
|
static::assertSame('lorem', $this->simpleCollection->getPrevious('ipsum'));
|
||||||
static::assertEquals('dolor', $this->simpleCollection->getPrevious('sit'));
|
static::assertSame('dolor', $this->simpleCollection->getPrevious('sit'));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testGetNext()
|
public function testGetNext()
|
||||||
@@ -300,26 +300,26 @@ class CollectionTest extends BaseTestCase
|
|||||||
static::assertNull($this->simpleCollection->getNext('abc'));
|
static::assertNull($this->simpleCollection->getNext('abc'));
|
||||||
static::assertNull($this->simpleCollection->getNext('sit'));
|
static::assertNull($this->simpleCollection->getNext('sit'));
|
||||||
|
|
||||||
static::assertEquals('dolor', $this->simpleCollection->getNext('ipsum'));
|
static::assertSame('dolor', $this->simpleCollection->getNext('ipsum'));
|
||||||
static::assertEquals('sit', $this->simpleCollection->getNext('dolor'));
|
static::assertSame('sit', $this->simpleCollection->getNext('dolor'));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testGetFirst()
|
public function testGetFirst()
|
||||||
{
|
{
|
||||||
static::assertNull($this->emptyCollection->getFirst());
|
static::assertNull($this->emptyCollection->getFirst());
|
||||||
static::assertEquals('lorem', $this->simpleCollection->getFirst());
|
static::assertSame('lorem', $this->simpleCollection->getFirst());
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testGetLast()
|
public function testGetLast()
|
||||||
{
|
{
|
||||||
static::assertNull($this->emptyCollection->getLast());
|
static::assertNull($this->emptyCollection->getLast());
|
||||||
static::assertEquals('sit', $this->simpleCollection->getLast());
|
static::assertSame('sit', $this->simpleCollection->getLast());
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testToArray()
|
public function testToArray()
|
||||||
{
|
{
|
||||||
static::assertEquals([], $this->emptyCollection->toArray());
|
static::assertSame([], $this->emptyCollection->toArray());
|
||||||
static::assertEquals($this->simpleElements, $this->simpleCollection->toArray());
|
static::assertSame($this->simpleElements, $this->simpleCollection->toArray());
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testExistsVisibilityAndArguments()
|
public function testExistsVisibilityAndArguments()
|
||||||
@@ -327,6 +327,19 @@ class CollectionTest extends BaseTestCase
|
|||||||
static::assertMethodVisibilityAndArguments(Collection::class, 'exists', OopVisibilityType::IS_PRIVATE, 1, 1);
|
static::assertMethodVisibilityAndArguments(Collection::class, 'exists', OopVisibilityType::IS_PRIVATE, 1, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string $description Description of test
|
||||||
|
* @param Collection $collection Collection to search for element with given index
|
||||||
|
* @param mixed $index Index / key of the element
|
||||||
|
* @param mixed $expected Expected element with given index
|
||||||
|
*
|
||||||
|
* @dataProvider provideElementGetByIndex
|
||||||
|
*/
|
||||||
|
public function testGetByIndex($description, Collection $collection, $index, $expected)
|
||||||
|
{
|
||||||
|
static::assertEquals($expected, $collection->getByIndex($index), $description);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provides element to add to collection
|
* Provides element to add to collection
|
||||||
*
|
*
|
||||||
@@ -408,6 +421,73 @@ class CollectionTest extends BaseTestCase
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function provideElementGetByIndex()
|
||||||
|
{
|
||||||
|
yield[
|
||||||
|
'An empty collection and empty index',
|
||||||
|
new Collection(),
|
||||||
|
'',
|
||||||
|
null,
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'An empty collection and non-empty index',
|
||||||
|
new Collection(),
|
||||||
|
'test',
|
||||||
|
null,
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'Non-empty collection and not existing index',
|
||||||
|
new Collection([
|
||||||
|
'lorem' => 'ipsum',
|
||||||
|
'dolor' => 'sit',
|
||||||
|
]),
|
||||||
|
'test',
|
||||||
|
null,
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'Collection with existing index',
|
||||||
|
new Collection([
|
||||||
|
'lorem' => 'ipsum',
|
||||||
|
'dolor' => 'sit',
|
||||||
|
]),
|
||||||
|
'lorem',
|
||||||
|
'ipsum',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'Collection with existing index (collection of arrays)',
|
||||||
|
new Collection([
|
||||||
|
[
|
||||||
|
'lorem',
|
||||||
|
'ipsum',
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'dolor',
|
||||||
|
'sit',
|
||||||
|
],
|
||||||
|
]),
|
||||||
|
0,
|
||||||
|
[
|
||||||
|
'lorem',
|
||||||
|
'ipsum',
|
||||||
|
],
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'Collection with existing index (collection of objects)',
|
||||||
|
new Collection([
|
||||||
|
'x' => new \DateTime(),
|
||||||
|
'y' => new \DateTime('2001-01-01'),
|
||||||
|
'z' => new \DateTime('yesterday'),
|
||||||
|
]),
|
||||||
|
'y',
|
||||||
|
new \DateTime('2001-01-01'),
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Exception\Base;
|
namespace Meritoo\Test\Common\Exception\Base;
|
||||||
|
|
||||||
use Meritoo\Common\Exception\Base\UnknownTypeException;
|
use Meritoo\Common\Exception\Base\UnknownTypeException;
|
||||||
use Meritoo\Common\Test\Base\BaseTestCase;
|
use Meritoo\Common\Test\Base\BaseTestCase;
|
||||||
|
|||||||
74
tests/Exception/Bundle/IncorrectBundleNameExceptionTest.php
Normal file
74
tests/Exception/Bundle/IncorrectBundleNameExceptionTest.php
Normal file
@@ -0,0 +1,74 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* (c) Meritoo.pl, http://www.meritoo.pl
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Meritoo\Test\Common\Exception\Bundle;
|
||||||
|
|
||||||
|
use Meritoo\Common\Exception\Bundle\IncorrectBundleNameException;
|
||||||
|
use Meritoo\Common\Test\Base\BaseTestCase;
|
||||||
|
use Meritoo\Common\Type\OopVisibilityType;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Test case of an exception used while name of bundle is incorrect
|
||||||
|
*
|
||||||
|
* @author Meritoo <github@meritoo.pl>
|
||||||
|
* @copyright Meritoo <http://www.meritoo.pl>
|
||||||
|
*/
|
||||||
|
class IncorrectBundleNameExceptionTest extends BaseTestCase
|
||||||
|
{
|
||||||
|
public function testConstructor()
|
||||||
|
{
|
||||||
|
static::assertConstructorVisibilityAndArguments(
|
||||||
|
IncorrectBundleNameException::class,
|
||||||
|
OopVisibilityType::IS_PUBLIC,
|
||||||
|
3
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string $description Description of test
|
||||||
|
* @param string $bundleName Incorrect name of bundle
|
||||||
|
* @param string $expectedMessage Expected exception's message
|
||||||
|
*
|
||||||
|
* @dataProvider provideBundleNameAndMessage
|
||||||
|
*/
|
||||||
|
public function testCreate($description, $bundleName, $expectedMessage)
|
||||||
|
{
|
||||||
|
$exception = IncorrectBundleNameException::create($bundleName);
|
||||||
|
static::assertSame($expectedMessage, $exception->getMessage(), $description);
|
||||||
|
}
|
||||||
|
|
||||||
|
public function provideBundleNameAndMessage()
|
||||||
|
{
|
||||||
|
$template = 'Name of bundle \'%s\' is incorrect. It should start with big letter and end with "Bundle". Is'
|
||||||
|
. ' there everything ok?';
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'An empty string as name of bundle',
|
||||||
|
'',
|
||||||
|
sprintf($template, ''),
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'Null as name of bundle',
|
||||||
|
null,
|
||||||
|
sprintf($template, ''),
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'String with spaces as name of bundle',
|
||||||
|
'This is test',
|
||||||
|
sprintf($template, 'This is test'),
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'String without spaces as name of bundle',
|
||||||
|
'ThisIsTest',
|
||||||
|
sprintf($template, 'ThisIsTest'),
|
||||||
|
];
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Exception\Date;
|
namespace Meritoo\Test\Common\Exception\Date;
|
||||||
|
|
||||||
use Generator;
|
use Generator;
|
||||||
use Meritoo\Common\Exception\Type\UnknownDatePartTypeException;
|
use Meritoo\Common\Exception\Type\UnknownDatePartTypeException;
|
||||||
@@ -37,7 +37,7 @@ class UnknownDatePartTypeExceptionTest extends BaseTestCase
|
|||||||
public function testMessage($unknownDatePart, $value, $expectedMessage)
|
public function testMessage($unknownDatePart, $value, $expectedMessage)
|
||||||
{
|
{
|
||||||
$exception = UnknownDatePartTypeException::createException($unknownDatePart, $value);
|
$exception = UnknownDatePartTypeException::createException($unknownDatePart, $value);
|
||||||
static::assertEquals($expectedMessage, $exception->getMessage());
|
static::assertSame($expectedMessage, $exception->getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Exception\File;
|
namespace Meritoo\Test\Common\Exception\File;
|
||||||
|
|
||||||
use Generator;
|
use Generator;
|
||||||
use Meritoo\Common\Exception\File\EmptyFileException;
|
use Meritoo\Common\Exception\File\EmptyFileException;
|
||||||
@@ -35,7 +35,7 @@ class EmptyFileExceptionTest extends BaseTestCase
|
|||||||
public function testMessage($emptyFilePath, $expectedMessage)
|
public function testMessage($emptyFilePath, $expectedMessage)
|
||||||
{
|
{
|
||||||
$exception = EmptyFileException::create($emptyFilePath);
|
$exception = EmptyFileException::create($emptyFilePath);
|
||||||
static::assertEquals($expectedMessage, $exception->getMessage());
|
static::assertSame($expectedMessage, $exception->getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Exception\File;
|
namespace Meritoo\Test\Common\Exception\File;
|
||||||
|
|
||||||
use Meritoo\Common\Exception\File\EmptyFilePathException;
|
use Meritoo\Common\Exception\File\EmptyFilePathException;
|
||||||
use Meritoo\Common\Test\Base\BaseTestCase;
|
use Meritoo\Common\Test\Base\BaseTestCase;
|
||||||
@@ -28,6 +28,6 @@ class EmptyFilePathExceptionTest extends BaseTestCase
|
|||||||
public function testConstructorMessage()
|
public function testConstructorMessage()
|
||||||
{
|
{
|
||||||
$exception = EmptyFilePathException::create();
|
$exception = EmptyFilePathException::create();
|
||||||
static::assertEquals('Path of the file is empty. Did you provide path of proper file?', $exception->getMessage());
|
static::assertSame('Path of the file is empty. Did you provide path of proper file?', $exception->getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Exception\File;
|
namespace Meritoo\Test\Common\Exception\File;
|
||||||
|
|
||||||
use Generator;
|
use Generator;
|
||||||
use Meritoo\Common\Exception\File\NotExistingFileException;
|
use Meritoo\Common\Exception\File\NotExistingFileException;
|
||||||
@@ -35,7 +35,7 @@ class NotExistingFileExceptionTest extends BaseTestCase
|
|||||||
public function testConstructorMessage($notExistingFilePath, $expectedMessage)
|
public function testConstructorMessage($notExistingFilePath, $expectedMessage)
|
||||||
{
|
{
|
||||||
$exception = NotExistingFileException::create($notExistingFilePath);
|
$exception = NotExistingFileException::create($notExistingFilePath);
|
||||||
static::assertEquals($expectedMessage, $exception->getMessage());
|
static::assertSame($expectedMessage, $exception->getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Exception\Method;
|
namespace Meritoo\Test\Common\Exception\Method;
|
||||||
|
|
||||||
use Generator;
|
use Generator;
|
||||||
use Meritoo\Common\Exception\Method\DisabledMethodException;
|
use Meritoo\Common\Exception\Method\DisabledMethodException;
|
||||||
@@ -37,7 +37,7 @@ class DisabledMethodExceptionTest extends BaseTestCase
|
|||||||
public function testConstructorMessage($disabledMethod, $alternativeMethod, $expectedMessage)
|
public function testConstructorMessage($disabledMethod, $alternativeMethod, $expectedMessage)
|
||||||
{
|
{
|
||||||
$exception = DisabledMethodException::create($disabledMethod, $alternativeMethod);
|
$exception = DisabledMethodException::create($disabledMethod, $alternativeMethod);
|
||||||
static::assertEquals($expectedMessage, $exception->getMessage());
|
static::assertSame($expectedMessage, $exception->getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Exception\Reflection;
|
namespace Meritoo\Test\Common\Exception\Reflection;
|
||||||
|
|
||||||
use Generator;
|
use Generator;
|
||||||
use Meritoo\Common\Exception\Reflection\CannotResolveClassNameException;
|
use Meritoo\Common\Exception\Reflection\CannotResolveClassNameException;
|
||||||
@@ -38,7 +38,7 @@ class CannotResolveClassNameExceptionTest extends BaseTestCase
|
|||||||
public function testConstructorMessage($source, $forClass, $expectedMessage)
|
public function testConstructorMessage($source, $forClass, $expectedMessage)
|
||||||
{
|
{
|
||||||
$exception = CannotResolveClassNameException::create($source, $forClass);
|
$exception = CannotResolveClassNameException::create($source, $forClass);
|
||||||
static::assertEquals($expectedMessage, $exception->getMessage());
|
static::assertSame($expectedMessage, $exception->getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Exception\Reflection;
|
namespace Meritoo\Test\Common\Exception\Reflection;
|
||||||
|
|
||||||
use Generator;
|
use Generator;
|
||||||
use Meritoo\Common\Exception\Reflection\MissingChildClassesException;
|
use Meritoo\Common\Exception\Reflection\MissingChildClassesException;
|
||||||
@@ -36,7 +36,7 @@ class MissingChildClassesExceptionTest extends BaseTestCase
|
|||||||
public function testConstructorMessage($parentClass, $expectedMessage)
|
public function testConstructorMessage($parentClass, $expectedMessage)
|
||||||
{
|
{
|
||||||
$exception = MissingChildClassesException::create($parentClass);
|
$exception = MissingChildClassesException::create($parentClass);
|
||||||
static::assertEquals($expectedMessage, $exception->getMessage());
|
static::assertSame($expectedMessage, $exception->getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -0,0 +1,78 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* (c) Meritoo.pl, http://www.meritoo.pl
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Meritoo\Test\Common\Exception\Reflection;
|
||||||
|
|
||||||
|
use Meritoo\Common\Exception\Reflection\NotExistingPropertyException;
|
||||||
|
use Meritoo\Common\Test\Base\BaseTestCase;
|
||||||
|
use Meritoo\Common\Type\OopVisibilityType;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class NotExistingPropertyExceptionTest
|
||||||
|
*
|
||||||
|
* @author Meritoo <github@meritoo.pl>
|
||||||
|
* @copyright Meritoo <http://www.meritoo.pl>
|
||||||
|
*/
|
||||||
|
class NotExistingPropertyExceptionTest extends BaseTestCase
|
||||||
|
{
|
||||||
|
public function testConstructor()
|
||||||
|
{
|
||||||
|
static::assertConstructorVisibilityAndArguments(
|
||||||
|
NotExistingPropertyException::class,
|
||||||
|
OopVisibilityType::IS_PUBLIC,
|
||||||
|
3
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string $description Description of test
|
||||||
|
* @param mixed $object Object that should contains given property
|
||||||
|
* @param string $property Name of the property
|
||||||
|
* @param string $expectedMessage Expected exception's message
|
||||||
|
*
|
||||||
|
* @dataProvider provideObjectPropertyAndMessage
|
||||||
|
*/
|
||||||
|
public function testCreate($description, $object, $property, $expectedMessage)
|
||||||
|
{
|
||||||
|
$exception = NotExistingPropertyException::create($object, $property);
|
||||||
|
static::assertSame($expectedMessage, $exception->getMessage(), $description);
|
||||||
|
}
|
||||||
|
|
||||||
|
public function provideObjectPropertyAndMessage()
|
||||||
|
{
|
||||||
|
$template = 'Property \'%s\' does not exist in instance of class \'%s\'. Did you use proper name of property?';
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'An empty string as name of property',
|
||||||
|
new \stdClass(),
|
||||||
|
'',
|
||||||
|
sprintf($template, '', get_class(new \stdClass())),
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'Null as name of property',
|
||||||
|
new \stdClass(),
|
||||||
|
null,
|
||||||
|
sprintf($template, '', get_class(new \stdClass())),
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'String with spaces as name of property',
|
||||||
|
new \stdClass(),
|
||||||
|
'This is test',
|
||||||
|
sprintf($template, 'This is test', get_class(new \stdClass())),
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'String without spaces as name of property',
|
||||||
|
new \stdClass(),
|
||||||
|
'ThisIsTest',
|
||||||
|
sprintf($template, 'ThisIsTest', get_class(new \stdClass())),
|
||||||
|
];
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Exception\Reflection;
|
namespace Meritoo\Test\Common\Exception\Reflection;
|
||||||
|
|
||||||
use Generator;
|
use Generator;
|
||||||
use Meritoo\Common\Exception\Reflection\TooManyChildClassesException;
|
use Meritoo\Common\Exception\Reflection\TooManyChildClassesException;
|
||||||
@@ -37,7 +37,7 @@ class TooManyChildClassesExceptionTest extends BaseTestCase
|
|||||||
public function testConstructorMessage($parentClass, array $childClasses, $expectedMessage)
|
public function testConstructorMessage($parentClass, array $childClasses, $expectedMessage)
|
||||||
{
|
{
|
||||||
$exception = TooManyChildClassesException::create($parentClass, $childClasses);
|
$exception = TooManyChildClassesException::create($parentClass, $childClasses);
|
||||||
static::assertEquals($expectedMessage, $exception->getMessage());
|
static::assertSame($expectedMessage, $exception->getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Exception\Regex;
|
namespace Meritoo\Test\Common\Exception\Regex;
|
||||||
|
|
||||||
use Generator;
|
use Generator;
|
||||||
use Meritoo\Common\Exception\Regex\IncorrectColorHexLengthException;
|
use Meritoo\Common\Exception\Regex\IncorrectColorHexLengthException;
|
||||||
@@ -35,7 +35,7 @@ class IncorrectColorHexLengthExceptionTest extends BaseTestCase
|
|||||||
public function testConstructorMessage($color, $expectedMessage)
|
public function testConstructorMessage($color, $expectedMessage)
|
||||||
{
|
{
|
||||||
$exception = IncorrectColorHexLengthException::create($color);
|
$exception = IncorrectColorHexLengthException::create($color);
|
||||||
static::assertEquals($expectedMessage, $exception->getMessage());
|
static::assertSame($expectedMessage, $exception->getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Exception\Regex;
|
namespace Meritoo\Test\Common\Exception\Regex;
|
||||||
|
|
||||||
use Generator;
|
use Generator;
|
||||||
use Meritoo\Common\Exception\Regex\InvalidColorHexValueException;
|
use Meritoo\Common\Exception\Regex\InvalidColorHexValueException;
|
||||||
@@ -35,7 +35,7 @@ class InvalidColorHexValueExceptionTest extends BaseTestCase
|
|||||||
public function testConstructorMessage($color, $expectedMessage)
|
public function testConstructorMessage($color, $expectedMessage)
|
||||||
{
|
{
|
||||||
$exception = InvalidColorHexValueException::create($color);
|
$exception = InvalidColorHexValueException::create($color);
|
||||||
static::assertEquals($expectedMessage, $exception->getMessage());
|
static::assertSame($expectedMessage, $exception->getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Exception\Regex;
|
namespace Meritoo\Test\Common\Exception\Regex;
|
||||||
|
|
||||||
use Generator;
|
use Generator;
|
||||||
use Meritoo\Common\Exception\Regex\InvalidHtmlAttributesException;
|
use Meritoo\Common\Exception\Regex\InvalidHtmlAttributesException;
|
||||||
@@ -35,7 +35,7 @@ class InvalidHtmlAttributesExceptionTest extends BaseTestCase
|
|||||||
public function testConstructorMessage($htmlAttributes, $expectedMessage)
|
public function testConstructorMessage($htmlAttributes, $expectedMessage)
|
||||||
{
|
{
|
||||||
$exception = InvalidHtmlAttributesException::create($htmlAttributes);
|
$exception = InvalidHtmlAttributesException::create($htmlAttributes);
|
||||||
static::assertEquals($expectedMessage, $exception->getMessage());
|
static::assertSame($expectedMessage, $exception->getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Exception\Regex;
|
namespace Meritoo\Test\Common\Exception\Regex;
|
||||||
|
|
||||||
use Generator;
|
use Generator;
|
||||||
use Meritoo\Common\Exception\Regex\InvalidUrlException;
|
use Meritoo\Common\Exception\Regex\InvalidUrlException;
|
||||||
@@ -35,7 +35,7 @@ class InvalidUrlExceptionTest extends BaseTestCase
|
|||||||
public function testConstructorMessage($url, $expectedMessage)
|
public function testConstructorMessage($url, $expectedMessage)
|
||||||
{
|
{
|
||||||
$exception = InvalidUrlException::create($url);
|
$exception = InvalidUrlException::create($url);
|
||||||
static::assertEquals($expectedMessage, $exception->getMessage());
|
static::assertSame($expectedMessage, $exception->getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Exception\Type;
|
namespace Meritoo\Test\Common\Exception\Type;
|
||||||
|
|
||||||
use Generator;
|
use Generator;
|
||||||
use Meritoo\Common\Exception\Type\UnknownOopVisibilityTypeException;
|
use Meritoo\Common\Exception\Type\UnknownOopVisibilityTypeException;
|
||||||
@@ -36,7 +36,7 @@ class UnknownOopVisibilityTypeExceptionTest extends BaseTestCase
|
|||||||
public function testConstructorMessage($unknownType, $expectedMessage)
|
public function testConstructorMessage($unknownType, $expectedMessage)
|
||||||
{
|
{
|
||||||
$exception = UnknownOopVisibilityTypeException::createException($unknownType);
|
$exception = UnknownOopVisibilityTypeException::createException($unknownType);
|
||||||
static::assertEquals($expectedMessage, $exception->getMessage());
|
static::assertSame($expectedMessage, $exception->getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
0
tests/Resources/var/cache/.gitkeep
vendored
Normal file
0
tests/Resources/var/cache/.gitkeep
vendored
Normal file
0
tests/Resources/var/log/.gitkeep
Normal file
0
tests/Resources/var/log/.gitkeep
Normal file
0
tests/Resources/var/sessions/.gitkeep
Normal file
0
tests/Resources/var/sessions/.gitkeep
Normal file
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Test\Base;
|
namespace Meritoo\Test\Common\Test\Base;
|
||||||
|
|
||||||
use DateTime;
|
use DateTime;
|
||||||
use Generator;
|
use Generator;
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Type\Base;
|
namespace Meritoo\Test\Common\Type\Base;
|
||||||
|
|
||||||
use Generator;
|
use Generator;
|
||||||
use Meritoo\Common\Test\Base\BaseTestCase;
|
use Meritoo\Common\Test\Base\BaseTestCase;
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Type;
|
namespace Meritoo\Test\Common\Type;
|
||||||
|
|
||||||
use Meritoo\Common\Test\Base\BaseTypeTestCase;
|
use Meritoo\Common\Test\Base\BaseTypeTestCase;
|
||||||
use Meritoo\Common\Type\DatePartType;
|
use Meritoo\Common\Type\DatePartType;
|
||||||
@@ -19,29 +19,6 @@ use Meritoo\Common\Type\DatePartType;
|
|||||||
*/
|
*/
|
||||||
class DatePartTypeTest extends BaseTypeTestCase
|
class DatePartTypeTest extends BaseTypeTestCase
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
*/
|
|
||||||
protected function getAllExpectedTypes()
|
|
||||||
{
|
|
||||||
return [
|
|
||||||
'DAY' => DatePartType::DAY,
|
|
||||||
'HOUR' => DatePartType::HOUR,
|
|
||||||
'MINUTE' => DatePartType::MINUTE,
|
|
||||||
'MONTH' => DatePartType::MONTH,
|
|
||||||
'SECOND' => DatePartType::SECOND,
|
|
||||||
'YEAR' => DatePartType::YEAR,
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
*/
|
|
||||||
protected function getTestedTypeInstance()
|
|
||||||
{
|
|
||||||
return new DatePartType();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
@@ -97,4 +74,27 @@ class DatePartTypeTest extends BaseTypeTestCase
|
|||||||
true,
|
true,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
|
protected function getAllExpectedTypes()
|
||||||
|
{
|
||||||
|
return [
|
||||||
|
'DAY' => DatePartType::DAY,
|
||||||
|
'HOUR' => DatePartType::HOUR,
|
||||||
|
'MINUTE' => DatePartType::MINUTE,
|
||||||
|
'MONTH' => DatePartType::MONTH,
|
||||||
|
'SECOND' => DatePartType::SECOND,
|
||||||
|
'YEAR' => DatePartType::YEAR,
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
|
protected function getTestedTypeInstance()
|
||||||
|
{
|
||||||
|
return new DatePartType();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Type;
|
namespace Meritoo\Test\Common\Type;
|
||||||
|
|
||||||
use DateTime;
|
use DateTime;
|
||||||
use Generator;
|
use Generator;
|
||||||
@@ -214,34 +214,6 @@ class DatePeriodTest extends BaseTypeTestCase
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns all expected types of the tested type
|
|
||||||
*
|
|
||||||
* @return array
|
|
||||||
*/
|
|
||||||
protected function getAllExpectedTypes()
|
|
||||||
{
|
|
||||||
return [
|
|
||||||
'LAST_MONTH' => DatePeriod::LAST_MONTH,
|
|
||||||
'LAST_WEEK' => DatePeriod::LAST_WEEK,
|
|
||||||
'LAST_YEAR' => DatePeriod::LAST_YEAR,
|
|
||||||
'NEXT_MONTH' => DatePeriod::NEXT_MONTH,
|
|
||||||
'NEXT_WEEK' => DatePeriod::NEXT_WEEK,
|
|
||||||
'NEXT_YEAR' => DatePeriod::NEXT_YEAR,
|
|
||||||
'THIS_MONTH' => DatePeriod::THIS_MONTH,
|
|
||||||
'THIS_WEEK' => DatePeriod::THIS_WEEK,
|
|
||||||
'THIS_YEAR' => DatePeriod::THIS_YEAR,
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
*/
|
|
||||||
protected function getTestedTypeInstance()
|
|
||||||
{
|
|
||||||
return new DatePeriod();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
@@ -277,4 +249,32 @@ class DatePeriodTest extends BaseTypeTestCase
|
|||||||
true,
|
true,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns all expected types of the tested type
|
||||||
|
*
|
||||||
|
* @return array
|
||||||
|
*/
|
||||||
|
protected function getAllExpectedTypes()
|
||||||
|
{
|
||||||
|
return [
|
||||||
|
'LAST_MONTH' => DatePeriod::LAST_MONTH,
|
||||||
|
'LAST_WEEK' => DatePeriod::LAST_WEEK,
|
||||||
|
'LAST_YEAR' => DatePeriod::LAST_YEAR,
|
||||||
|
'NEXT_MONTH' => DatePeriod::NEXT_MONTH,
|
||||||
|
'NEXT_WEEK' => DatePeriod::NEXT_WEEK,
|
||||||
|
'NEXT_YEAR' => DatePeriod::NEXT_YEAR,
|
||||||
|
'THIS_MONTH' => DatePeriod::THIS_MONTH,
|
||||||
|
'THIS_WEEK' => DatePeriod::THIS_WEEK,
|
||||||
|
'THIS_YEAR' => DatePeriod::THIS_YEAR,
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
|
protected function getTestedTypeInstance()
|
||||||
|
{
|
||||||
|
return new DatePeriod();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
46
tests/Utilities/Arrays/SimpleToString.php
Normal file
46
tests/Utilities/Arrays/SimpleToString.php
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* (c) Meritoo.pl, http://www.meritoo.pl
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Meritoo\Test\Common\Utilities\Arrays;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Simple class convertible to string.
|
||||||
|
* Used for testing the Arrays class.
|
||||||
|
*
|
||||||
|
* @author Meritoo <github@meritoo.pl>
|
||||||
|
* @copyright Meritoo <http://www.meritoo.pl>
|
||||||
|
*/
|
||||||
|
class SimpleToString
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Identifier
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
private $id;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class constructor
|
||||||
|
*
|
||||||
|
* @param string $id Identifier
|
||||||
|
*/
|
||||||
|
public function __construct($id)
|
||||||
|
{
|
||||||
|
$this->id = $id;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns representation of object as string
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function __toString()
|
||||||
|
{
|
||||||
|
return sprintf('Instance with ID: %s', $this->id);
|
||||||
|
}
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Utilities;
|
namespace Meritoo\Test\Common\Utilities;
|
||||||
|
|
||||||
use Meritoo\Common\Test\Base\BaseTestCase;
|
use Meritoo\Common\Test\Base\BaseTestCase;
|
||||||
use Meritoo\Common\Utilities\Bootstrap4CssSelector;
|
use Meritoo\Common\Utilities\Bootstrap4CssSelector;
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Utilities;
|
namespace Meritoo\Test\Common\Utilities;
|
||||||
|
|
||||||
use Generator;
|
use Generator;
|
||||||
use Meritoo\Common\Exception\Bundle\IncorrectBundleNameException;
|
use Meritoo\Common\Exception\Bundle\IncorrectBundleNameException;
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Utilities;
|
namespace Meritoo\Test\Common\Utilities;
|
||||||
|
|
||||||
use Generator;
|
use Generator;
|
||||||
use Meritoo\Common\Test\Base\BaseTestCase;
|
use Meritoo\Common\Test\Base\BaseTestCase;
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Utilities;
|
namespace Meritoo\Test\Common\Utilities;
|
||||||
|
|
||||||
use Meritoo\Common\Test\Base\BaseTestCase;
|
use Meritoo\Common\Test\Base\BaseTestCase;
|
||||||
use Meritoo\Common\Utilities\CssSelector;
|
use Meritoo\Common\Utilities\CssSelector;
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Utilities;
|
namespace Meritoo\Test\Common\Utilities;
|
||||||
|
|
||||||
use DateInterval;
|
use DateInterval;
|
||||||
use DateTime;
|
use DateTime;
|
||||||
@@ -279,9 +279,18 @@ class DateTest extends BaseTestCase
|
|||||||
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_YEARS));
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_YEARS));
|
||||||
self::assertEquals(0, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_YEARS));
|
self::assertEquals(0, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_YEARS));
|
||||||
|
|
||||||
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_MONTHS));
|
||||||
|
self::assertEquals(0, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_MONTHS));
|
||||||
|
|
||||||
self::assertEquals(1, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_DAYS));
|
self::assertEquals(1, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_DAYS));
|
||||||
self::assertEquals(1, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_DAYS));
|
self::assertEquals(1, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_DAYS));
|
||||||
|
|
||||||
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_HOURS));
|
||||||
|
self::assertEquals(0, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_HOURS));
|
||||||
|
|
||||||
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_MINUTES));
|
||||||
|
self::assertEquals(0, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_MINUTES));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Difference of 1 day (using the relative date format)
|
* Difference of 1 day (using the relative date format)
|
||||||
*/
|
*/
|
||||||
@@ -294,8 +303,10 @@ class DateTest extends BaseTestCase
|
|||||||
];
|
];
|
||||||
|
|
||||||
self::assertEquals($effect, Date::getDateDifference(new DateTime('yesterday'), new DateTime('midnight')));
|
self::assertEquals($effect, Date::getDateDifference(new DateTime('yesterday'), new DateTime('midnight')));
|
||||||
|
self::assertEquals(0, Date::getDateDifference(new DateTime('yesterday'), new DateTime('midnight'), Date::DATE_DIFFERENCE_UNIT_MONTHS));
|
||||||
self::assertEquals(1, Date::getDateDifference(new DateTime('yesterday'), new DateTime('midnight'), Date::DATE_DIFFERENCE_UNIT_DAYS));
|
self::assertEquals(1, Date::getDateDifference(new DateTime('yesterday'), new DateTime('midnight'), Date::DATE_DIFFERENCE_UNIT_DAYS));
|
||||||
self::assertEquals(0, Date::getDateDifference(new DateTime('yesterday'), new DateTime('midnight'), Date::DATE_DIFFERENCE_UNIT_HOURS));
|
self::assertEquals(0, Date::getDateDifference(new DateTime('yesterday'), new DateTime('midnight'), Date::DATE_DIFFERENCE_UNIT_HOURS));
|
||||||
|
self::assertEquals(0, Date::getDateDifference(new DateTime('yesterday'), new DateTime('midnight'), Date::DATE_DIFFERENCE_UNIT_MINUTES));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testGetDateDifferenceOneDayTwoHours()
|
public function testGetDateDifferenceOneDayTwoHours()
|
||||||
@@ -320,6 +331,12 @@ class DateTest extends BaseTestCase
|
|||||||
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_YEARS));
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_YEARS));
|
||||||
self::assertEquals(0, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_YEARS));
|
self::assertEquals(0, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_YEARS));
|
||||||
|
|
||||||
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_MONTHS));
|
||||||
|
self::assertEquals(0, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_MONTHS));
|
||||||
|
|
||||||
|
self::assertEquals(1, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_DAYS));
|
||||||
|
self::assertEquals(1, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_DAYS));
|
||||||
|
|
||||||
self::assertEquals(2, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_HOURS));
|
self::assertEquals(2, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_HOURS));
|
||||||
self::assertEquals(2, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_HOURS));
|
self::assertEquals(2, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_HOURS));
|
||||||
|
|
||||||
@@ -355,10 +372,141 @@ class DateTest extends BaseTestCase
|
|||||||
self::assertEquals(41, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_DAYS));
|
self::assertEquals(41, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_DAYS));
|
||||||
self::assertEquals(41, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_DAYS));
|
self::assertEquals(41, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_DAYS));
|
||||||
|
|
||||||
|
self::assertEquals(4, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_HOURS));
|
||||||
|
self::assertEquals(4, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_HOURS));
|
||||||
|
|
||||||
self::assertEquals(30, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_MINUTES));
|
self::assertEquals(30, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_MINUTES));
|
||||||
self::assertEquals(30, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_MINUTES));
|
self::assertEquals(30, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_MINUTES));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function testGetDateDifferenceNewYear()
|
||||||
|
{
|
||||||
|
$dateStart = '2017-12-31 23:59';
|
||||||
|
$dateEnd = '2018-01-01 00:00';
|
||||||
|
|
||||||
|
$effect = [
|
||||||
|
Date::DATE_DIFFERENCE_UNIT_YEARS => 0,
|
||||||
|
Date::DATE_DIFFERENCE_UNIT_MONTHS => 0,
|
||||||
|
Date::DATE_DIFFERENCE_UNIT_DAYS => 0,
|
||||||
|
Date::DATE_DIFFERENCE_UNIT_HOURS => 0,
|
||||||
|
Date::DATE_DIFFERENCE_UNIT_MINUTES => 1,
|
||||||
|
];
|
||||||
|
|
||||||
|
self::assertEquals($effect, Date::getDateDifference($dateStart, $dateEnd));
|
||||||
|
self::assertEquals($effect, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd)));
|
||||||
|
|
||||||
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_YEARS));
|
||||||
|
self::assertEquals(0, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_YEARS));
|
||||||
|
|
||||||
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_MONTHS));
|
||||||
|
self::assertEquals(0, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_MONTHS));
|
||||||
|
|
||||||
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_DAYS));
|
||||||
|
self::assertEquals(0, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_DAYS));
|
||||||
|
|
||||||
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_HOURS));
|
||||||
|
self::assertEquals(0, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_HOURS));
|
||||||
|
|
||||||
|
self::assertEquals(1, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_MINUTES));
|
||||||
|
self::assertEquals(1, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_MINUTES));
|
||||||
|
}
|
||||||
|
|
||||||
|
public function testGetDateDifferenceLessThan24Hours()
|
||||||
|
{
|
||||||
|
$dateStart = '2017-01-01 16:00';
|
||||||
|
$dateEnd = '2017-01-02 10:00';
|
||||||
|
|
||||||
|
$effect = [
|
||||||
|
Date::DATE_DIFFERENCE_UNIT_YEARS => 0,
|
||||||
|
Date::DATE_DIFFERENCE_UNIT_MONTHS => 0,
|
||||||
|
Date::DATE_DIFFERENCE_UNIT_DAYS => 0,
|
||||||
|
Date::DATE_DIFFERENCE_UNIT_HOURS => 18,
|
||||||
|
Date::DATE_DIFFERENCE_UNIT_MINUTES => 0,
|
||||||
|
];
|
||||||
|
|
||||||
|
self::assertEquals($effect, Date::getDateDifference($dateStart, $dateEnd));
|
||||||
|
self::assertEquals($effect, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd)));
|
||||||
|
|
||||||
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_YEARS));
|
||||||
|
self::assertEquals(0, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_YEARS));
|
||||||
|
|
||||||
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_MONTHS));
|
||||||
|
self::assertEquals(0, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_MONTHS));
|
||||||
|
|
||||||
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_DAYS));
|
||||||
|
self::assertEquals(0, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_DAYS));
|
||||||
|
|
||||||
|
self::assertEquals(18, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_HOURS));
|
||||||
|
self::assertEquals(18, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_HOURS));
|
||||||
|
|
||||||
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_MINUTES));
|
||||||
|
self::assertEquals(0, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_MINUTES));
|
||||||
|
}
|
||||||
|
|
||||||
|
public function testGetDateDifferenceEqual24Hours()
|
||||||
|
{
|
||||||
|
$dateStart = '2017-01-01 00:00';
|
||||||
|
$dateEnd = '2017-01-02 00:00';
|
||||||
|
|
||||||
|
$effect = [
|
||||||
|
Date::DATE_DIFFERENCE_UNIT_YEARS => 0,
|
||||||
|
Date::DATE_DIFFERENCE_UNIT_MONTHS => 0,
|
||||||
|
Date::DATE_DIFFERENCE_UNIT_DAYS => 1,
|
||||||
|
Date::DATE_DIFFERENCE_UNIT_HOURS => 0,
|
||||||
|
Date::DATE_DIFFERENCE_UNIT_MINUTES => 0,
|
||||||
|
];
|
||||||
|
|
||||||
|
self::assertEquals($effect, Date::getDateDifference($dateStart, $dateEnd));
|
||||||
|
self::assertEquals($effect, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd)));
|
||||||
|
|
||||||
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_YEARS));
|
||||||
|
self::assertEquals(0, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_YEARS));
|
||||||
|
|
||||||
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_MONTHS));
|
||||||
|
self::assertEquals(0, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_MONTHS));
|
||||||
|
|
||||||
|
self::assertEquals(1, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_DAYS));
|
||||||
|
self::assertEquals(1, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_DAYS));
|
||||||
|
|
||||||
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_HOURS));
|
||||||
|
self::assertEquals(0, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_HOURS));
|
||||||
|
|
||||||
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_MINUTES));
|
||||||
|
self::assertEquals(0, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_MINUTES));
|
||||||
|
}
|
||||||
|
|
||||||
|
public function testGetDateDifferenceInvertedDates()
|
||||||
|
{
|
||||||
|
$dateStart = '2017-01-02 10:00';
|
||||||
|
$dateEnd = '2017-01-01 16:00';
|
||||||
|
|
||||||
|
$effect = [
|
||||||
|
Date::DATE_DIFFERENCE_UNIT_YEARS => 0,
|
||||||
|
Date::DATE_DIFFERENCE_UNIT_MONTHS => 0,
|
||||||
|
Date::DATE_DIFFERENCE_UNIT_DAYS => -1,
|
||||||
|
Date::DATE_DIFFERENCE_UNIT_HOURS => 6,
|
||||||
|
Date::DATE_DIFFERENCE_UNIT_MINUTES => 0,
|
||||||
|
];
|
||||||
|
|
||||||
|
self::assertEquals($effect, Date::getDateDifference($dateStart, $dateEnd));
|
||||||
|
self::assertEquals($effect, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd)));
|
||||||
|
|
||||||
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_YEARS));
|
||||||
|
self::assertEquals(0, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_YEARS));
|
||||||
|
|
||||||
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_MONTHS));
|
||||||
|
self::assertEquals(0, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_MONTHS));
|
||||||
|
|
||||||
|
self::assertEquals(-1, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_DAYS));
|
||||||
|
self::assertEquals(-1, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_DAYS));
|
||||||
|
|
||||||
|
self::assertEquals(6, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_HOURS));
|
||||||
|
self::assertEquals(6, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_HOURS));
|
||||||
|
|
||||||
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_MINUTES));
|
||||||
|
self::assertEquals(0, Date::getDateDifference(new DateTime($dateStart), new DateTime($dateEnd), Date::DATE_DIFFERENCE_UNIT_MINUTES));
|
||||||
|
}
|
||||||
|
|
||||||
public function testGetDateDifferenceNoDifference()
|
public function testGetDateDifferenceNoDifference()
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
@@ -384,6 +532,12 @@ class DateTest extends BaseTestCase
|
|||||||
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_MONTHS));
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_MONTHS));
|
||||||
self::assertEquals(0, Date::getDateDifference(new DateTime(), new DateTime(), Date::DATE_DIFFERENCE_UNIT_MONTHS));
|
self::assertEquals(0, Date::getDateDifference(new DateTime(), new DateTime(), Date::DATE_DIFFERENCE_UNIT_MONTHS));
|
||||||
|
|
||||||
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_DAYS));
|
||||||
|
self::assertEquals(0, Date::getDateDifference(new DateTime(), new DateTime(), Date::DATE_DIFFERENCE_UNIT_DAYS));
|
||||||
|
|
||||||
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_HOURS));
|
||||||
|
self::assertEquals(0, Date::getDateDifference(new DateTime(), new DateTime(), Date::DATE_DIFFERENCE_UNIT_HOURS));
|
||||||
|
|
||||||
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_MINUTES));
|
self::assertEquals(0, Date::getDateDifference($dateStart, $dateEnd, Date::DATE_DIFFERENCE_UNIT_MINUTES));
|
||||||
self::assertEquals(0, Date::getDateDifference(new DateTime(), new DateTime(), Date::DATE_DIFFERENCE_UNIT_MINUTES));
|
self::assertEquals(0, Date::getDateDifference(new DateTime(), new DateTime(), Date::DATE_DIFFERENCE_UNIT_MINUTES));
|
||||||
}
|
}
|
||||||
@@ -526,7 +680,8 @@ class DateTest extends BaseTestCase
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param int $period The period, type of period. One of DatePeriod class constants, e.g. DatePeriod::LAST_WEEK.
|
* @param int $period The period, type of period. One of DatePeriod class constants, e.g.
|
||||||
|
* DatePeriod::LAST_WEEK.
|
||||||
* @param DatePeriod $expected Expected start and end date for given period
|
* @param DatePeriod $expected Expected start and end date for given period
|
||||||
*
|
*
|
||||||
* @dataProvider provideCorrectPeriod
|
* @dataProvider provideCorrectPeriod
|
||||||
@@ -828,7 +983,9 @@ class DateTest extends BaseTestCase
|
|||||||
DatePeriod::NEXT_WEEK,
|
DatePeriod::NEXT_WEEK,
|
||||||
new DatePeriod(
|
new DatePeriod(
|
||||||
(new DateTime('this week'))->add(new DateInterval('P7D'))->setTime(0, 0, 0),
|
(new DateTime('this week'))->add(new DateInterval('P7D'))->setTime(0, 0, 0),
|
||||||
(new DateTime('this week'))->add(new DateInterval('P7D'))->add(new DateInterval('P6D'))->setTime(23, 59, 59)
|
(new DateTime('this week'))->add(new DateInterval('P7D'))
|
||||||
|
->add(new DateInterval('P6D'))
|
||||||
|
->setTime(23, 59, 59)
|
||||||
),
|
),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Utilities;
|
namespace Meritoo\Test\Common\Utilities;
|
||||||
|
|
||||||
use Meritoo\Common\Test\Base\BaseTestCase;
|
use Meritoo\Common\Test\Base\BaseTestCase;
|
||||||
use Meritoo\Common\Utilities\GeneratorUtility;
|
use Meritoo\Common\Utilities\GeneratorUtility;
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Utilities;
|
namespace Meritoo\Test\Common\Utilities;
|
||||||
|
|
||||||
use Generator;
|
use Generator;
|
||||||
use Meritoo\Common\Test\Base\BaseTestCase;
|
use Meritoo\Common\Test\Base\BaseTestCase;
|
||||||
@@ -80,8 +80,8 @@ class LocaleTest extends BaseTestCase
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param int $category Named constant specifying the category of the functions affected by the locale setting.
|
* @param int $category Named constant specifying the category of the functions affected by the locale
|
||||||
* It's the same constant as required by setlocale() function.
|
* setting. It's the same constant as required by setlocale() function.
|
||||||
* @param string $languageCode Language code, in ISO 639-1 format. Short form of the locale, e.g. "fr".
|
* @param string $languageCode Language code, in ISO 639-1 format. Short form of the locale, e.g. "fr".
|
||||||
* @param string $countryCode Country code, in ISO 3166-1 alpha-2 format, e.g. "FR"
|
* @param string $countryCode Country code, in ISO 3166-1 alpha-2 format, e.g. "FR"
|
||||||
* @param string $expectedLocale Expected locale
|
* @param string $expectedLocale Expected locale
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Utilities;
|
namespace Meritoo\Test\Common\Utilities;
|
||||||
|
|
||||||
use Generator;
|
use Generator;
|
||||||
use Meritoo\Common\Test\Base\BaseTestCase;
|
use Meritoo\Common\Test\Base\BaseTestCase;
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Utilities;
|
namespace Meritoo\Test\Common\Utilities;
|
||||||
|
|
||||||
use Generator;
|
use Generator;
|
||||||
use Meritoo\Common\Exception\Regex\IncorrectColorHexLengthException;
|
use Meritoo\Common\Exception\Regex\IncorrectColorHexLengthException;
|
||||||
@@ -14,7 +14,6 @@ use Meritoo\Common\Exception\Regex\InvalidColorHexValueException;
|
|||||||
use Meritoo\Common\Test\Base\BaseTestCase;
|
use Meritoo\Common\Test\Base\BaseTestCase;
|
||||||
use Meritoo\Common\Utilities\Locale;
|
use Meritoo\Common\Utilities\Locale;
|
||||||
use Meritoo\Common\Utilities\Miscellaneous;
|
use Meritoo\Common\Utilities\Miscellaneous;
|
||||||
use ReflectionException;
|
|
||||||
use stdClass;
|
use stdClass;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -30,9 +29,6 @@ class MiscellaneousTest extends BaseTestCase
|
|||||||
private $stringDotSeparated;
|
private $stringDotSeparated;
|
||||||
private $stringWithoutSpaces;
|
private $stringWithoutSpaces;
|
||||||
|
|
||||||
/**
|
|
||||||
* @throws ReflectionException
|
|
||||||
*/
|
|
||||||
public function testConstructor()
|
public function testConstructor()
|
||||||
{
|
{
|
||||||
static::assertHasNoConstructor(Miscellaneous::class);
|
static::assertHasNoConstructor(Miscellaneous::class);
|
||||||
@@ -156,33 +152,6 @@ class MiscellaneousTest extends BaseTestCase
|
|||||||
self::assertFalse(Miscellaneous::isPhpModuleLoaded('xyz123'));
|
self::assertFalse(Miscellaneous::isPhpModuleLoaded('xyz123'));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testVariableDump()
|
|
||||||
{
|
|
||||||
$xdebugLoaded = Miscellaneous::isPhpModuleLoaded('xdebug');
|
|
||||||
|
|
||||||
$variable = 123;
|
|
||||||
$expected = "int(123)\n";
|
|
||||||
|
|
||||||
if ($xdebugLoaded) {
|
|
||||||
$libraryPath = realpath(sprintf('%s%s', __DIR__, '/../..'));
|
|
||||||
$filePath = sprintf('%s%s', $libraryPath, '/src/Utilities/Miscellaneous.php:');
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Attention. I have to use "\d+" at the end of $filePath, because number of line may be different if new
|
|
||||||
* method / function will be created.
|
|
||||||
*/
|
|
||||||
$filePathQuoted = sprintf('%s\d+\:', preg_quote($filePath, '/'));
|
|
||||||
|
|
||||||
$expectedPattern = sprintf("/%s\n%s/", $filePathQuoted, preg_quote($expected, '/'));
|
|
||||||
$this->expectOutputRegex($expectedPattern);
|
|
||||||
} else {
|
|
||||||
$expected = sprintf('<pre>%s</pre>', $expected);
|
|
||||||
$this->expectOutputString($expected);
|
|
||||||
}
|
|
||||||
|
|
||||||
Miscellaneous::variableDump($variable);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param mixed $string Empty value, e.g. ""
|
* @param mixed $string Empty value, e.g. ""
|
||||||
* @dataProvider provideEmptyValue
|
* @dataProvider provideEmptyValue
|
||||||
@@ -253,57 +222,68 @@ class MiscellaneousTest extends BaseTestCase
|
|||||||
self::assertEquals($this->stringSmall, Miscellaneous::replace($this->stringSmall, $search, $replacement3, true));
|
self::assertEquals($this->stringSmall, Miscellaneous::replace($this->stringSmall, $search, $replacement3, true));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testReplace()
|
/**
|
||||||
|
* @param string $description Description of test
|
||||||
|
* @param string|array $subject The string or an array of strings to search and replace
|
||||||
|
* @param string|array $search String or pattern or array of patterns to find. It may be: string, an array
|
||||||
|
* of strings or an array of patterns.
|
||||||
|
* @param string|array $replacement The string or an array of strings to replace. It may be: string or an array
|
||||||
|
* of strings.
|
||||||
|
* @param mixed $result Result of replacing
|
||||||
|
*
|
||||||
|
* @dataProvider provideEmptyValuesToReplace
|
||||||
|
*/
|
||||||
|
public function testReplaceUsingEmptyValues($description, $subject, $search, $replacement, $result)
|
||||||
{
|
{
|
||||||
/*
|
static::assertSame($result, Miscellaneous::replace($subject, $search, $replacement), $description);
|
||||||
* Common variables
|
}
|
||||||
*/
|
|
||||||
$quoteStrings = true;
|
|
||||||
|
|
||||||
$subject = [
|
/**
|
||||||
$this->stringSmall,
|
* @param string $description Description of test
|
||||||
$this->stringDotSeparated,
|
* @param string $subject The string or an array of strings to search and replace
|
||||||
];
|
* @param string $search String or pattern or array of patterns to find. It may be: string, an array of
|
||||||
|
* strings or an array of patterns.
|
||||||
|
* @param string $replacement The string or an array of strings to replace. It may be: string or an array of
|
||||||
|
* strings.
|
||||||
|
* @param mixed $result Result of replacing
|
||||||
|
*
|
||||||
|
* @dataProvider provideStringsToReplace
|
||||||
|
*/
|
||||||
|
public function testReplaceUsingStrings($description, $subject, $search, $replacement, $result)
|
||||||
|
{
|
||||||
|
static::assertSame($result, Miscellaneous::replace($subject, $search, $replacement), $description);
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Testing replace with an array
|
* @param string $description Description of test
|
||||||
*/
|
* @param string $subject The string or an array of strings to search and replace
|
||||||
$search = [
|
* @param string $search String or pattern or array of patterns to find. It may be: string, an array of
|
||||||
'|ipsum|',
|
* strings or an array of patterns.
|
||||||
'|pellentesque|',
|
* @param string $replacement The string or an array of strings to replace. It may be: string or an array of
|
||||||
];
|
* strings.
|
||||||
|
* @param mixed $result Result of replacing
|
||||||
|
*
|
||||||
|
* @dataProvider provideRegexToReplace
|
||||||
|
*/
|
||||||
|
public function testReplaceUsingRegex($description, $subject, $search, $replacement, $result)
|
||||||
|
{
|
||||||
|
static::assertSame($result, Miscellaneous::replace($subject, $search, $replacement), $description);
|
||||||
|
}
|
||||||
|
|
||||||
$replacement = [
|
/**
|
||||||
'commodo',
|
* @param string $description Description of test
|
||||||
'interdum',
|
* @param string $subject The string or an array of strings to search and replace
|
||||||
];
|
* @param string $search String or pattern or array of patterns to find. It may be: string, an array of
|
||||||
|
* strings or an array of patterns.
|
||||||
$replaced1 = Miscellaneous::replace($subject, $search, $replacement);
|
* @param string $replacement The string or an array of strings to replace. It may be: string or an array of
|
||||||
$replaced2 = Miscellaneous::replace($subject, $search, $replacement, true);
|
* strings.
|
||||||
|
* @param mixed $result Result of replacing
|
||||||
self::assertEquals('Lorem commodo dolor sit amet.', $replaced1[0]);
|
*
|
||||||
self::assertEquals('Etiam ullamcorper. Suspendisse a interdum dui, non felis.', $replaced1[1]);
|
* @dataProvider provideDataToReplaceWithQuoteStrings
|
||||||
|
*/
|
||||||
self::assertEquals('Lorem commodo dolor sit amet.', $replaced2[0]);
|
public function testReplaceWithQuoteStrings($description, $subject, $search, $replacement, $result)
|
||||||
self::assertEquals('Etiam ullamcorper. Suspendisse a interdum dui, non felis.', $replaced2[1]);
|
{
|
||||||
|
static::assertSame($result, Miscellaneous::replace($subject, $search, $replacement, true), $description);
|
||||||
/*
|
|
||||||
* Testing replace with string
|
|
||||||
*/
|
|
||||||
$searchString = 'ipsum';
|
|
||||||
$replacementString = 'commodo';
|
|
||||||
|
|
||||||
$replaced = Miscellaneous::replace($subject, $searchString, $replacementString, $quoteStrings);
|
|
||||||
self::assertEquals('Lorem \'commodo\' dolor sit amet.', $replaced[0]);
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Testing replace with mixed values:
|
|
||||||
* - subject: array
|
|
||||||
* - search: string
|
|
||||||
* - replacement: string
|
|
||||||
*/
|
|
||||||
$replacedMixed = Miscellaneous::replace($subject, $searchString, $replacement, $quoteStrings);
|
|
||||||
self::assertEquals('Lorem \'commodo\' dolor sit amet.', $replacedMixed[0]);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testUppercaseFirst()
|
public function testUppercaseFirst()
|
||||||
@@ -399,7 +379,7 @@ class MiscellaneousTest extends BaseTestCase
|
|||||||
mkdir($directory1Path, 0777, true);
|
mkdir($directory1Path, 0777, true);
|
||||||
mkdir($directory2Path, 0777, true);
|
mkdir($directory2Path, 0777, true);
|
||||||
|
|
||||||
self::assertTrue(Miscellaneous::removeDirectory(sys_get_temp_dir() . '/lorem', false));
|
self::assertTrue(Miscellaneous::removeDirectory(sys_get_temp_dir() . '/lorem'));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -668,10 +648,6 @@ class MiscellaneousTest extends BaseTestCase
|
|||||||
self::assertEquals(255, Miscellaneous::getValidColorComponent(255, false));
|
self::assertEquals(255, Miscellaneous::getValidColorComponent(255, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @throws IncorrectColorHexLengthException
|
|
||||||
* @throws InvalidColorHexValueException
|
|
||||||
*/
|
|
||||||
public function testGetInvertedColorWithIncorrectLength()
|
public function testGetInvertedColorWithIncorrectLength()
|
||||||
{
|
{
|
||||||
$this->setExpectedException(IncorrectColorHexLengthException::class);
|
$this->setExpectedException(IncorrectColorHexLengthException::class);
|
||||||
@@ -686,10 +662,6 @@ class MiscellaneousTest extends BaseTestCase
|
|||||||
Miscellaneous::getInvertedColor('1234567');
|
Miscellaneous::getInvertedColor('1234567');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @throws IncorrectColorHexLengthException
|
|
||||||
* @throws InvalidColorHexValueException
|
|
||||||
*/
|
|
||||||
public function testGetInvertedColorWithInvalidValue()
|
public function testGetInvertedColorWithInvalidValue()
|
||||||
{
|
{
|
||||||
$this->setExpectedException(InvalidColorHexValueException::class);
|
$this->setExpectedException(InvalidColorHexValueException::class);
|
||||||
@@ -701,10 +673,6 @@ class MiscellaneousTest extends BaseTestCase
|
|||||||
Miscellaneous::getInvertedColor('00ppqq');
|
Miscellaneous::getInvertedColor('00ppqq');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @throws IncorrectColorHexLengthException
|
|
||||||
* @throws InvalidColorHexValueException
|
|
||||||
*/
|
|
||||||
public function testGetInvertedColor()
|
public function testGetInvertedColor()
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
@@ -1183,6 +1151,322 @@ class MiscellaneousTest extends BaseTestCase
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function provideEmptyValuesToReplace()
|
||||||
|
{
|
||||||
|
yield[
|
||||||
|
'An empty string as subject',
|
||||||
|
'',
|
||||||
|
'test',
|
||||||
|
'another test',
|
||||||
|
'',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'An empty array as subject',
|
||||||
|
[],
|
||||||
|
'test',
|
||||||
|
'another test',
|
||||||
|
[],
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'Null as subject',
|
||||||
|
null,
|
||||||
|
'test',
|
||||||
|
'another test',
|
||||||
|
null,
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'An empty string to search',
|
||||||
|
'test',
|
||||||
|
'',
|
||||||
|
'another test',
|
||||||
|
'test',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'An empty array to search',
|
||||||
|
'test',
|
||||||
|
[],
|
||||||
|
'another test',
|
||||||
|
'test',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'Null to search',
|
||||||
|
'test',
|
||||||
|
null,
|
||||||
|
'another test',
|
||||||
|
'test',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'An empty string as replacement',
|
||||||
|
'test',
|
||||||
|
'another test',
|
||||||
|
'',
|
||||||
|
'test',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'An empty array as replacement',
|
||||||
|
'test',
|
||||||
|
'another test',
|
||||||
|
[],
|
||||||
|
'test',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'Null as replacement',
|
||||||
|
'test',
|
||||||
|
'another test',
|
||||||
|
null,
|
||||||
|
'test',
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
|
public function provideStringsToReplace()
|
||||||
|
{
|
||||||
|
yield[
|
||||||
|
'Different count of strings to search and replace - 1st part',
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
[
|
||||||
|
'ipsum',
|
||||||
|
],
|
||||||
|
'commodo',
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'Different count of strings to search and replace - 2nd part',
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
'ipsum',
|
||||||
|
[
|
||||||
|
'commodo',
|
||||||
|
],
|
||||||
|
'Lorem commodo dolor sit amet',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'Replace 1 not existing word in 1 sentence (nothing to replace)',
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
'plum',
|
||||||
|
'commodo',
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'Replace 1 word in 1 sentence',
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
'ipsum',
|
||||||
|
'commodo',
|
||||||
|
'Lorem commodo dolor sit amet',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'Replace 1 not existing word in 2 sentences (nothing to replace)',
|
||||||
|
[
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
'Maecenas sed diam eget risus varius blandit sit amet',
|
||||||
|
],
|
||||||
|
'plum',
|
||||||
|
'commodo',
|
||||||
|
[
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
'Maecenas sed diam eget risus varius blandit sit amet',
|
||||||
|
],
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'Replace 1 word in 2 sentences',
|
||||||
|
[
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
'Maecenas sed diam eget risus varius blandit sit amet',
|
||||||
|
],
|
||||||
|
'amet',
|
||||||
|
'commodo',
|
||||||
|
[
|
||||||
|
'Lorem ipsum dolor sit commodo',
|
||||||
|
'Maecenas sed diam eget risus varius blandit sit commodo',
|
||||||
|
],
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
|
public function provideRegexToReplace()
|
||||||
|
{
|
||||||
|
yield[
|
||||||
|
'Different count of strings to search and replace - 1st part',
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
[
|
||||||
|
'|ipsum|',
|
||||||
|
],
|
||||||
|
'commodo',
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'Different count of strings to search and replace - 2nd part',
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
'|ipsum|',
|
||||||
|
[
|
||||||
|
'commodo',
|
||||||
|
],
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'1 pattern (word -> "")',
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
'|ipsum|',
|
||||||
|
'',
|
||||||
|
'Lorem dolor sit amet',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'1 pattern (word -> word)',
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
'|ipsum|',
|
||||||
|
'commodo',
|
||||||
|
'Lorem commodo dolor sit amet',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'2 patterns (word -> word)',
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
[
|
||||||
|
'|ipsum|',
|
||||||
|
'|amet|',
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'commodo',
|
||||||
|
'egestas',
|
||||||
|
],
|
||||||
|
'Lorem commodo dolor sit egestas',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'1 word in 2 sentences',
|
||||||
|
[
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
'Maecenas sed diam eget risus varius blandit sit amet',
|
||||||
|
],
|
||||||
|
'|amet|',
|
||||||
|
'commodo',
|
||||||
|
[
|
||||||
|
'Lorem ipsum dolor sit commodo',
|
||||||
|
'Maecenas sed diam eget risus varius blandit sit commodo',
|
||||||
|
],
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'2 words in 2 sentences',
|
||||||
|
[
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
'Maecenas sed diam eget risus varius blandit sit amet',
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'|ipsum|',
|
||||||
|
'|amet|',
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'commodo',
|
||||||
|
'egestas',
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'Lorem commodo dolor sit egestas',
|
||||||
|
'Maecenas sed diam eget risus varius blandit sit egestas',
|
||||||
|
],
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
|
public function provideDataToReplaceWithQuoteStrings()
|
||||||
|
{
|
||||||
|
yield[
|
||||||
|
'An empty string as subject',
|
||||||
|
'',
|
||||||
|
'test',
|
||||||
|
'another test',
|
||||||
|
'',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'An empty string to search',
|
||||||
|
'test',
|
||||||
|
'',
|
||||||
|
'another test',
|
||||||
|
'test',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'An empty string as replacement',
|
||||||
|
'test',
|
||||||
|
'another test',
|
||||||
|
'',
|
||||||
|
'test',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'Replace 1 not existing word in 1 sentence (nothing to replace)',
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
'plum',
|
||||||
|
'commodo',
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'Replace 1 word in 1 sentence',
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
'ipsum',
|
||||||
|
'commodo',
|
||||||
|
'Lorem \'commodo\' dolor sit amet',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'Replace 1 word in 2 sentences',
|
||||||
|
[
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
'Maecenas sed diam eget risus varius blandit sit amet',
|
||||||
|
],
|
||||||
|
'amet',
|
||||||
|
'commodo',
|
||||||
|
[
|
||||||
|
'Lorem ipsum dolor sit \'commodo\'',
|
||||||
|
'Maecenas sed diam eget risus varius blandit sit \'commodo\'',
|
||||||
|
],
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'1 pattern (word -> "")',
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
'|ipsum|',
|
||||||
|
'',
|
||||||
|
'Lorem \'\' dolor sit amet',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'1 pattern (word -> word)',
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
'|ipsum|',
|
||||||
|
'commodo',
|
||||||
|
'Lorem \'commodo\' dolor sit amet',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'2 patterns (word -> word)',
|
||||||
|
'Lorem ipsum dolor sit amet',
|
||||||
|
[
|
||||||
|
'|ipsum|',
|
||||||
|
'|amet|',
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'commodo',
|
||||||
|
'egestas',
|
||||||
|
],
|
||||||
|
'Lorem \'commodo\' dolor sit \'egestas\'',
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
@@ -1202,10 +1486,6 @@ class MiscellaneousTest extends BaseTestCase
|
|||||||
protected function tearDown()
|
protected function tearDown()
|
||||||
{
|
{
|
||||||
parent::tearDown();
|
parent::tearDown();
|
||||||
|
unset($this->stringSmall, $this->stringCommaSeparated, $this->stringDotSeparated, $this->stringWithoutSpaces);
|
||||||
unset($this->stringSmall);
|
|
||||||
unset($this->stringCommaSeparated);
|
|
||||||
unset($this->stringDotSeparated);
|
|
||||||
unset($this->stringWithoutSpaces);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Utilities;
|
namespace Meritoo\Test\Common\Utilities;
|
||||||
|
|
||||||
use Doctrine\Common\Collections\ArrayCollection;
|
use Doctrine\Common\Collections\ArrayCollection;
|
||||||
use Doctrine\ORM\EntityManager;
|
use Doctrine\ORM\EntityManager;
|
||||||
@@ -260,7 +260,8 @@ class QueryBuilderUtilityTest extends BaseTestCase
|
|||||||
$entityManager
|
$entityManager
|
||||||
->expects(static::any())
|
->expects(static::any())
|
||||||
->method('getExpressionBuilder')
|
->method('getExpressionBuilder')
|
||||||
->willReturn(new Expr());
|
->willReturn(new Expr())
|
||||||
|
;
|
||||||
|
|
||||||
yield[
|
yield[
|
||||||
(new QueryBuilder($entityManager))->from('lorem_ipsum', 'lm'),
|
(new QueryBuilder($entityManager))->from('lorem_ipsum', 'lm'),
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Utilities\Reflection;
|
namespace Meritoo\Test\Common\Utilities\Reflection;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The A class.
|
* The A class.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Utilities\Reflection;
|
namespace Meritoo\Test\Common\Utilities\Reflection;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The B class.
|
* The B class.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Utilities\Reflection;
|
namespace Meritoo\Test\Common\Utilities\Reflection;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The C class.
|
* The C class.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Utilities\Reflection;
|
namespace Meritoo\Test\Common\Utilities\Reflection;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The D class.
|
* The D class.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Utilities\Reflection;
|
namespace Meritoo\Test\Common\Utilities\Reflection;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The E trait.
|
* The E trait.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Utilities\Reflection;
|
namespace Meritoo\Test\Common\Utilities\Reflection;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The F class.
|
* The F class.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Utilities\Reflection;
|
namespace Meritoo\Test\Common\Utilities\Reflection;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The G class.
|
* The G class.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Utilities\Reflection;
|
namespace Meritoo\Test\Common\Utilities\Reflection;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The H class.
|
* The H class.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Utilities\Reflection;
|
namespace Meritoo\Test\Common\Utilities\Reflection;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The H interface.
|
* The H interface.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Utilities;
|
namespace Meritoo\Test\Common\Utilities;
|
||||||
|
|
||||||
use DateTime;
|
use DateTime;
|
||||||
use Generator;
|
use Generator;
|
||||||
@@ -16,16 +16,16 @@ use Meritoo\Common\Exception\Reflection\MissingChildClassesException;
|
|||||||
use Meritoo\Common\Exception\Reflection\NotExistingPropertyException;
|
use Meritoo\Common\Exception\Reflection\NotExistingPropertyException;
|
||||||
use Meritoo\Common\Exception\Reflection\TooManyChildClassesException;
|
use Meritoo\Common\Exception\Reflection\TooManyChildClassesException;
|
||||||
use Meritoo\Common\Test\Base\BaseTestCase;
|
use Meritoo\Common\Test\Base\BaseTestCase;
|
||||||
use Meritoo\Common\Test\Utilities\Reflection\A;
|
|
||||||
use Meritoo\Common\Test\Utilities\Reflection\B;
|
|
||||||
use Meritoo\Common\Test\Utilities\Reflection\C;
|
|
||||||
use Meritoo\Common\Test\Utilities\Reflection\D;
|
|
||||||
use Meritoo\Common\Test\Utilities\Reflection\E;
|
|
||||||
use Meritoo\Common\Test\Utilities\Reflection\F;
|
|
||||||
use Meritoo\Common\Test\Utilities\Reflection\G;
|
|
||||||
use Meritoo\Common\Test\Utilities\Reflection\H;
|
|
||||||
use Meritoo\Common\Test\Utilities\Reflection\I;
|
|
||||||
use Meritoo\Common\Utilities\Reflection;
|
use Meritoo\Common\Utilities\Reflection;
|
||||||
|
use Meritoo\Test\Common\Utilities\Reflection\A;
|
||||||
|
use Meritoo\Test\Common\Utilities\Reflection\B;
|
||||||
|
use Meritoo\Test\Common\Utilities\Reflection\C;
|
||||||
|
use Meritoo\Test\Common\Utilities\Reflection\D;
|
||||||
|
use Meritoo\Test\Common\Utilities\Reflection\E;
|
||||||
|
use Meritoo\Test\Common\Utilities\Reflection\F;
|
||||||
|
use Meritoo\Test\Common\Utilities\Reflection\G;
|
||||||
|
use Meritoo\Test\Common\Utilities\Reflection\H;
|
||||||
|
use Meritoo\Test\Common\Utilities\Reflection\I;
|
||||||
use ReflectionProperty;
|
use ReflectionProperty;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -82,8 +82,15 @@ class ReflectionTest extends BaseTestCase
|
|||||||
* Class with namespace containing name of class (duplicated string)
|
* Class with namespace containing name of class (duplicated string)
|
||||||
*/
|
*/
|
||||||
if (class_exists('Symfony\Bundle\SecurityBundle\SecurityBundle')) {
|
if (class_exists('Symfony\Bundle\SecurityBundle\SecurityBundle')) {
|
||||||
self::assertEquals('Symfony\Bundle\SecurityBundle\SecurityBundle', Reflection::getClassName('Symfony\Bundle\SecurityBundle\SecurityBundle'));
|
self::assertEquals(
|
||||||
self::assertEquals('SecurityBundle', Reflection::getClassName('Symfony\Bundle\SecurityBundle\SecurityBundle', true));
|
'Symfony\Bundle\SecurityBundle\SecurityBundle',
|
||||||
|
Reflection::getClassName('Symfony\Bundle\SecurityBundle\SecurityBundle')
|
||||||
|
);
|
||||||
|
|
||||||
|
self::assertEquals(
|
||||||
|
'SecurityBundle',
|
||||||
|
Reflection::getClassName('Symfony\Bundle\SecurityBundle\SecurityBundle', true)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -100,7 +107,7 @@ class ReflectionTest extends BaseTestCase
|
|||||||
/*
|
/*
|
||||||
* Existing class
|
* Existing class
|
||||||
*/
|
*/
|
||||||
self::assertEquals('Meritoo\Common\Test\Utilities', Reflection::getClassNamespace(self::class));
|
self::assertEquals('Meritoo\Test\Common\Utilities', Reflection::getClassNamespace(self::class));
|
||||||
self::assertEquals(DateTime::class, Reflection::getClassNamespace(new DateTime()));
|
self::assertEquals(DateTime::class, Reflection::getClassNamespace(new DateTime()));
|
||||||
|
|
||||||
self::assertEquals(DateTime::class, Reflection::getClassNamespace([
|
self::assertEquals(DateTime::class, Reflection::getClassNamespace([
|
||||||
@@ -115,7 +122,10 @@ class ReflectionTest extends BaseTestCase
|
|||||||
* Class with namespace containing name of class (duplicated string)
|
* Class with namespace containing name of class (duplicated string)
|
||||||
*/
|
*/
|
||||||
if (class_exists('Symfony\Bundle\SecurityBundle\SecurityBundle')) {
|
if (class_exists('Symfony\Bundle\SecurityBundle\SecurityBundle')) {
|
||||||
self::assertEquals('Symfony\Bundle\SecurityBundle', Reflection::getClassNamespace('Symfony\Bundle\SecurityBundle\SecurityBundle'));
|
self::assertEquals(
|
||||||
|
'Symfony\Bundle\SecurityBundle',
|
||||||
|
Reflection::getClassNamespace('Symfony\Bundle\SecurityBundle\SecurityBundle')
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -183,11 +193,11 @@ class ReflectionTest extends BaseTestCase
|
|||||||
|
|
||||||
public function testGetMethods()
|
public function testGetMethods()
|
||||||
{
|
{
|
||||||
self::assertEquals(1, count(Reflection::getMethods(B::class, true)));
|
self::assertCount(1, Reflection::getMethods(B::class, true));
|
||||||
self::assertEquals(3, count(Reflection::getMethods(B::class)));
|
self::assertCount(3, Reflection::getMethods(B::class));
|
||||||
self::assertEquals(2, count(Reflection::getMethods(A::class)));
|
self::assertCount(2, Reflection::getMethods(A::class));
|
||||||
self::assertEquals(2, count(Reflection::getMethods(C::class, true)));
|
self::assertCount(2, Reflection::getMethods(C::class, true));
|
||||||
self::assertEquals(5, count(Reflection::getMethods(C::class)));
|
self::assertCount(5, Reflection::getMethods(C::class));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -235,9 +245,20 @@ class ReflectionTest extends BaseTestCase
|
|||||||
|
|
||||||
public function testGetPropertiesUsingFilter()
|
public function testGetPropertiesUsingFilter()
|
||||||
{
|
{
|
||||||
self::assertCount(1, Reflection::getProperties(B::class, ReflectionProperty::IS_PROTECTED));
|
self::assertCount(
|
||||||
self::assertCount(0, Reflection::getProperties(B::class, ReflectionProperty::IS_PRIVATE));
|
1,
|
||||||
self::assertCount(1, Reflection::getProperties(B::class, ReflectionProperty::IS_PRIVATE, true));
|
Reflection::getProperties(B::class, ReflectionProperty::IS_PROTECTED)
|
||||||
|
);
|
||||||
|
|
||||||
|
self::assertCount(
|
||||||
|
0,
|
||||||
|
Reflection::getProperties(B::class, ReflectionProperty::IS_PRIVATE)
|
||||||
|
);
|
||||||
|
|
||||||
|
self::assertCount(
|
||||||
|
1,
|
||||||
|
Reflection::getProperties(B::class, ReflectionProperty::IS_PRIVATE, true)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testGetPropertiesWithParents()
|
public function testGetPropertiesWithParents()
|
||||||
@@ -389,7 +410,7 @@ class ReflectionTest extends BaseTestCase
|
|||||||
|
|
||||||
public function testGetMaxNumberConstant()
|
public function testGetMaxNumberConstant()
|
||||||
{
|
{
|
||||||
static::assertEquals(5, Reflection::getMaxNumberConstant(H::class));
|
static::assertSame(5, Reflection::getMaxNumberConstant(H::class));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testHasMethodUsingClassWithoutMethod()
|
public function testHasMethodUsingClassWithoutMethod()
|
||||||
@@ -429,7 +450,7 @@ class ReflectionTest extends BaseTestCase
|
|||||||
|
|
||||||
public function testGetConstantValue()
|
public function testGetConstantValue()
|
||||||
{
|
{
|
||||||
static::assertEquals(H::LOREM, Reflection::getConstantValue(H::class, 'LOREM'));
|
static::assertSame(H::LOREM, Reflection::getConstantValue(H::class, 'LOREM'));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testIsInterfaceImplementedUsingClassWithoutInterface()
|
public function testIsInterfaceImplementedUsingClassWithoutInterface()
|
||||||
@@ -463,7 +484,7 @@ class ReflectionTest extends BaseTestCase
|
|||||||
|
|
||||||
static::assertInstanceOf(ReflectionProperty::class, $property);
|
static::assertInstanceOf(ReflectionProperty::class, $property);
|
||||||
static::assertTrue($property->isPrivate());
|
static::assertTrue($property->isPrivate());
|
||||||
static::assertEquals('count', $property->getName());
|
static::assertSame('count', $property->getName());
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testGetPropertyUsingClassWithProtectedProperty()
|
public function testGetPropertyUsingClassWithProtectedProperty()
|
||||||
@@ -472,7 +493,7 @@ class ReflectionTest extends BaseTestCase
|
|||||||
|
|
||||||
static::assertInstanceOf(ReflectionProperty::class, $property);
|
static::assertInstanceOf(ReflectionProperty::class, $property);
|
||||||
static::assertTrue($property->isProtected());
|
static::assertTrue($property->isProtected());
|
||||||
static::assertEquals('name', $property->getName());
|
static::assertSame('name', $property->getName());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -484,9 +505,7 @@ class ReflectionTest extends BaseTestCase
|
|||||||
public function testSetPropertyValueUsingNotExistingProperty($object, $property)
|
public function testSetPropertyValueUsingNotExistingProperty($object, $property)
|
||||||
{
|
{
|
||||||
$this->setExpectedException(NotExistingPropertyException::class);
|
$this->setExpectedException(NotExistingPropertyException::class);
|
||||||
|
Reflection::setPropertyValue($object, $property, 'test test test');
|
||||||
$object = new \stdClass();
|
|
||||||
Reflection::setPropertyValue($object, 'test', 'test test test');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -506,6 +525,43 @@ class ReflectionTest extends BaseTestCase
|
|||||||
static::assertSame($newValue, $value);
|
static::assertSame($newValue, $value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function testSetPropertiesValuesWithoutProperties()
|
||||||
|
{
|
||||||
|
$object = new G();
|
||||||
|
Reflection::setPropertiesValues($object, []);
|
||||||
|
|
||||||
|
static::assertSame($object->getFirstName(), 'John');
|
||||||
|
static::assertSame($object->getLastName(), 'Scott');
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param mixed $object Object that should contains given property
|
||||||
|
* @param array $propertiesValues Key-value pairs, where key - name of the property, value - value of the property
|
||||||
|
*
|
||||||
|
* @dataProvider provideObjectAndNotExistingProperties
|
||||||
|
*/
|
||||||
|
public function testSetPropertiesValuesUsingNotExistingProperties($object, array $propertiesValues)
|
||||||
|
{
|
||||||
|
$this->setExpectedException(NotExistingPropertyException::class);
|
||||||
|
Reflection::setPropertiesValues($object, $propertiesValues);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param mixed $object Object that should contains given property
|
||||||
|
* @param array $propertiesValues Key-value pairs, where key - name of the property, value - value of the property
|
||||||
|
*
|
||||||
|
* @dataProvider provideObjectAndPropertiesValues
|
||||||
|
*/
|
||||||
|
public function testSetPropertiesValues($object, array $propertiesValues)
|
||||||
|
{
|
||||||
|
Reflection::setPropertiesValues($object, $propertiesValues);
|
||||||
|
|
||||||
|
foreach ($propertiesValues as $property => $value) {
|
||||||
|
$realValue = Reflection::getPropertyValue($object, $property);
|
||||||
|
static::assertSame($value, $realValue);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provides invalid class and trait
|
* Provides invalid class and trait
|
||||||
*
|
*
|
||||||
@@ -588,4 +644,104 @@ class ReflectionTest extends BaseTestCase
|
|||||||
'Smith',
|
'Smith',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Provides object and not existing properties
|
||||||
|
*
|
||||||
|
* @return Generator
|
||||||
|
*/
|
||||||
|
public function provideObjectAndNotExistingProperties()
|
||||||
|
{
|
||||||
|
yield[
|
||||||
|
new \stdClass(),
|
||||||
|
[
|
||||||
|
'test' => 1,
|
||||||
|
],
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
new A(),
|
||||||
|
[
|
||||||
|
'test' => 2,
|
||||||
|
],
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
new B(),
|
||||||
|
[
|
||||||
|
'firstName' => '',
|
||||||
|
],
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Provides object and its new values of properties
|
||||||
|
*
|
||||||
|
* @return Generator
|
||||||
|
*/
|
||||||
|
public function provideObjectAndPropertiesValues()
|
||||||
|
{
|
||||||
|
yield[
|
||||||
|
new A(),
|
||||||
|
[
|
||||||
|
'count' => 123,
|
||||||
|
],
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
new B(),
|
||||||
|
[
|
||||||
|
'name' => 'test test',
|
||||||
|
],
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
new G(),
|
||||||
|
[
|
||||||
|
'firstName' => 'Jane',
|
||||||
|
],
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
new G(),
|
||||||
|
[
|
||||||
|
'lastName' => 'Smith',
|
||||||
|
],
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
new G(),
|
||||||
|
[
|
||||||
|
'firstName' => 'Jane',
|
||||||
|
'lastName' => 'Brown',
|
||||||
|
],
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
new F(
|
||||||
|
123,
|
||||||
|
'New York',
|
||||||
|
'USA',
|
||||||
|
'UnKnown'
|
||||||
|
),
|
||||||
|
[
|
||||||
|
'gInstance' => new G(),
|
||||||
|
],
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
new F(
|
||||||
|
123,
|
||||||
|
'New York',
|
||||||
|
'USA',
|
||||||
|
'UnKnown',
|
||||||
|
'Mary',
|
||||||
|
'Brown'
|
||||||
|
),
|
||||||
|
[
|
||||||
|
'country' => 'Canada',
|
||||||
|
'accountBalance' => 456,
|
||||||
|
],
|
||||||
|
];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ use Generator;
|
|||||||
use Meritoo\Common\Exception\Regex\IncorrectColorHexLengthException;
|
use Meritoo\Common\Exception\Regex\IncorrectColorHexLengthException;
|
||||||
use Meritoo\Common\Exception\Regex\InvalidColorHexValueException;
|
use Meritoo\Common\Exception\Regex\InvalidColorHexValueException;
|
||||||
use Meritoo\Common\Test\Base\BaseTestCase;
|
use Meritoo\Common\Test\Base\BaseTestCase;
|
||||||
use ReflectionException;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test case of the useful regular expressions methods
|
* Test case of the useful regular expressions methods
|
||||||
@@ -25,9 +24,6 @@ class RegexTest extends BaseTestCase
|
|||||||
private $simpleText;
|
private $simpleText;
|
||||||
private $camelCaseText;
|
private $camelCaseText;
|
||||||
|
|
||||||
/**
|
|
||||||
* @throws ReflectionException
|
|
||||||
*/
|
|
||||||
public function testConstructor()
|
public function testConstructor()
|
||||||
{
|
{
|
||||||
static::assertHasNoConstructor(Regex::class);
|
static::assertHasNoConstructor(Regex::class);
|
||||||
@@ -553,10 +549,6 @@ class RegexTest extends BaseTestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param mixed $nonScalarValue Non scalar value, e.g. [] or null
|
* @param mixed $nonScalarValue Non scalar value, e.g. [] or null
|
||||||
*
|
|
||||||
* @throws IncorrectColorHexLengthException
|
|
||||||
* @throws InvalidColorHexValueException
|
|
||||||
*
|
|
||||||
* @dataProvider provideNonScalarValue
|
* @dataProvider provideNonScalarValue
|
||||||
*/
|
*/
|
||||||
public function testGetValidColorHexValueUsingNonScalarValue($nonScalarValue)
|
public function testGetValidColorHexValueUsingNonScalarValue($nonScalarValue)
|
||||||
@@ -566,10 +558,6 @@ class RegexTest extends BaseTestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param mixed $emptyValue Empty value, e.g. ""
|
* @param mixed $emptyValue Empty value, e.g. ""
|
||||||
*
|
|
||||||
* @throws IncorrectColorHexLengthException
|
|
||||||
* @throws InvalidColorHexValueException
|
|
||||||
*
|
|
||||||
* @dataProvider provideColorEmptyValue
|
* @dataProvider provideColorEmptyValue
|
||||||
*/
|
*/
|
||||||
public function testGetValidColorHexValueUsingEmptyValueWithoutException($emptyValue)
|
public function testGetValidColorHexValueUsingEmptyValueWithoutException($emptyValue)
|
||||||
@@ -579,10 +567,6 @@ class RegexTest extends BaseTestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param mixed $emptyValue Empty value, e.g. ""
|
* @param mixed $emptyValue Empty value, e.g. ""
|
||||||
*
|
|
||||||
* @throws IncorrectColorHexLengthException
|
|
||||||
* @throws InvalidColorHexValueException
|
|
||||||
*
|
|
||||||
* @dataProvider provideColorEmptyValue
|
* @dataProvider provideColorEmptyValue
|
||||||
*/
|
*/
|
||||||
public function testGetValidColorHexValueUsingEmptyValue($emptyValue)
|
public function testGetValidColorHexValueUsingEmptyValue($emptyValue)
|
||||||
@@ -593,10 +577,6 @@ class RegexTest extends BaseTestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $incorrectColor Incorrect value of color
|
* @param string $incorrectColor Incorrect value of color
|
||||||
*
|
|
||||||
* @throws IncorrectColorHexLengthException
|
|
||||||
* @throws InvalidColorHexValueException
|
|
||||||
*
|
|
||||||
* @dataProvider provideColorIncorrectLength
|
* @dataProvider provideColorIncorrectLength
|
||||||
*/
|
*/
|
||||||
public function testGetValidColorHexValueUsingIncorrectValueWithoutException($incorrectColor)
|
public function testGetValidColorHexValueUsingIncorrectValueWithoutException($incorrectColor)
|
||||||
@@ -606,10 +586,6 @@ class RegexTest extends BaseTestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $incorrectColor Incorrect value of color
|
* @param string $incorrectColor Incorrect value of color
|
||||||
*
|
|
||||||
* @throws IncorrectColorHexLengthException
|
|
||||||
* @throws InvalidColorHexValueException
|
|
||||||
*
|
|
||||||
* @dataProvider provideColorIncorrectLength
|
* @dataProvider provideColorIncorrectLength
|
||||||
*/
|
*/
|
||||||
public function testGetValidColorHexValueUsingIncorrectValue($incorrectColor)
|
public function testGetValidColorHexValueUsingIncorrectValue($incorrectColor)
|
||||||
@@ -620,10 +596,6 @@ class RegexTest extends BaseTestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $invalidColor Invalid value of color
|
* @param string $invalidColor Invalid value of color
|
||||||
*
|
|
||||||
* @throws IncorrectColorHexLengthException
|
|
||||||
* @throws InvalidColorHexValueException
|
|
||||||
*
|
|
||||||
* @dataProvider provideColorInvalidValue
|
* @dataProvider provideColorInvalidValue
|
||||||
*/
|
*/
|
||||||
public function testGetValidColorHexValueUsingInvalidValueWithoutException($invalidColor)
|
public function testGetValidColorHexValueUsingInvalidValueWithoutException($invalidColor)
|
||||||
@@ -633,10 +605,6 @@ class RegexTest extends BaseTestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $invalidColor Invalid value of color
|
* @param string $invalidColor Invalid value of color
|
||||||
*
|
|
||||||
* @throws IncorrectColorHexLengthException
|
|
||||||
* @throws InvalidColorHexValueException
|
|
||||||
*
|
|
||||||
* @dataProvider provideColorInvalidValue
|
* @dataProvider provideColorInvalidValue
|
||||||
*/
|
*/
|
||||||
public function testGetValidColorHexValueUsingInvalidValue($invalidColor)
|
public function testGetValidColorHexValueUsingInvalidValue($invalidColor)
|
||||||
@@ -649,9 +617,6 @@ class RegexTest extends BaseTestCase
|
|||||||
* @param string $color Color to verify
|
* @param string $color Color to verify
|
||||||
* @param string $expected Expected value of color
|
* @param string $expected Expected value of color
|
||||||
*
|
*
|
||||||
* @throws IncorrectColorHexLengthException
|
|
||||||
* @throws InvalidColorHexValueException
|
|
||||||
*
|
|
||||||
* @dataProvider provideColor
|
* @dataProvider provideColor
|
||||||
*/
|
*/
|
||||||
public function testGetValidColorHexValue($color, $expected)
|
public function testGetValidColorHexValue($color, $expected)
|
||||||
@@ -659,6 +624,17 @@ class RegexTest extends BaseTestCase
|
|||||||
self::assertEquals($expected, Regex::getValidColorHexValue($color));
|
self::assertEquals($expected, Regex::getValidColorHexValue($color));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string $value Value that should be transformed to slug
|
||||||
|
* @param string $expected Expected slug
|
||||||
|
*
|
||||||
|
* @dataProvider provideValueSlug
|
||||||
|
*/
|
||||||
|
public function testCreateSlug($value, $expected)
|
||||||
|
{
|
||||||
|
self::assertSame($expected, Regex::createSlug($value));
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provides name of bundle and information if it's valid name
|
* Provides name of bundle and information if it's valid name
|
||||||
*
|
*
|
||||||
@@ -834,12 +810,12 @@ class RegexTest extends BaseTestCase
|
|||||||
];
|
];
|
||||||
|
|
||||||
yield[
|
yield[
|
||||||
fread(fopen($file1Path, 'r'), 1),
|
fread(fopen($file1Path, 'rb'), 1),
|
||||||
false,
|
false,
|
||||||
];
|
];
|
||||||
|
|
||||||
yield[
|
yield[
|
||||||
fread(fopen($file2Path, 'r'), 1),
|
fread(fopen($file2Path, 'rb'), 1),
|
||||||
true,
|
true,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
@@ -1729,6 +1705,89 @@ class RegexTest extends BaseTestCase
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Provide value to create slug
|
||||||
|
*
|
||||||
|
* @return Generator
|
||||||
|
*/
|
||||||
|
public function provideValueSlug()
|
||||||
|
{
|
||||||
|
yield[
|
||||||
|
[],
|
||||||
|
false,
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
null,
|
||||||
|
false,
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
1234,
|
||||||
|
'1234',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'1234',
|
||||||
|
'1234',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'1/2/3/4',
|
||||||
|
'1234',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'1 / 2 / 3 / 4',
|
||||||
|
'1-2-3-4',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'test',
|
||||||
|
'test',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'test test',
|
||||||
|
'test-test',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'lorem ipsum dolor sit',
|
||||||
|
'lorem-ipsum-dolor-sit',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'Lorem ipsum. Dolor sit 12.34 amet.',
|
||||||
|
'lorem-ipsum-dolor-sit-1234-amet',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'Was sind Löwen, Bären, Vögel und Käfer (für die Prüfung)?',
|
||||||
|
'was-sind-lowen-baren-vogel-und-kafer-fur-die-prufung',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'äöü (ÄÖÜ)',
|
||||||
|
'aou-aou',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'Półka dębowa. Kolor: żółędziowy. Wymiary: 80 x 30 cm.',
|
||||||
|
'polka-debowa-kolor-zoledziowy-wymiary-80-x-30-cm',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'ąęółńśżźć (ĄĘÓŁŃŚŻŹĆ)',
|
||||||
|
'aeolnszzc-aeolnszzc',
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
@@ -1737,7 +1796,8 @@ class RegexTest extends BaseTestCase
|
|||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
|
||||||
$this->simpleText = 'lorem ipsum dolor sit';
|
$this->simpleText = 'lorem ipsum dolor sit';
|
||||||
$this->camelCaseText = str_replace(' ', '', lcfirst(ucwords($this->simpleText))); // 'loremIpsumDolorSit'
|
$simpleUppercase = ucwords($this->simpleText);
|
||||||
|
$this->camelCaseText = str_replace(' ', '', lcfirst($simpleUppercase)); // 'loremIpsumDolorSit'
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -1746,8 +1806,6 @@ class RegexTest extends BaseTestCase
|
|||||||
protected function tearDown()
|
protected function tearDown()
|
||||||
{
|
{
|
||||||
parent::tearDown();
|
parent::tearDown();
|
||||||
|
unset($this->simpleText, $this->camelCaseText);
|
||||||
unset($this->simpleText);
|
|
||||||
unset($this->camelCaseText);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Utilities\Repository;
|
namespace Meritoo\Test\Common\Utilities\Repository;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sortable object/entity.
|
* Sortable object/entity.
|
||||||
|
|||||||
@@ -6,12 +6,16 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Utilities;
|
namespace Meritoo\Test\Common\Utilities;
|
||||||
|
|
||||||
|
use Doctrine\ORM\EntityManagerInterface;
|
||||||
|
use Doctrine\ORM\EntityRepository;
|
||||||
|
use Doctrine\ORM\Query\Expr\OrderBy;
|
||||||
|
use Doctrine\ORM\QueryBuilder;
|
||||||
use Generator;
|
use Generator;
|
||||||
use Meritoo\Common\Test\Base\BaseTestCase;
|
use Meritoo\Common\Test\Base\BaseTestCase;
|
||||||
use Meritoo\Common\Test\Utilities\Repository\Sortable;
|
|
||||||
use Meritoo\Common\Utilities\Repository;
|
use Meritoo\Common\Utilities\Repository;
|
||||||
|
use Meritoo\Test\Common\Utilities\Repository\Sortable;
|
||||||
use stdClass;
|
use stdClass;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -32,7 +36,7 @@ class RepositoryTest extends BaseTestCase
|
|||||||
$items = [];
|
$items = [];
|
||||||
Repository::replenishPositions($items);
|
Repository::replenishPositions($items);
|
||||||
|
|
||||||
static::assertEquals([], $items);
|
static::assertSame([], $items);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testReplenishPositionsUsingNotSortableObjects()
|
public function testReplenishPositionsUsingNotSortableObjects()
|
||||||
@@ -81,10 +85,10 @@ class RepositoryTest extends BaseTestCase
|
|||||||
public function testReplenishPositionsUsingArraysWithoutExtremePosition(array $items)
|
public function testReplenishPositionsUsingArraysWithoutExtremePosition(array $items)
|
||||||
{
|
{
|
||||||
Repository::replenishPositions($items);
|
Repository::replenishPositions($items);
|
||||||
static::assertEquals($items, $items);
|
static::assertSame($items, $items);
|
||||||
|
|
||||||
Repository::replenishPositions($items, false);
|
Repository::replenishPositions($items, false);
|
||||||
static::assertEquals($items, $items);
|
static::assertSame($items, $items);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -97,7 +101,7 @@ class RepositoryTest extends BaseTestCase
|
|||||||
public function testReplenishPositionsUsingArraysWithoutExtremePositionForce(array $items, $asLast, array $expected)
|
public function testReplenishPositionsUsingArraysWithoutExtremePositionForce(array $items, $asLast, array $expected)
|
||||||
{
|
{
|
||||||
Repository::replenishPositions($items, $asLast, true);
|
Repository::replenishPositions($items, $asLast, true);
|
||||||
static::assertEquals($expected, $items);
|
static::assertSame($expected, $items);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -110,7 +114,7 @@ class RepositoryTest extends BaseTestCase
|
|||||||
public function testReplenishPositionsUsingArraysWithExtremePositionForce(array $items, $asLast, array $expected)
|
public function testReplenishPositionsUsingArraysWithExtremePositionForce(array $items, $asLast, array $expected)
|
||||||
{
|
{
|
||||||
Repository::replenishPositions($items, $asLast, true);
|
Repository::replenishPositions($items, $asLast, true);
|
||||||
static::assertEquals($expected, $items);
|
static::assertSame($expected, $items);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -120,10 +124,10 @@ class RepositoryTest extends BaseTestCase
|
|||||||
public function testReplenishPositionsUsingObjectsWithoutExtremePosition(array $items)
|
public function testReplenishPositionsUsingObjectsWithoutExtremePosition(array $items)
|
||||||
{
|
{
|
||||||
Repository::replenishPositions($items);
|
Repository::replenishPositions($items);
|
||||||
static::assertEquals($items, $items);
|
static::assertSame($items, $items);
|
||||||
|
|
||||||
Repository::replenishPositions($items, false);
|
Repository::replenishPositions($items, false);
|
||||||
static::assertEquals($items, $items);
|
static::assertSame($items, $items);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -160,22 +164,136 @@ class RepositoryTest extends BaseTestCase
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param array $items Objects who have "getPosition()" and "setPosition()" methods or arrays
|
* @param array $items Objects who have "getPosition()" and "setPosition()" methods or arrays
|
||||||
* @param bool $max (optional) If is set to true, maximum value is returned. Otherwise - minimum.
|
* @param bool $max If is set to true, maximum value is returned. Otherwise - minimum.
|
||||||
* @param int $expected Extreme position (max or min) of given items
|
* @param int $expected Extreme position (max or min) of given items
|
||||||
*
|
*
|
||||||
* @dataProvider provideArraysWithoutExtremePositionToGetExtremePosition
|
* @dataProvider provideArraysWithoutExtremePositionToGetExtremePosition
|
||||||
*/
|
*/
|
||||||
public function testGetExtremePositionUsingArraysWithoutExtremePosition(array $items, $max, $expected)
|
public function testGetExtremePositionUsingArraysWithoutExtremePosition(array $items, $max, $expected)
|
||||||
{
|
{
|
||||||
static::assertEquals($expected, Repository::getExtremePosition($items, $max));
|
static::assertSame($expected, Repository::getExtremePosition($items, $max));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testGetExtremePositionUsingObjects()
|
/**
|
||||||
|
* @param array $items Objects who have "getPosition()" and "setPosition()" methods or arrays
|
||||||
|
* @param bool $max If is set to true, maximum value is returned. Otherwise - minimum.
|
||||||
|
* @param int $expected Extreme position (max or min) of given items
|
||||||
|
*
|
||||||
|
* @dataProvider provideArraysWithExtremePositionToGetExtremePosition
|
||||||
|
*/
|
||||||
|
public function testGetExtremePositionUsingArraysWithExtremePosition(array $items, $max, $expected)
|
||||||
{
|
{
|
||||||
|
static::assertSame($expected, Repository::getExtremePosition($items, $max));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testGetEntityOrderedQueryBuilder()
|
/**
|
||||||
|
* @param array $items Objects who have "getPosition()" and "setPosition()" methods or arrays
|
||||||
|
* @param bool $max If is set to true, maximum value is returned. Otherwise - minimum.
|
||||||
|
* @param int $expected Extreme position (max or min) of given items
|
||||||
|
*
|
||||||
|
* @dataProvider provideObjectsWithoutExtremePositionToGetExtremePosition
|
||||||
|
*/
|
||||||
|
public function testGetExtremePositionUsingObjectsWithoutExtremePosition(array $items, $max, $expected)
|
||||||
{
|
{
|
||||||
|
static::assertSame($expected, Repository::getExtremePosition($items, $max));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param array $items Objects who have "getPosition()" and "setPosition()" methods or arrays
|
||||||
|
* @param bool $max If is set to true, maximum value is returned. Otherwise - minimum.
|
||||||
|
* @param int $expected Extreme position (max or min) of given items
|
||||||
|
*
|
||||||
|
* @dataProvider provideObjectsWithExtremePositionToGetExtremePosition
|
||||||
|
*/
|
||||||
|
public function testGetExtremePositionUsingObjectsWithExtremePosition(array $items, $max, $expected)
|
||||||
|
{
|
||||||
|
static::assertSame($expected, Repository::getExtremePosition($items, $max));
|
||||||
|
}
|
||||||
|
|
||||||
|
public function testGetEntityOrderedQueryBuilderUsingDefaults()
|
||||||
|
{
|
||||||
|
$entityManager = $this->getMock(EntityManagerInterface::class);
|
||||||
|
|
||||||
|
$entityRepository = $this
|
||||||
|
->getMockBuilder(EntityRepository::class)
|
||||||
|
->disableOriginalConstructor()
|
||||||
|
->setMethods([
|
||||||
|
'createQueryBuilder',
|
||||||
|
])
|
||||||
|
->getMock()
|
||||||
|
;
|
||||||
|
|
||||||
|
$expectedQueryBuilder = new QueryBuilder($entityManager);
|
||||||
|
$expectedQueryBuilder->from('any_table_name', 'qb');
|
||||||
|
|
||||||
|
$entityRepository
|
||||||
|
->expects(static::once())
|
||||||
|
->method('createQueryBuilder')
|
||||||
|
->willReturn($expectedQueryBuilder)
|
||||||
|
;
|
||||||
|
|
||||||
|
$queryBuilder = Repository::getEntityOrderedQueryBuilder($entityRepository);
|
||||||
|
$selectDQLPart = $queryBuilder->getDQLPart('select');
|
||||||
|
$whereDQLPart = $queryBuilder->getDQLPart('where');
|
||||||
|
$orderDQLPart = $queryBuilder->getDQLPart('orderBy');
|
||||||
|
|
||||||
|
/* @var OrderBy $orderBy */
|
||||||
|
$orderBy = $orderDQLPart[0];
|
||||||
|
|
||||||
|
static::assertInstanceOf(QueryBuilder::class, $queryBuilder);
|
||||||
|
static::assertArraySubset(['qb'], $queryBuilder->getRootAliases());
|
||||||
|
static::assertSame([], $selectDQLPart);
|
||||||
|
static::assertNull($whereDQLPart);
|
||||||
|
static::assertSame(['qb.name ASC'], $orderBy->getParts());
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string $property Name of property used by the ORDER BY clause
|
||||||
|
* @param string $direction Direction used by the ORDER BY clause ("ASC" or "DESC")
|
||||||
|
* @param string $expectedOrderBy Expected ORDER BY clause
|
||||||
|
*
|
||||||
|
* @dataProvider providePropertyAndDirectionToGetEntityOrderedQueryBuilder
|
||||||
|
*/
|
||||||
|
public function testGetEntityOrderedQueryBuilder($property, $direction, $expectedOrderBy)
|
||||||
|
{
|
||||||
|
$entityManager = $this->getMock(EntityManagerInterface::class);
|
||||||
|
|
||||||
|
$entityRepository = $this
|
||||||
|
->getMockBuilder(EntityRepository::class)
|
||||||
|
->disableOriginalConstructor()
|
||||||
|
->setMethods([
|
||||||
|
'createQueryBuilder',
|
||||||
|
])
|
||||||
|
->getMock()
|
||||||
|
;
|
||||||
|
|
||||||
|
$expectedQueryBuilder = new QueryBuilder($entityManager);
|
||||||
|
$expectedQueryBuilder->from('any_table_name', 'qb');
|
||||||
|
|
||||||
|
$entityRepository
|
||||||
|
->expects(static::once())
|
||||||
|
->method('createQueryBuilder')
|
||||||
|
->willReturn($expectedQueryBuilder)
|
||||||
|
;
|
||||||
|
|
||||||
|
$queryBuilder = Repository::getEntityOrderedQueryBuilder($entityRepository, $property, $direction);
|
||||||
|
$selectDQLPart = $queryBuilder->getDQLPart('select');
|
||||||
|
$whereDQLPart = $queryBuilder->getDQLPart('where');
|
||||||
|
$orderDQLPart = $queryBuilder->getDQLPart('orderBy');
|
||||||
|
|
||||||
|
static::assertInstanceOf(QueryBuilder::class, $queryBuilder);
|
||||||
|
static::assertArraySubset(['qb'], $queryBuilder->getRootAliases());
|
||||||
|
static::assertSame([], $selectDQLPart);
|
||||||
|
static::assertNull($whereDQLPart);
|
||||||
|
|
||||||
|
if (empty($property)) {
|
||||||
|
static::assertSame([], $orderDQLPart);
|
||||||
|
} else {
|
||||||
|
/* @var OrderBy $orderBy */
|
||||||
|
$orderBy = $orderDQLPart[0];
|
||||||
|
|
||||||
|
static::assertSame([$expectedOrderBy], $orderBy->getParts());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -581,7 +699,7 @@ class RepositoryTest extends BaseTestCase
|
|||||||
[],
|
[],
|
||||||
],
|
],
|
||||||
true,
|
true,
|
||||||
1,
|
2,
|
||||||
];
|
];
|
||||||
|
|
||||||
yield[
|
yield[
|
||||||
@@ -596,7 +714,125 @@ class RepositoryTest extends BaseTestCase
|
|||||||
[],
|
[],
|
||||||
],
|
],
|
||||||
false,
|
false,
|
||||||
2,
|
1,
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Provides objects without extreme position used to get extreme position
|
||||||
|
*
|
||||||
|
* @return Generator
|
||||||
|
*/
|
||||||
|
public function provideObjectsWithoutExtremePositionToGetExtremePosition()
|
||||||
|
{
|
||||||
|
yield[
|
||||||
|
[],
|
||||||
|
false,
|
||||||
|
null,
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
[],
|
||||||
|
true,
|
||||||
|
null,
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
[
|
||||||
|
new Sortable(),
|
||||||
|
new Sortable(),
|
||||||
|
new Sortable(),
|
||||||
|
],
|
||||||
|
true,
|
||||||
|
null,
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
[
|
||||||
|
new Sortable(),
|
||||||
|
new Sortable(),
|
||||||
|
new Sortable(),
|
||||||
|
],
|
||||||
|
false,
|
||||||
|
null,
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Provides objects with extreme position used to get extreme position
|
||||||
|
*
|
||||||
|
* @return Generator
|
||||||
|
*/
|
||||||
|
public function provideObjectsWithExtremePositionToGetExtremePosition()
|
||||||
|
{
|
||||||
|
yield[
|
||||||
|
[
|
||||||
|
new Sortable(1),
|
||||||
|
new Sortable(2),
|
||||||
|
new Sortable(3),
|
||||||
|
],
|
||||||
|
true,
|
||||||
|
3,
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
[
|
||||||
|
new Sortable(1),
|
||||||
|
new Sortable(2),
|
||||||
|
new Sortable(3),
|
||||||
|
],
|
||||||
|
false,
|
||||||
|
1,
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Provide name of property, direction and expected ORDER BY clause used to get query builder
|
||||||
|
*
|
||||||
|
* @return Generator
|
||||||
|
*/
|
||||||
|
public function providePropertyAndDirectionToGetEntityOrderedQueryBuilder()
|
||||||
|
{
|
||||||
|
yield[
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
'',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'first_name',
|
||||||
|
'',
|
||||||
|
'qb.first_name ASC',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'first_name',
|
||||||
|
'asc',
|
||||||
|
'qb.first_name asc',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'first_name',
|
||||||
|
'ASC',
|
||||||
|
'qb.first_name ASC',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'first_name',
|
||||||
|
'desc',
|
||||||
|
'qb.first_name desc',
|
||||||
|
];
|
||||||
|
|
||||||
|
yield[
|
||||||
|
'first_name',
|
||||||
|
'DESC',
|
||||||
|
'qb.first_name DESC',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Meritoo\Common\Test\Utilities;
|
namespace Meritoo\Test\Common\Utilities;
|
||||||
|
|
||||||
use Generator;
|
use Generator;
|
||||||
use Meritoo\Common\Test\Base\BaseTestCase;
|
use Meritoo\Common\Test\Base\BaseTestCase;
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user