PHP Classes

File: Makefile

Recommend this page to a friend!
  Classes of Smoren Freelight   PHP Simple Log Class   Makefile   Download  
File: Makefile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Simple Log Class
Output log messages compliant with PSR-3
Author: By
Last change:
Date: 11 months ago
Size: 489 bytes
 

Contents

Class file image Download
.PHONY : tests lint static report coverage all : tests lint static report tests : vendor/bin/phpunit tests/ --configuration=tests/phpunit.xml lint : vendor/bin/phpcs --standard=coding_standard.xml --ignore=vendor . static : vendor/bin/phpstan analyze --level max src/ tests/ vendor/bin/phpmd src/ text cleancode,codesize,design,unusedcode,naming coverage : vendor/bin/phpunit tests/ --configuration=tests/phpunit.xml --coverage-text=php://stdout report : vendor/bin/phploc src/