Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

Differences Between: [Versions 400 and 401] [Versions 400 and 402]

(no description)

File Size: 106 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

FilesystemSkipPassedListLocator:: (4 methods):
  __construct()
  getLocatorExamples()
  locateSpecifications()
  getSuitePaths()


Class: FilesystemSkipPassedListLocator  - X-Ref

Skips gherkin features using a file with the list of scenarios.

__construct(Gherkin $gherkin)   X-Ref
Initializes locator.

param: Gherkin $gherkin

getLocatorExamples()   X-Ref
Returns array of strings representing examples of supported specification locators.

return: string[]

locateSpecifications(Suite $suite, $locator)   X-Ref
Locates specifications and wraps them into iterator.

return: SpecificationIterator
param: Suite  $suite
param: string $locator

getSuitePaths(Suite $suite)   X-Ref
Returns array of feature paths configured for the provided suite.

return: string[]
param: Suite $suite