Skip to content
Snippets Groups Projects
Unverified Commit add747d0 authored by Daniel Siepmann's avatar Daniel Siepmann
Browse files

TASK: Fix type of headline in docs

parent 5428b380
Branches
1 merge request!78Feature/72 refactor sniff architecture
...@@ -58,7 +58,7 @@ has to exist: :file:`tests/Fixtures/Standards/Typo3Update/Sniffs/LegacyClassname ...@@ -58,7 +58,7 @@ has to exist: :file:`tests/Fixtures/Standards/Typo3Update/Sniffs/LegacyClassname
.. _extending-tests-single: .. _extending-tests-single:
Single test per sniff Single test per sniff
--------------------- ^^^^^^^^^^^^^^^^^^^^^
Inside of the folder at least a file :file:`InputFileForIssues.php` has to exist, containing PHP Inside of the folder at least a file :file:`InputFileForIssues.php` has to exist, containing PHP
code to use for the test. Also a file :file:`Expected.json` has to exist, with the json result of code to use for the test. Also a file :file:`Expected.json` has to exist, with the json result of
...@@ -72,7 +72,7 @@ If your sniff also implements fixable errors or warnings, you can further provid ...@@ -72,7 +72,7 @@ If your sniff also implements fixable errors or warnings, you can further provid
.. _extending-tests-multiple: .. _extending-tests-multiple:
Multiple tests per sniff Multiple tests per sniff
------------------------ ^^^^^^^^^^^^^^^^^^^^^^^^
Also it's possible to provide multiple tests for a single sniff, e.g. with different cli arguments Also it's possible to provide multiple tests for a single sniff, e.g. with different cli arguments
like options for the sniff. In that case you have to place a :file:`Arguments.php` in the folder. like options for the sniff. In that case you have to place a :file:`Arguments.php` in the folder.
...@@ -99,7 +99,7 @@ Also you can provide further cli arguments on a key -> value base. Where ``runti ...@@ -99,7 +99,7 @@ Also you can provide further cli arguments on a key -> value base. Where ``runti
as it contains a sub array to provide multiple runtime sets. as it contains a sub array to provide multiple runtime sets.
How sniff tests are implemented How sniff tests are implemented
------------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
We just find all folders below :file:`tests/Fixtures/Standards/Typo3Update/Sniffs` ending with We just find all folders below :file:`tests/Fixtures/Standards/Typo3Update/Sniffs` ending with
``Sniff`` and check the structure. They are provided to the test itself through a dataprovider in ``Sniff`` and check the structure. They are provided to the test itself through a dataprovider in
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment