Problem/Motivation
As title
Proposed resolution
Remove redundant assertion messages at the same time.
Example:
- $this->assertTrue(isset($ids['entity_test.entity_test.field_test_import']));
+ $this->assertArrayHasKey('entity_test.entity_test.field_test_import', $ids);
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | commerce-replace-isset-with-assertArrayHasKey-3138948-2.patch | 2.44 KB | deulenko |
Comments
Comment #2
deulenko commentedComment #3
mglaman