interface TestBuilderInterface

Interface to be implemented by test builder classes for PHPUnit, Jest, and Vitest.

Methods

static int
makeTest(string $testName, InputInterface $input)

Creates a new test class.

Details

at line 18
static int makeTest(string $testName, InputInterface $input)

Creates a new test class.

Parameters

string $testName

The name for the test.

InputInterface $input

The Symfony InputInterface object.

Return Value

int

A value that indicates success, invalid, or failure.