elliotchance / concise

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

Thinks integers are dates? #201

Closed elliotchance closed 9 years ago

elliotchance commented 9 years ago
$this->assert(strtotime($invoice['Date']), between, time(), _and, time() + 5);
Argument 2 (Date) must be int or string.
elliotchance commented 9 years ago

Looking at the wrong line, this is not a bug.