[meta] Replace assertions involving calls to isset() with more appropriate assertions

Created on 28 April 2020, over 4 years ago
Updated 16 January 2023, about 2 years ago

Problem/Motivation

As title

Proposed resolution

Example:

-    $this->assertTrue(isset($ids['entity_test.entity_test.field_test_import']));
+    $this->assertNotNull($ids['entity_test.entity_test.field_test_import']);

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

🌱 Plan
Status

Fixed

Version

10.1

Component
PHPUnit 

Last updated 2 days ago

Created by

🇨🇳China jungle Chongqing, China

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024