abstract protected function BasicCrudTest::afterCreate in Auth0 Single Sign On 8.2
Assertions for the created entity.
Parameters
array $created_entity Created entity.:
Return value
mixed
1 call to BasicCrudTest::afterCreate()
- 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 76
Class
- BasicCrudTest
- Class BasicCrudTest.
Namespace
Auth0\Tests\APICode
protected abstract function afterCreate(array $created_entity);