Documentation

api_v4_OAuthClientTest extends TestCase
in package
implements HeadlessInterface, HookInterface, TransactionalInterface

Create, read, and destroy OAuth clients.

Tags
group

headless

Table of Contents

Interfaces

HeadlessInterface
Interface HeadlessInterface
HookInterface
TransactionalInterface
Interface HeadlessInterface

Methods

setUp()  : void
setUpHeadless()  : mixed
The setupHeadless function runs at the start of each test case, right before the headless environment reboots.
tearDown()  : void
testBasic()  : void
Basic sanity check - create, read, and delete a client.
testCreateBadProvider()  : mixed
testUpdateBadProvider()  : void

Methods

setUpHeadless()

The setupHeadless function runs at the start of each test case, right before the headless environment reboots.

public setUpHeadless() : mixed

It should perform any necessary steps required for putting the database in a consistent baseline -- such as loading schema and extensions.

The utility \Civi\Test::headless() provides a number of helper functions for managing this setup, and it includes optimizations to avoid redundant setup work.

testBasic()

Basic sanity check - create, read, and delete a client.

public testBasic() : void

        
On this page

Search results