elliotchance / concise

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

Cannot use constants outside of tests #217

Closed elliotchance closed 9 years ago

elliotchance commented 9 years ago

If you try to use a constant like has_values in a data provider the constant will not be defined yet and will cause an error.

elliotchance commented 9 years ago

Related to #17 and #215

scrutinizer-notifier commented 9 years ago

The inspection completed: 2 new issues, 2 updated code elements