hgsgtk / mpunit

Mini PHP xUnit Testing Framework
https://speakerdeck.com/hgsgtk/self-made-xunit
MIT License
16 stars 1 forks source link

choice assertion libraries #5

Closed hgsgtk closed 5 years ago

hgsgtk commented 5 years ago

https://www.php.net/manual/ja/function.assert.php

https://github.com/beberlei/assert

https://github.com/webmozart/assert

https://github.com/hamcrest/hamcrest-php

hgsgtk commented 5 years ago

webmozart/assert はわりとEntityの前提条件を満たしているかという観点が多くて、数値かどうかみたいな観点が多めなので微妙そう

hgsgtk commented 5 years ago

I decided to use assert function.