-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
| Constant | Visibility | Type | Value |
|---|---|---|---|
DEFAULT_TESTS_PATH |
public | string | './tests' |
DEFAULT_GUIDE_DIRECTORY |
public | string | 'docs' |
DEFAULT_WIKI_TARGET |
public | string | '.github/wiki' |
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\ProjectCapabilitiesParameters:
| 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 |