Documentation

HeadlessInterface

Interface HeadlessInterface

Tags
see
EndToEndInterface
see
HookInterface
see
TransactionalInterface

Table of Contents

Methods

setUpHeadless()  : mixed
The setupHeadless function runs at the start of each test case, right before the headless environment reboots.

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.

Tags
see
Test

        
On this page

Search results