Laravel-Test-Helpers icon indicating copy to clipboard operation
Laravel-Test-Helpers copied to clipboard

Failing assertion passes

Open vanne opened this issue 11 years ago • 0 comments

For me a test with following assertion does not fail:

Assert::arrayHasKey('lorem', array('foo' => 'bar'));

It's not even added to the assertions count. It's just not picked up.

vanne avatar Jun 12 '13 09:06 vanne