Commit graph

100 commits

Author SHA1 Message Date
8b90cf3019
WIP|TASK: Migrate to unit testing
* Use a single test as example to migrate.
2017-06-01 11:26:52 +02:00
0427911c4d
TASK: Migrate TypoScript Tokenizer
Relates: #82
2017-06-01 09:07:25 +02:00
2fa66717d2
Merge remote-tracking branch 'origin/develop' into feature/82-30-migration 2017-06-01 08:36:55 +02:00
61c4a7b9eb
TASK: Migrate configuration fixture
* As old globals are not used anymore, we use the API to use our fixture
  file to be returned for tests.

Relates: #82
2017-06-01 08:20:19 +02:00
f8afc920a4
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
2017-05-30 15:42:21 +02:00
f5c609e57b
Merge remote-tracking branch 'origin/develop' into feature/44-add-checks-for-deprecated-removed-extensions 2017-05-18 08:39:04 +02:00
41d5ec0dff
Merge remote-tracking branch 'origin/develop' into feature/44-add-checks-for-deprecated-removed-extensions 2017-05-16 16:29:14 +02:00
180a8a77c2
Merge branch 'develop' into feature/77-globals 2017-05-16 16:24:33 +02:00
Daniel Hürtgen
0c91d7b22c Merge branch 'feature/15-check-all-possible-occurences-of-class' into 'develop'
FEATURE: Detect classes in strings

Closes #15 and #43

See merge request !84
2017-05-16 15:32:55 +02:00
Daniel Hürtgen
ec7a4634c9 Merge branch 'hotfix/allow-phpdoc-to-substitute-all-classnames' into 'develop'
BUGFIX: Allow PhpDocCommentSniff to work find all classnames in comment

See merge request !92
2017-05-16 14:44:56 +02:00
Daniel Hürtgen
8d93512b20 Merge branch 'feature/improve-namespaces' into 'develop'
FEATURE: Improve namespace migration

See merge request !91
2017-05-16 14:42:46 +02:00
Daniel Hürtgen
5aac278ba9 Merge branch 'feature/66-ts-structure' into 'develop'
FEATURE: Add FQObjectIdentifier to TypoScript tokens

Closes #66

See merge request !83
2017-05-16 14:39:57 +02:00
2d3165e8f4
BUGFIX: Also allow to fix validator classnames 2017-05-16 10:36:27 +02:00
f2910b02b2
BUGFIX: Allow PhpDocCommentSniff to work find all classnames in comment
* Before only the first classname was returned.
* All class names are returned now.
* This allows to fix Extbase type annotations for relations.
2017-05-11 11:17:46 +02:00
53d727fa4b
FEATURE: Make sure namespaces are only applied for Tx_ class definitions
* E.g. prevent migration for ux_ classes which do not follow the
  convention.
* Add test to make sure it works as expected.
2017-05-11 08:59:37 +02:00
7aafc28dbf
TASK: Fix broken test
Relates: #77
2017-05-09 15:55:43 +02:00
4ac34503d1
FEATURE: Check removed globals
* Add feature, tests and configuration.
* Refactor to follow DRY, move prepareStructure to abstract.

Resolves: #77
2017-05-09 14:48:44 +02:00
640f85af7d
TASK: Update InheritanceSniff tests to reflect added removed extension
Relates: #44
2017-05-09 13:20:20 +02:00
84e4c426ef
TASK: Update InlineCommentSniff tests to reflect added removed extension
Relates: #44
2017-05-09 12:12:46 +02:00
27864c70a1
TASK: Update InstanceofSniff tests to reflect added removed extension
Relates: #44
2017-05-09 12:09:51 +02:00
8dd569a6a6
TASK: Update InstantiationWithMakeInstanceSniff tests
Relates: #44
2017-05-09 12:07:12 +02:00
2894784978
TASK: Update InstantiationWithNewSniff tests
Relates: #44
2017-05-09 11:42:32 +02:00
e2c972ed58
TASK: Update InstantiationWithObjectManagerSniff tests
Relates: #44
2017-05-09 11:39:59 +02:00
d38ce3dc41
BUGFIX: Fix identifier for removed extension
* Due to copy and paste the identifier was not indicating a removed
  extension.
* Identifier and tests were adjusted accordingly.

