Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laracasts-jverd/kata

A set of patterns to harness my PHP routine
https://github.com/laracasts-jverd/kata

phpunit

Last synced: 6 days ago
JSON representation

A set of patterns to harness my PHP routine

Awesome Lists containing this project

README

        

# Kata using PHP Unit

Initialization
```sh
composer require phpunit/phpunit
composer dump-autoload # after adding psr-4 in composer.json
```

Execute tests with PHPUnit
```sh
./vendor/bin/phpunit tests
./vendor/bin/phpunit tests/RomanNumeralsTest.php
```

Documentation:
-
- [99 bottles of beer](https://www.codewars.com/kata/52a723508a4d96c6c90005ba)