You are here

ObjectOperatorSpacingUnitTest.inc in Coder 8.2

Testing the object operator.

File

coder_sniffer/Drupal/Test/WhiteSpace/ObjectOperatorSpacingUnitTest.inc
View source
<?php

/**
 * @file
 * Testing the object operator.
 */

// The object operator should be on the next line.
$result = $entityTypeManager
  ->getStorage($this->entityTypeId)
  ->loadMultiple($this->ids);