hhvm / hacktest

A unit testing framework for Hack
MIT License
29 stars 13 forks source link

search back trace for test file, rather than test class #49

Closed fredemmott closed 6 years ago

fredemmott commented 6 years ago

When the test class is namespaced, the relevant backtrace lines likely do not contain the class name.

fixes #48