PHP Класс spec\GrumPHP\Task\XmlLintSpec

Наследование: extends AbstractLinterTaskSpec
Показать файл Открыть проект

Открытые методы

Метод Описание
it_does_not_do_anything_if_there_are_no_files ( XmlLinter $linter, GrumPHP\Task\Context\ContextInterface $context )
it_is_initializable ( )
it_runs_the_suite ( XmlLinter $linter, GrumPHP\Task\Context\ContextInterface $context )
it_should_have_a_name ( )
it_should_have_configurable_options ( )
it_should_run_in_git_pre_commit_context ( GrumPHP\Task\Context\GitPreCommitContext $context )
it_should_run_in_run_context ( GrumPHP\Task\Context\RunContext $context )
it_throws_exception_if_the_process_fails ( XmlLinter $linter, GrumPHP\Task\Context\ContextInterface $context )
let ( GrumPHP $grumPHP, XmlLinter $linter )

Описание методов

it_does_not_do_anything_if_there_are_no_files() публичный метод

public it_does_not_do_anything_if_there_are_no_files ( XmlLinter $linter, GrumPHP\Task\Context\ContextInterface $context )
$linter GrumPHP\Linter\Xml\XmlLinter
$context GrumPHP\Task\Context\ContextInterface

it_is_initializable() публичный метод

public it_is_initializable ( )

it_runs_the_suite() публичный метод

public it_runs_the_suite ( XmlLinter $linter, GrumPHP\Task\Context\ContextInterface $context )
$linter GrumPHP\Linter\Xml\XmlLinter
$context GrumPHP\Task\Context\ContextInterface

it_should_have_a_name() публичный метод

it_should_have_configurable_options() публичный метод

it_should_run_in_git_pre_commit_context() публичный метод

public it_should_run_in_git_pre_commit_context ( GrumPHP\Task\Context\GitPreCommitContext $context )
$context GrumPHP\Task\Context\GitPreCommitContext

it_should_run_in_run_context() публичный метод

public it_should_run_in_run_context ( GrumPHP\Task\Context\RunContext $context )
$context GrumPHP\Task\Context\RunContext

it_throws_exception_if_the_process_fails() публичный метод

public it_throws_exception_if_the_process_fails ( XmlLinter $linter, GrumPHP\Task\Context\ContextInterface $context )
$linter GrumPHP\Linter\Xml\XmlLinter
$context GrumPHP\Task\Context\ContextInterface

let() публичный метод

public let ( GrumPHP $grumPHP, XmlLinter $linter )
$grumPHP GrumPHP\Configuration\GrumPHP
$linter GrumPHP\Linter\Xml\XmlLinter