elliotchance / concise

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

HasPropertyWithValue does not work for non stdClass #258

Closed elliotchance closed 9 years ago

elliotchance commented 9 years ago

Exotic or ActiveRecord types classes keep their properties as only magically accessible. When we cast the object to an array to test for membership they will not show up.

scrutinizer-notifier commented 9 years ago

The inspection completed: No new issues