There was a problem fetching the latest pipeline status.
TASK: Migrate code base and tests
* Use namespace in configuration, as classes are now namespaced. * Also use namespace in code for referenced to own sniffs. * Do not use identifiers with further dots as this is no longer supported, use ":" instead. Relates: #82
Showing
- src/Standards/Typo3Update/Configuration/Features/LegacyClassnames.yaml 15 additions, 15 deletions.../Typo3Update/Configuration/Features/LegacyClassnames.yaml
- src/Standards/Typo3Update/Configuration/Features/RemovedClass.yaml 13 additions, 13 deletions...ards/Typo3Update/Configuration/Features/RemovedClass.yaml
- src/Standards/Typo3Update/Feature/LegacyClassnameFeature.php 2 additions, 2 deletionssrc/Standards/Typo3Update/Feature/LegacyClassnameFeature.php
- src/Standards/Typo3Update/Feature/RemovedClassFeature.php 1 addition, 1 deletionsrc/Standards/Typo3Update/Feature/RemovedClassFeature.php
- src/Standards/Typo3Update/Sniffs/Classname/StringSniff.php 3 additions, 1 deletionsrc/Standards/Typo3Update/Sniffs/Classname/StringSniff.php
- src/Standards/Typo3Update/Sniffs/LegacyClassname/MissingNamespaceSniff.php 2 additions, 1 deletion...o3Update/Sniffs/LegacyClassname/MissingNamespaceSniff.php
- tests/CodeSniffer/Tokenizers/TypoScriptTest.php 3 additions, 2 deletionstests/CodeSniffer/Tokenizers/TypoScriptTest.php
- tests/Fixtures/Standards/Typo3Update/Sniffs/Classname/PhpDocCommentSniff/Expected.json 1 addition, 1 deletion...3Update/Sniffs/Classname/PhpDocCommentSniff/Expected.json
- tests/Fixtures/Standards/Typo3Update/Sniffs/Deprecated/AjaxRegistrationSniff/ext_localconf/Expected.json 2 additions, 2 deletions...recated/AjaxRegistrationSniff/ext_localconf/Expected.json
- tests/Fixtures/Standards/Typo3Update/Sniffs/Deprecated/AjaxRegistrationSniff/ext_tables/Expected.json 2 additions, 2 deletions...Deprecated/AjaxRegistrationSniff/ext_tables/Expected.json
- tests/Fixtures/Standards/Typo3Update/Sniffs/Removed/GenericConstantUsageSniff/Expected.json 3 additions, 3 deletions...te/Sniffs/Removed/GenericConstantUsageSniff/Expected.json
- tests/Fixtures/Standards/Typo3Update/Sniffs/Removed/GenericFunctionCallSniff/Expected.json 5 additions, 5 deletions...ate/Sniffs/Removed/GenericFunctionCallSniff/Expected.json
- tests/Fixtures/Standards/Typo3Update/Sniffs/Removed/GenericSignalSniff/Expected.json 5 additions, 5 deletions...po3Update/Sniffs/Removed/GenericSignalSniff/Expected.json
- tests/Sniffs/Removed/TypoScriptConstantSniffTest.php 4 additions, 0 deletionstests/Sniffs/Removed/TypoScriptConstantSniffTest.php
- tests/Sniffs/Removed/TypoScriptSniffTest.php 4 additions, 0 deletionstests/Sniffs/Removed/TypoScriptSniffTest.php
Please register or sign in to comment