You are here

public function DataLayerKernelTest::testDataLayerMenuGetAnyObjectReturnsNullWithoutContentEntityInterface in dataLayer 8

Test DataLayer Menu Get Any Object.

Returns False Without Load Functions.

File

tests/src/Kernel/DataLayerKernelTest.php, line 153

Class

DataLayerKernelTest
Kernel test cases for datalayer module.

Namespace

Drupal\Tests\datalayer\Kernel

Code

public function testDataLayerMenuGetAnyObjectReturnsNullWithoutContentEntityInterface() {
  $result = _datalayer_menu_get_any_object();
  $this
    ->assertNull($result);
}