-
Notifications
You must be signed in to change notification settings - Fork 52
Open
@staabm
Description
-$this->assertTrue(isset($anything["foo"]), "message"); +$this->assertArrayHasKey("foo", $anything, "message");
similar to AssertSameNullExpectedRule and others
could be auto-fixable.
Metadata
Metadata
Assignees
Labels
No labels