elliotchance / concise

✅ Concise is test framework for using plain English and minimal code, built on PHPUnit.
MIT License
45 stars 3 forks source link

assert() for each #121

Open elliotchance opened 10 years ago

elliotchance commented 10 years ago
$this->assert($this->each(array('a', 123)), is_string);
elliotchance commented 9 years ago

each, all, none