Skip to content

ProjectCapabilitiesResolverInterface

github-actions[bot] edited this page May 1, 2026 · 1 revision

Resolves the effective documentation, testing, and wiki capabilities of the current repository.


  • Full name: \FastForward\DevTools\Project\ProjectCapabilitiesResolverInterface

Constants

Constant Visibility Type Value
DEFAULT_TESTS_PATH public string './tests'
DEFAULT_GUIDE_DIRECTORY public string 'docs'
DEFAULT_WIKI_TARGET public string '.github/wiki'

Methods

resolve

Resolves which documentation, testing, and wiki surfaces are available for the current repository.

public resolve(string $testsPath = \self::DEFAULT_TESTS_PATH, string $guideDirectory = \self::DEFAULT_GUIDE_DIRECTORY, string $wikiTarget = \self::DEFAULT_WIKI_TARGET): \FastForward\DevTools\Project\ProjectCapabilities

Parameters:

Parameter Type Description
$testsPath string the project-relative tests directory to inspect
$guideDirectory string the project-relative guide directory to inspect
$wikiTarget string the project-relative wiki output target to inspect

Clone this wiki locally