You are here

public function EntityLoadHelperTest::testLoadByPropertiesReturnsFalseIfNoMatchIsFound in YAML Content 8

Test loadByUuid returns false if no match is found.

@covers ::loadByProperties

File

tests/src/Unit/EntityLoadHelper/EntityLoadHelperTest.php, line 416

Class

EntityLoadHelperTest
Test functionality of the EntityLoadHelper class.

Namespace

Drupal\Tests\yaml_content\Unit\EntityLoadHelper

Code

public function testLoadByPropertiesReturnsFalseIfNoMatchIsFound() {
  $this
    ->markTestIncomplete('This test has not been implemented yet.');
}