Skip to content

martynas-developer/string-manipulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

composer install

How to run

php src/index.php

How to run ci (automatically runs PHPUnit, PHPStan and PHP_CodeSniffer)

composer ci

How to run PHPUnit

./vendor/bin/phpunit tests

How to run PHPStan

./vendor/bin/phpstan --level=9 analyze src

How to run PHP_CodeSniffer

./vendor/bin/phpcs src

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages