automated-typo3-update/tests/Sniffs/Classname
Daniel Siepmann ea0dc99e14
TASK: Use test class for each sniff.
* Allow executing tests for single sniff through phpunit '--filter'.
* Provide structure to add further tests for a single sniff.
* Make output more clear, which sniff was tested.
2017-05-02 15:08:21 +02:00
..
InheritanceSniffTest.php TASK: Use test class for each sniff. 2017-05-02 15:08:21 +02:00
InlineCommentSniffTest.php TASK: Use test class for each sniff. 2017-05-02 15:08:21 +02:00
InstanceofSniffTest.php TASK: Use test class for each sniff. 2017-05-02 15:08:21 +02:00
InstantiationWithMakeInstanceSniffTest.php TASK: Use test class for each sniff. 2017-05-02 15:08:21 +02:00
InstantiationWithNewSniffTest.php TASK: Use test class for each sniff. 2017-05-02 15:08:21 +02:00
InstantiationWithObjectManagerSniffTest.php TASK: Use test class for each sniff. 2017-05-02 15:08:21 +02:00
IsACallSniffTest.php TASK: Use test class for each sniff. 2017-05-02 15:08:21 +02:00
PhpDocCommentSniffTest.php TASK: Use test class for each sniff. 2017-05-02 15:08:21 +02:00
StaticCallSniffTest.php TASK: Use test class for each sniff. 2017-05-02 15:08:21 +02:00
TypeHintCatchExceptionSniffTest.php TASK: Use test class for each sniff. 2017-05-02 15:08:21 +02:00
TypeHintSniffTest.php TASK: Use test class for each sniff. 2017-05-02 15:08:21 +02:00
UseSniffTest.php TASK: Use test class for each sniff. 2017-05-02 15:08:21 +02:00