10 lines
408 B
Markdown
10 lines
408 B
Markdown
|
> **[Presentation](../README.md) | [Manual](https://github.com/julien-boudry/Condorcet/wiki) | [Methods References](../Documentation/README.md) | Tests**
|
||
|
|
||
|
#### ~300 tests and more than 1000 assertions to explore on this path
|
||
|
|
||
|
* The implementation tests proving the implementations of each method are in this directory **=>> [Algo Tests](lib/Algo/)**
|
||
|
|
||
|
#### Execute the tests suite
|
||
|
```
|
||
|
./vendor/bin/phpunit
|
||
|
```
|