You are here

abstract protected function BasicCrudTest::afterUpdate in Auth0 Single Sign On 8.2

Assertions for the updated entity.

Parameters

array $updated_entity Updated entity.:

Return value

mixed

1 call to BasicCrudTest::afterUpdate()
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 85

Class

BasicCrudTest
Class BasicCrudTest.

Namespace

Auth0\Tests\API

Code

protected abstract function afterUpdate(array $updated_entity);