You are here

protected property RequestHandlerTest::$entityStorage in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/rest/tests/src/Kernel/RequestHandlerTest.php \Drupal\Tests\rest\Kernel\RequestHandlerTest::entityStorage
  2. 10 core/modules/rest/tests/src/Kernel/RequestHandlerTest.php \Drupal\Tests\rest\Kernel\RequestHandlerTest::entityStorage

The entity storage.

Type: \Prophecy\Prophecy\ObjectProphecy

File

core/modules/rest/tests/src/Kernel/RequestHandlerTest.php, line 40

Class

RequestHandlerTest
Test REST RequestHandler controller logic.

Namespace

Drupal\Tests\rest\Kernel

Code

protected $entityStorage;