You are here

protected function BasicCrudTest::getId in Auth0 Single Sign On 8.2

Get the unique identifier for the entity.

Parameters

array $entity Entity array.:

Return value

mixed

1 call to BasicCrudTest::getId()
BasicCrudTest::testAll in vendor/auth0/auth0-php/tests/API/BasicCrudTest.php
All basic CRUD test assertions.

File

vendor/auth0/auth0-php/tests/API/BasicCrudTest.php, line 118

Class

BasicCrudTest
Class BasicCrudTest.

Namespace

Auth0\Tests\API

Code

protected function getId(array $entity) {
  return $entity[$this->id_name];
}