elliotchance / concise

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

Improve backtraces #197

Open elliotchance opened 10 years ago

elliotchance commented 10 years ago

It seems common for the backtraces to have a lot of unknown files and line. We know the objects so maybe we can use reflection to look up where they were defined?