Relates: #44
2017-05-09 11:33:55 +02:00
9b028d24e6
TASK: Update IsACallSniff tests to reflect added removed extension
Relates: #44
2017-05-09 11:31:15 +02:00
3503a5b63a
TASK: Update PhpDocCommentSniff tests to reflect added removed extension
Relates: #44
2017-05-09 11:25:54 +02:00
af50ddfd99
TASK: Update StaticCallSniff tests to reflect added removed extension
* Also update getBefore method of AbstractClassnameChecker to make
  lookups before, like in StaticCallSniff work.

Relates: #44
2017-05-09 11:20:45 +02:00
b32fc01110
TASK: Add test for TypeHintCatchExceptionSniff
* Check that the sniff works with new feature of removed extension.

Relates: #44
2017-05-09 10:55:17 +02:00
3034f3fec4
FEATURE: Add removed extension to type hint sniff
* Integrate feature and adjust code as needed.
* We need to find the class names inside of type hints more accurate.
* Also tests need to cover the new feature.

Relates: #44
2017-05-09 10:34:58 +02:00
633a714043
FEATURE: Implement removed extension into use sniff.
* Detect removed extensions in use statements.

Relates: #44
2017-05-09 08:41:38 +02:00
c7ddbc4aef
TASK: Finish removed extension test
* Adjust expected result to match result.
* Remove example usage of "use" as this is part of a feature and not
  this sniff.

Relates: #44
2017-05-09 08:35:58 +02:00
5adbac1a25
TASK: Implement basic structure
* Adjust to latest develop state of project.
* Provide basic implementation.

Relates: #44
2017-05-04 16:43:09 +02:00
c7112c0fae
Merge remote-tracking branch 'origin/develop' into feature/44-add-checks-for-deprecated-removed-extensions 2017-05-04 16:04:51 +02:00
7a16dac529
FEATURE: Allow auto migration of classes in strings
* We now check class names case sensitive in strings.
* This will prevent issues with stuff like TCA, as class names mathing
  table names are written in lower case.
* Also add further tests and fix issues.
* Extend test to check that lower version is not replaced but mentioned
  as warning.
* Expected class names in Tx_ format are reported as fixable error.

Resolves: #15
2017-05-04 13:35:02 +02:00
b69c262288
TASK: Improve tests and fix issues
* Configure code coverage for new tested class.
* Fix usage of class with new insensitivity lookup.
* Add further tests.
2017-05-04 12:46:39 +02:00
666bbdb26a
TASK: Add tests for mapping class
* Add minimum phpdoc.
* Add tests.
* Fix issue in class.
* Fix phpmd issues.
2017-05-04 11:58:49 +02:00
8db7a8bb1f
TASK: Split legacy mapping into two files
* One files is provided by us for TYPO3 mappings.
* Second one keeps as is and contains the generated mappings.

Relates: #43
2017-05-04 10:44:49 +02:00
cacd15029d
Merge branch 'feature/seperate-tests' into feature/66-ts-structure 2017-05-04 08:45:58 +02:00
470910b07a
Merge branch 'feature/seperate-tests' into feature/45-removed-signals 2017-05-04 08:45:10 +02:00
aa5cc51043
Merge branch 'feature/seperate-tests' into feature/15-check-all-possible-occurences-of-class 2017-05-04 08:41:23 +02:00
e789311862
TASK: Migrate added test
* As test was added to develop, also migrate it.
2017-05-04 08:30:14 +02:00
a16390d227
Merge branch 'develop' into feature/seperate-tests 2017-05-04 08:29:21 +02:00
34bf941a21 Merge branch 'develop' into feature/15-check-all-possible-occurences-of-class 2017-05-04 08:21:37 +02:00
e5d7f5ac01
Merge branch 'develop' into feature/66-ts-structure 2017-05-04 08:21:11 +02:00
Daniel Hürtgen
dcc0c13dd8 Merge branch 'develop' into 'feature/45-removed-signals'
# Conflicts:
#   Documentation/source/features.rst
2017-05-02 22:15:52 +02:00
Daniel Hürtgen
95da568935 Merge branch 'develop' into 'feature/74-check-removed-typoscript-constants'
# Conflicts:
#   Documentation/source/features.rst
2017-05-02 22:12:23 +02:00
4d7aeea5ae
FEATURE: Implement removed hook sniff.
* Update docs, add sniff and test.
* Add first configuration.

Relates: #45
2017-05-02 15:43:29 +02:00
2a6bf4f45b Merge branch 'feature/seperate-tests' into feature/45-removed-signals 2017-05-02 15:19:31 +02:00
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
83239ddeee
FEATURE: Add check for removed signals
* Add docs, sniff, tests.
* Add first configuration.

Relates: #45
2017-05-02 14:24:59 +02:00