Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

playplay/kata-password-validation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PasswordValidation

Instructions

Kata instruction are available here.

Getting started

Run composer install to get dependencies.

Alternatively, you can install dependencies using docker with docker-compose run --rm php composer install.

Run tests

You can run tests with PhpUnit using ./vendor/bin/phpunit.

If you prefer using docker you can run tests with docker-compose run --rm php ./vendor/bin/phpunit.

About

kata backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 63.1%
  • Dockerfile 36.9%