PHP Class Auth0\Tests\BasicCrudTest

Inheritance: extends ApiTests
Show file Open project: auth0/auth0-php

Protected Properties

Property Type Description
$domain

Public Methods

Method Description
testAll ( )

Protected Methods

Method Description
afterCreate ( $entity )
afterUpdate ( $entity )
getAll ( $client, $entity )
getApiClient ( )
getCreateBody ( )
getId ( $entity )
getUpdateBody ( )

Method Details

afterCreate() abstract protected method

abstract protected afterCreate ( $entity )

afterUpdate() abstract protected method

abstract protected afterUpdate ( $entity )

getAll() protected method

protected getAll ( $client, $entity )

getApiClient() abstract protected method

abstract protected getApiClient ( )

getCreateBody() abstract protected method

abstract protected getCreateBody ( )

getId() protected method

protected getId ( $entity )

getUpdateBody() abstract protected method

abstract protected getUpdateBody ( )

testAll() public method

public testAll ( )

Property Details

$domain protected property

protected $domain