vendor/composer/installed.json: composer.json composer install .PHONY: deps deps: vendor/composer/installed.json .PHONY: test test: deps php vendor/bin/phpunit .PHONY: apidocs apidocs: docs/api/index.html phpDocumentor.phar: wget https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.0.0/phpDocumentor.phar wget https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.0.0/phpDocumentor.phar.asc library_files=$(shell find library -name '*.php') docs/api/index.html: vendor/composer/installed.json $(library_files) phpDocumentor.phar php phpDocumentor.phar run -d library -t docs/api .PHONY: test-all test-all: test-74 test-73 .PHONY: test-74 test-74: deps docker run -it --rm -v "$$PWD":/opt/mockery -w /opt/mockery php:7.4-cli php vendor/bin/phpunit .PHONY: test-73 test-73: deps docker run -it --rm -v "$$PWD":/opt/mockery -w /opt/mockery php:7.3-cli php vendor/bin/phpunit
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.git | Folder | 0755 |
|
|
.github | Folder | 0755 |
|
|
docs | Folder | 0755 |
|
|
library | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.gitattributes | File | 247 B | 0644 |
|
.gitignore | File | 228 B | 0644 |
|
.php_cs | File | 612 B | 0644 |
|
.phpstorm.meta.php | File | 360 B | 0644 |
|
.styleci.yml | File | 224 B | 0644 |
|
CHANGELOG.md | File | 8.9 KB | 0644 |
|
CONTRIBUTING.md | File | 3.29 KB | 0644 |
|
LICENSE | File | 1.47 KB | 0644 |
|
Makefile | File | 949 B | 0644 |
|
README.md | File | 10.23 KB | 0644 |
|
composer.json | File | 1.45 KB | 0644 |
|
phpunit.xml.dist | File | 1.54 KB | 0644 |
|