TestBuilderInterface
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.