Documentation

api_v4_OAuthProviderTest extends TestCase
in package
implements HeadlessInterface, HookInterface, TransactionalInterface

Read list of OAuth providers

Tags
group

headless

Table of Contents

Interfaces

HeadlessInterface
Interface HeadlessInterface
HookInterface
Interface 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
testGet()  : void
Create, read, and destroy token - with full access to secrets.
testGetByTag()  : void
Create, read, and destroy token - with full access to secrets.

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.

testGet()

Create, read, and destroy token - with full access to secrets.

public testGet() : void

testGetByTag()

Create, read, and destroy token - with full access to secrets.

public testGetByTag() : void

        
On this page

Search results