You are here

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

Stub "get all entities" method. Can be overridden by child classes for specific test cases.

Return value

mixed

1 call to BasicCrudTest::getAllEntities()
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 106

Class

BasicCrudTest
Class BasicCrudTest.

Namespace

Auth0\Tests\API

Code

protected function getAllEntities() {
  return $this->api
    ->getAll();
}