WireTests::getTestFilesFromPath()

Get all test files in given path

Usage

// basic usage
$array = $wireTests->getTestFilesFromPath();

// usage with all arguments
$array = $wireTests->getTestFilesFromPath(string $path = '');

Arguments

NameType(s)Description
$path (optional)string

optional path if something other than the default

Return value

array


WireTests methods and properties

API reference based on ProcessWire core version 3.0.269