diff --git a/Resources/meta/LICENSE b/LICENSE similarity index 100% rename from Resources/meta/LICENSE rename to LICENSE diff --git a/README.md b/README.md index 4593c13d3..51df266ad 100644 --- a/README.md +++ b/README.md @@ -23,16 +23,16 @@ Documentation The bulk of the documentation is stored in the `Resources/doc/index.md` file in this bundle: -[Read the Documentation](https://github.com/FriendsOfSymfony/FOSCommentBundle/blob/master/Resources/doc/index.md) +[Read the Documentation](https://github.com/FriendsOfSymfony/FOSCommentBundle/blob/master/docs/index.md) Installation ------------ -All the installation instructions are located in [documentation](https://github.com/FriendsOfSymfony/FOSCommentBundle/blob/master/Resources/doc/index.md). +All the installation instructions are located in [documentation](https://github.com/FriendsOfSymfony/FOSCommentBundle/blob/master/docs/index.md). License ------- This bundle is under the MIT license. See the complete license in the bundle: - Resources/meta/LICENSE + LICENSE diff --git a/composer.json b/composer.json index 9dee420c9..690a8ddb6 100644 --- a/composer.json +++ b/composer.json @@ -65,8 +65,14 @@ } }, "autoload": { - "psr-4": { "FOS\\CommentBundle\\": "" }, - "exclude-from-classmap": [ "/Tests/" ] + "psr-4": { + "FOS\\CommentBundle\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "FOS\\CommentBundle\\Tests\\": "tests/" + } }, "prefer-stable": true } diff --git a/Resources/doc/1-setting_up_the_bundle.md b/docs/1-setting_up_the_bundle.md similarity index 100% rename from Resources/doc/1-setting_up_the_bundle.md rename to docs/1-setting_up_the_bundle.md diff --git a/Resources/doc/10-other_ways_of_adding_comments_to_a_page.md b/docs/10-other_ways_of_adding_comments_to_a_page.md similarity index 100% rename from Resources/doc/10-other_ways_of_adding_comments_to_a_page.md rename to docs/10-other_ways_of_adding_comments_to_a_page.md diff --git a/Resources/doc/11-running_the_test_suite.md b/docs/11-running_the_test_suite.md similarity index 100% rename from Resources/doc/11-running_the_test_suite.md rename to docs/11-running_the_test_suite.md diff --git a/Resources/doc/12-enable_voting.md b/docs/12-enable_voting.md similarity index 100% rename from Resources/doc/12-enable_voting.md rename to docs/12-enable_voting.md diff --git a/Resources/doc/12a-mapping_orm.md b/docs/12a-mapping_orm.md similarity index 100% rename from Resources/doc/12a-mapping_orm.md rename to docs/12a-mapping_orm.md diff --git a/Resources/doc/12b-mapping_mongodb.md b/docs/12b-mapping_mongodb.md similarity index 100% rename from Resources/doc/12b-mapping_mongodb.md rename to docs/12b-mapping_mongodb.md diff --git a/Resources/doc/12c-integration_with_fosuserbundle.md b/docs/12c-integration_with_fosuserbundle.md similarity index 100% rename from Resources/doc/12c-integration_with_fosuserbundle.md rename to docs/12c-integration_with_fosuserbundle.md diff --git a/Resources/doc/13-hooking_into_the_js_code.md b/docs/13-hooking_into_the_js_code.md similarity index 100% rename from Resources/doc/13-hooking_into_the_js_code.md rename to docs/13-hooking_into_the_js_code.md diff --git a/Resources/doc/14-customizing_tree_sorting.md b/docs/14-customizing_tree_sorting.md similarity index 100% rename from Resources/doc/14-customizing_tree_sorting.md rename to docs/14-customizing_tree_sorting.md diff --git a/Resources/doc/15-events.md b/docs/15-events.md similarity index 100% rename from Resources/doc/15-events.md rename to docs/15-events.md diff --git a/Resources/doc/2-create_your_comment_and_thread_classes.md b/docs/2-create_your_comment_and_thread_classes.md similarity index 100% rename from Resources/doc/2-create_your_comment_and_thread_classes.md rename to docs/2-create_your_comment_and_thread_classes.md diff --git a/Resources/doc/2a-mapping_orm.md b/docs/2a-mapping_orm.md similarity index 100% rename from Resources/doc/2a-mapping_orm.md rename to docs/2a-mapping_orm.md diff --git a/Resources/doc/2b-mapping_mongodb.md b/docs/2b-mapping_mongodb.md similarity index 100% rename from Resources/doc/2b-mapping_mongodb.md rename to docs/2b-mapping_mongodb.md diff --git a/Resources/doc/3-importing_foscommentbundle_routing.md b/docs/3-importing_foscommentbundle_routing.md similarity index 100% rename from Resources/doc/3-importing_foscommentbundle_routing.md rename to docs/3-importing_foscommentbundle_routing.md diff --git a/Resources/doc/4-enable_comments_on_a_page.md b/docs/4-enable_comments_on_a_page.md similarity index 100% rename from Resources/doc/4-enable_comments_on_a_page.md rename to docs/4-enable_comments_on_a_page.md diff --git a/Resources/doc/5-style_it.md b/docs/5-style_it.md similarity index 100% rename from Resources/doc/5-style_it.md rename to docs/5-style_it.md diff --git a/Resources/doc/6-integration_with_fosuserbundle.md b/docs/6-integration_with_fosuserbundle.md similarity index 100% rename from Resources/doc/6-integration_with_fosuserbundle.md rename to docs/6-integration_with_fosuserbundle.md diff --git a/Resources/doc/7-adding_role_based_acl_security.md b/docs/7-adding_role_based_acl_security.md similarity index 100% rename from Resources/doc/7-adding_role_based_acl_security.md rename to docs/7-adding_role_based_acl_security.md diff --git a/Resources/doc/8-adding_symfony2s_builtin_acl_security.md b/docs/8-adding_symfony2s_builtin_acl_security.md similarity index 100% rename from Resources/doc/8-adding_symfony2s_builtin_acl_security.md rename to docs/8-adding_symfony2s_builtin_acl_security.md diff --git a/Resources/doc/9-using_a_markup_parser.md b/docs/9-using_a_markup_parser.md similarity index 100% rename from Resources/doc/9-using_a_markup_parser.md rename to docs/9-using_a_markup_parser.md diff --git a/Resources/doc/99-faq.md b/docs/99-faq.md similarity index 100% rename from Resources/doc/99-faq.md rename to docs/99-faq.md diff --git a/Resources/doc/9a-markup_htmlpurifier.md b/docs/9a-markup_htmlpurifier.md similarity index 100% rename from Resources/doc/9a-markup_htmlpurifier.md rename to docs/9a-markup_htmlpurifier.md diff --git a/Resources/doc/9b-sundown_markdown_parser.md b/docs/9b-sundown_markdown_parser.md similarity index 100% rename from Resources/doc/9b-sundown_markdown_parser.md rename to docs/9b-sundown_markdown_parser.md diff --git a/Resources/doc/9c-using_a_bbcode_parser.md b/docs/9c-using_a_bbcode_parser.md similarity index 100% rename from Resources/doc/9c-using_a_bbcode_parser.md rename to docs/9c-using_a_bbcode_parser.md diff --git a/Resources/doc/9d-php_markdown_extra_parser.md b/docs/9d-php_markdown_extra_parser.md similarity index 100% rename from Resources/doc/9d-php_markdown_extra_parser.md rename to docs/9d-php_markdown_extra_parser.md diff --git a/Resources/doc/9e-integrating_several_parsers.md b/docs/9e-integrating_several_parsers.md similarity index 100% rename from Resources/doc/9e-integrating_several_parsers.md rename to docs/9e-integrating_several_parsers.md diff --git a/Resources/doc/index.md b/docs/index.md similarity index 100% rename from Resources/doc/index.md rename to docs/index.md diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 9bae26f98..bc71600c4 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,25 +1,12 @@ - + - - ./Tests + + ./tests - - - - ./ - - ./Resources - ./Tests - ./vendor - ./sahi - ./Features - - - diff --git a/Acl/AclCommentManager.php b/src/Acl/AclCommentManager.php similarity index 100% rename from Acl/AclCommentManager.php rename to src/Acl/AclCommentManager.php diff --git a/Acl/AclThreadManager.php b/src/Acl/AclThreadManager.php similarity index 100% rename from Acl/AclThreadManager.php rename to src/Acl/AclThreadManager.php diff --git a/Acl/AclVoteManager.php b/src/Acl/AclVoteManager.php similarity index 100% rename from Acl/AclVoteManager.php rename to src/Acl/AclVoteManager.php diff --git a/Acl/CommentAclInterface.php b/src/Acl/CommentAclInterface.php similarity index 100% rename from Acl/CommentAclInterface.php rename to src/Acl/CommentAclInterface.php diff --git a/Acl/RoleCommentAcl.php b/src/Acl/RoleCommentAcl.php similarity index 100% rename from Acl/RoleCommentAcl.php rename to src/Acl/RoleCommentAcl.php diff --git a/Acl/RoleThreadAcl.php b/src/Acl/RoleThreadAcl.php similarity index 100% rename from Acl/RoleThreadAcl.php rename to src/Acl/RoleThreadAcl.php diff --git a/Acl/RoleVoteAcl.php b/src/Acl/RoleVoteAcl.php similarity index 100% rename from Acl/RoleVoteAcl.php rename to src/Acl/RoleVoteAcl.php diff --git a/Acl/SecurityCommentAcl.php b/src/Acl/SecurityCommentAcl.php similarity index 100% rename from Acl/SecurityCommentAcl.php rename to src/Acl/SecurityCommentAcl.php diff --git a/Acl/SecurityThreadAcl.php b/src/Acl/SecurityThreadAcl.php similarity index 100% rename from Acl/SecurityThreadAcl.php rename to src/Acl/SecurityThreadAcl.php diff --git a/Acl/SecurityVoteAcl.php b/src/Acl/SecurityVoteAcl.php similarity index 100% rename from Acl/SecurityVoteAcl.php rename to src/Acl/SecurityVoteAcl.php diff --git a/Acl/ThreadAclInterface.php b/src/Acl/ThreadAclInterface.php similarity index 100% rename from Acl/ThreadAclInterface.php rename to src/Acl/ThreadAclInterface.php diff --git a/Acl/VoteAclInterface.php b/src/Acl/VoteAclInterface.php similarity index 100% rename from Acl/VoteAclInterface.php rename to src/Acl/VoteAclInterface.php diff --git a/Command/FixAcesCommand.php b/src/Command/FixAcesCommand.php similarity index 100% rename from Command/FixAcesCommand.php rename to src/Command/FixAcesCommand.php diff --git a/Command/InstallAcesCommand.php b/src/Command/InstallAcesCommand.php similarity index 100% rename from Command/InstallAcesCommand.php rename to src/Command/InstallAcesCommand.php diff --git a/Controller/ThreadController.php b/src/Controller/ThreadController.php similarity index 100% rename from Controller/ThreadController.php rename to src/Controller/ThreadController.php diff --git a/DependencyInjection/Compiler/SortingPass.php b/src/DependencyInjection/Compiler/SortingPass.php similarity index 100% rename from DependencyInjection/Compiler/SortingPass.php rename to src/DependencyInjection/Compiler/SortingPass.php diff --git a/DependencyInjection/Configuration.php b/src/DependencyInjection/Configuration.php similarity index 100% rename from DependencyInjection/Configuration.php rename to src/DependencyInjection/Configuration.php diff --git a/DependencyInjection/FOSCommentExtension.php b/src/DependencyInjection/FOSCommentExtension.php similarity index 100% rename from DependencyInjection/FOSCommentExtension.php rename to src/DependencyInjection/FOSCommentExtension.php diff --git a/Document/Comment.php b/src/Document/Comment.php similarity index 100% rename from Document/Comment.php rename to src/Document/Comment.php diff --git a/Document/CommentManager.php b/src/Document/CommentManager.php similarity index 100% rename from Document/CommentManager.php rename to src/Document/CommentManager.php diff --git a/Document/Thread.php b/src/Document/Thread.php similarity index 100% rename from Document/Thread.php rename to src/Document/Thread.php diff --git a/Document/ThreadManager.php b/src/Document/ThreadManager.php similarity index 100% rename from Document/ThreadManager.php rename to src/Document/ThreadManager.php diff --git a/Document/Vote.php b/src/Document/Vote.php similarity index 100% rename from Document/Vote.php rename to src/Document/Vote.php diff --git a/Document/VoteManager.php b/src/Document/VoteManager.php similarity index 100% rename from Document/VoteManager.php rename to src/Document/VoteManager.php diff --git a/Entity/Comment.php b/src/Entity/Comment.php similarity index 100% rename from Entity/Comment.php rename to src/Entity/Comment.php diff --git a/Entity/CommentManager.php b/src/Entity/CommentManager.php similarity index 100% rename from Entity/CommentManager.php rename to src/Entity/CommentManager.php diff --git a/Entity/Thread.php b/src/Entity/Thread.php similarity index 100% rename from Entity/Thread.php rename to src/Entity/Thread.php diff --git a/Entity/ThreadManager.php b/src/Entity/ThreadManager.php similarity index 100% rename from Entity/ThreadManager.php rename to src/Entity/ThreadManager.php diff --git a/Entity/Vote.php b/src/Entity/Vote.php similarity index 100% rename from Entity/Vote.php rename to src/Entity/Vote.php diff --git a/Entity/VoteManager.php b/src/Entity/VoteManager.php similarity index 100% rename from Entity/VoteManager.php rename to src/Entity/VoteManager.php diff --git a/Event/CommentEvent.php b/src/Event/CommentEvent.php similarity index 100% rename from Event/CommentEvent.php rename to src/Event/CommentEvent.php diff --git a/Event/CommentPersistEvent.php b/src/Event/CommentPersistEvent.php similarity index 100% rename from Event/CommentPersistEvent.php rename to src/Event/CommentPersistEvent.php diff --git a/Event/Event.php b/src/Event/Event.php similarity index 100% rename from Event/Event.php rename to src/Event/Event.php diff --git a/Event/ThreadEvent.php b/src/Event/ThreadEvent.php similarity index 100% rename from Event/ThreadEvent.php rename to src/Event/ThreadEvent.php diff --git a/Event/VoteEvent.php b/src/Event/VoteEvent.php similarity index 100% rename from Event/VoteEvent.php rename to src/Event/VoteEvent.php diff --git a/Event/VotePersistEvent.php b/src/Event/VotePersistEvent.php similarity index 100% rename from Event/VotePersistEvent.php rename to src/Event/VotePersistEvent.php diff --git a/EventListener/ClosedThreadListener.php b/src/EventListener/ClosedThreadListener.php similarity index 100% rename from EventListener/ClosedThreadListener.php rename to src/EventListener/ClosedThreadListener.php diff --git a/EventListener/CommentBlamerListener.php b/src/EventListener/CommentBlamerListener.php similarity index 100% rename from EventListener/CommentBlamerListener.php rename to src/EventListener/CommentBlamerListener.php diff --git a/EventListener/CommentMarkupListener.php b/src/EventListener/CommentMarkupListener.php similarity index 100% rename from EventListener/CommentMarkupListener.php rename to src/EventListener/CommentMarkupListener.php diff --git a/EventListener/CommentSpamListener.php b/src/EventListener/CommentSpamListener.php similarity index 100% rename from EventListener/CommentSpamListener.php rename to src/EventListener/CommentSpamListener.php diff --git a/EventListener/CommentVoteScoreListener.php b/src/EventListener/CommentVoteScoreListener.php similarity index 100% rename from EventListener/CommentVoteScoreListener.php rename to src/EventListener/CommentVoteScoreListener.php diff --git a/EventListener/ThreadCountersListener.php b/src/EventListener/ThreadCountersListener.php similarity index 100% rename from EventListener/ThreadCountersListener.php rename to src/EventListener/ThreadCountersListener.php diff --git a/EventListener/ThreadPermalinkListener.php b/src/EventListener/ThreadPermalinkListener.php similarity index 100% rename from EventListener/ThreadPermalinkListener.php rename to src/EventListener/ThreadPermalinkListener.php diff --git a/EventListener/VoteBlamerListener.php b/src/EventListener/VoteBlamerListener.php similarity index 100% rename from EventListener/VoteBlamerListener.php rename to src/EventListener/VoteBlamerListener.php diff --git a/Events.php b/src/Events.php similarity index 100% rename from Events.php rename to src/Events.php diff --git a/FOSCommentBundle.php b/src/FOSCommentBundle.php similarity index 100% rename from FOSCommentBundle.php rename to src/FOSCommentBundle.php diff --git a/Form/CommentType.php b/src/Form/CommentType.php similarity index 100% rename from Form/CommentType.php rename to src/Form/CommentType.php diff --git a/Form/CommentableThreadType.php b/src/Form/CommentableThreadType.php similarity index 100% rename from Form/CommentableThreadType.php rename to src/Form/CommentableThreadType.php diff --git a/Form/DeleteCommentType.php b/src/Form/DeleteCommentType.php similarity index 100% rename from Form/DeleteCommentType.php rename to src/Form/DeleteCommentType.php diff --git a/Form/ThreadType.php b/src/Form/ThreadType.php similarity index 100% rename from Form/ThreadType.php rename to src/Form/ThreadType.php diff --git a/Form/VoteType.php b/src/Form/VoteType.php similarity index 100% rename from Form/VoteType.php rename to src/Form/VoteType.php diff --git a/FormFactory/CommentFormFactory.php b/src/FormFactory/CommentFormFactory.php similarity index 100% rename from FormFactory/CommentFormFactory.php rename to src/FormFactory/CommentFormFactory.php diff --git a/FormFactory/CommentFormFactoryInterface.php b/src/FormFactory/CommentFormFactoryInterface.php similarity index 100% rename from FormFactory/CommentFormFactoryInterface.php rename to src/FormFactory/CommentFormFactoryInterface.php diff --git a/FormFactory/CommentableThreadFormFactory.php b/src/FormFactory/CommentableThreadFormFactory.php similarity index 100% rename from FormFactory/CommentableThreadFormFactory.php rename to src/FormFactory/CommentableThreadFormFactory.php diff --git a/FormFactory/CommentableThreadFormFactoryInterface.php b/src/FormFactory/CommentableThreadFormFactoryInterface.php similarity index 100% rename from FormFactory/CommentableThreadFormFactoryInterface.php rename to src/FormFactory/CommentableThreadFormFactoryInterface.php diff --git a/FormFactory/DeleteCommentFormFactory.php b/src/FormFactory/DeleteCommentFormFactory.php similarity index 100% rename from FormFactory/DeleteCommentFormFactory.php rename to src/FormFactory/DeleteCommentFormFactory.php diff --git a/FormFactory/DeleteCommentFormFactoryInterface.php b/src/FormFactory/DeleteCommentFormFactoryInterface.php similarity index 100% rename from FormFactory/DeleteCommentFormFactoryInterface.php rename to src/FormFactory/DeleteCommentFormFactoryInterface.php diff --git a/FormFactory/ThreadFormFactory.php b/src/FormFactory/ThreadFormFactory.php similarity index 100% rename from FormFactory/ThreadFormFactory.php rename to src/FormFactory/ThreadFormFactory.php diff --git a/FormFactory/ThreadFormFactoryInterface.php b/src/FormFactory/ThreadFormFactoryInterface.php similarity index 100% rename from FormFactory/ThreadFormFactoryInterface.php rename to src/FormFactory/ThreadFormFactoryInterface.php diff --git a/FormFactory/VoteFormFactory.php b/src/FormFactory/VoteFormFactory.php similarity index 100% rename from FormFactory/VoteFormFactory.php rename to src/FormFactory/VoteFormFactory.php diff --git a/FormFactory/VoteFormFactoryInterface.php b/src/FormFactory/VoteFormFactoryInterface.php similarity index 100% rename from FormFactory/VoteFormFactoryInterface.php rename to src/FormFactory/VoteFormFactoryInterface.php diff --git a/Markup/HtmlPurifier.php b/src/Markup/HtmlPurifier.php similarity index 100% rename from Markup/HtmlPurifier.php rename to src/Markup/HtmlPurifier.php diff --git a/Markup/ParserInterface.php b/src/Markup/ParserInterface.php similarity index 100% rename from Markup/ParserInterface.php rename to src/Markup/ParserInterface.php diff --git a/Markup/PipelineParser.php b/src/Markup/PipelineParser.php similarity index 100% rename from Markup/PipelineParser.php rename to src/Markup/PipelineParser.php diff --git a/Model/Comment.php b/src/Model/Comment.php similarity index 100% rename from Model/Comment.php rename to src/Model/Comment.php diff --git a/Model/CommentInterface.php b/src/Model/CommentInterface.php similarity index 100% rename from Model/CommentInterface.php rename to src/Model/CommentInterface.php diff --git a/Model/CommentManager.php b/src/Model/CommentManager.php similarity index 100% rename from Model/CommentManager.php rename to src/Model/CommentManager.php diff --git a/Model/CommentManagerInterface.php b/src/Model/CommentManagerInterface.php similarity index 100% rename from Model/CommentManagerInterface.php rename to src/Model/CommentManagerInterface.php diff --git a/Model/RawCommentInterface.php b/src/Model/RawCommentInterface.php similarity index 100% rename from Model/RawCommentInterface.php rename to src/Model/RawCommentInterface.php diff --git a/Model/SignedCommentInterface.php b/src/Model/SignedCommentInterface.php similarity index 100% rename from Model/SignedCommentInterface.php rename to src/Model/SignedCommentInterface.php diff --git a/Model/SignedVoteInterface.php b/src/Model/SignedVoteInterface.php similarity index 100% rename from Model/SignedVoteInterface.php rename to src/Model/SignedVoteInterface.php diff --git a/Model/Thread.php b/src/Model/Thread.php similarity index 100% rename from Model/Thread.php rename to src/Model/Thread.php diff --git a/Model/ThreadInterface.php b/src/Model/ThreadInterface.php similarity index 100% rename from Model/ThreadInterface.php rename to src/Model/ThreadInterface.php diff --git a/Model/ThreadManager.php b/src/Model/ThreadManager.php similarity index 100% rename from Model/ThreadManager.php rename to src/Model/ThreadManager.php diff --git a/Model/ThreadManagerInterface.php b/src/Model/ThreadManagerInterface.php similarity index 100% rename from Model/ThreadManagerInterface.php rename to src/Model/ThreadManagerInterface.php diff --git a/Model/Tree.php b/src/Model/Tree.php similarity index 100% rename from Model/Tree.php rename to src/Model/Tree.php diff --git a/Model/VotableCommentInterface.php b/src/Model/VotableCommentInterface.php similarity index 100% rename from Model/VotableCommentInterface.php rename to src/Model/VotableCommentInterface.php diff --git a/Model/Vote.php b/src/Model/Vote.php similarity index 100% rename from Model/Vote.php rename to src/Model/Vote.php diff --git a/Model/VoteInterface.php b/src/Model/VoteInterface.php similarity index 100% rename from Model/VoteInterface.php rename to src/Model/VoteInterface.php diff --git a/Model/VoteManager.php b/src/Model/VoteManager.php similarity index 100% rename from Model/VoteManager.php rename to src/Model/VoteManager.php diff --git a/Model/VoteManagerInterface.php b/src/Model/VoteManagerInterface.php similarity index 100% rename from Model/VoteManagerInterface.php rename to src/Model/VoteManagerInterface.php diff --git a/Resources/config/acl.xml b/src/Resources/config/acl.xml similarity index 100% rename from Resources/config/acl.xml rename to src/Resources/config/acl.xml diff --git a/Resources/config/commands.xml b/src/Resources/config/commands.xml similarity index 100% rename from Resources/config/commands.xml rename to src/Resources/config/commands.xml diff --git a/Resources/config/controller.xml b/src/Resources/config/controller.xml similarity index 100% rename from Resources/config/controller.xml rename to src/Resources/config/controller.xml diff --git a/Resources/config/doctrine/Comment.mongodb.xml b/src/Resources/config/doctrine/Comment.mongodb.xml similarity index 100% rename from Resources/config/doctrine/Comment.mongodb.xml rename to src/Resources/config/doctrine/Comment.mongodb.xml diff --git a/Resources/config/doctrine/Comment.orm.xml b/src/Resources/config/doctrine/Comment.orm.xml similarity index 100% rename from Resources/config/doctrine/Comment.orm.xml rename to src/Resources/config/doctrine/Comment.orm.xml diff --git a/Resources/config/doctrine/Thread.mongodb.xml b/src/Resources/config/doctrine/Thread.mongodb.xml similarity index 100% rename from Resources/config/doctrine/Thread.mongodb.xml rename to src/Resources/config/doctrine/Thread.mongodb.xml diff --git a/Resources/config/doctrine/Thread.orm.xml b/src/Resources/config/doctrine/Thread.orm.xml similarity index 100% rename from Resources/config/doctrine/Thread.orm.xml rename to src/Resources/config/doctrine/Thread.orm.xml diff --git a/Resources/config/doctrine/Vote.mongodb.xml b/src/Resources/config/doctrine/Vote.mongodb.xml similarity index 100% rename from Resources/config/doctrine/Vote.mongodb.xml rename to src/Resources/config/doctrine/Vote.mongodb.xml diff --git a/Resources/config/doctrine/Vote.orm.xml b/src/Resources/config/doctrine/Vote.orm.xml similarity index 100% rename from Resources/config/doctrine/Vote.orm.xml rename to src/Resources/config/doctrine/Vote.orm.xml diff --git a/Resources/config/events.xml b/src/Resources/config/events.xml similarity index 100% rename from Resources/config/events.xml rename to src/Resources/config/events.xml diff --git a/Resources/config/form.xml b/src/Resources/config/form.xml similarity index 100% rename from Resources/config/form.xml rename to src/Resources/config/form.xml diff --git a/Resources/config/markup.xml b/src/Resources/config/markup.xml similarity index 100% rename from Resources/config/markup.xml rename to src/Resources/config/markup.xml diff --git a/Resources/config/model.xml b/src/Resources/config/model.xml similarity index 100% rename from Resources/config/model.xml rename to src/Resources/config/model.xml diff --git a/Resources/config/mongodb.xml b/src/Resources/config/mongodb.xml similarity index 100% rename from Resources/config/mongodb.xml rename to src/Resources/config/mongodb.xml diff --git a/Resources/config/orm.xml b/src/Resources/config/orm.xml similarity index 100% rename from Resources/config/orm.xml rename to src/Resources/config/orm.xml diff --git a/Resources/config/routing.yml b/src/Resources/config/routing.yml similarity index 100% rename from Resources/config/routing.yml rename to src/Resources/config/routing.yml diff --git a/Resources/config/sorting.xml b/src/Resources/config/sorting.xml similarity index 100% rename from Resources/config/sorting.xml rename to src/Resources/config/sorting.xml diff --git a/Resources/config/spam_detection.xml b/src/Resources/config/spam_detection.xml similarity index 100% rename from Resources/config/spam_detection.xml rename to src/Resources/config/spam_detection.xml diff --git a/Resources/config/twig.xml b/src/Resources/config/twig.xml similarity index 100% rename from Resources/config/twig.xml rename to src/Resources/config/twig.xml diff --git a/Resources/config/validation.xml b/src/Resources/config/validation.xml similarity index 100% rename from Resources/config/validation.xml rename to src/Resources/config/validation.xml diff --git a/Resources/config/view_handler.xml b/src/Resources/config/view_handler.xml similarity index 100% rename from Resources/config/view_handler.xml rename to src/Resources/config/view_handler.xml diff --git a/Resources/public/css/comments.css b/src/Resources/public/css/comments.css similarity index 100% rename from Resources/public/css/comments.css rename to src/Resources/public/css/comments.css diff --git a/Resources/public/js/comments.js b/src/Resources/public/js/comments.js similarity index 100% rename from Resources/public/js/comments.js rename to src/Resources/public/js/comments.js diff --git a/Resources/translations/FOSCommentBundle.bg.yml b/src/Resources/translations/FOSCommentBundle.bg.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.bg.yml rename to src/Resources/translations/FOSCommentBundle.bg.yml diff --git a/Resources/translations/FOSCommentBundle.cs.yml b/src/Resources/translations/FOSCommentBundle.cs.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.cs.yml rename to src/Resources/translations/FOSCommentBundle.cs.yml diff --git a/Resources/translations/FOSCommentBundle.da.yml b/src/Resources/translations/FOSCommentBundle.da.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.da.yml rename to src/Resources/translations/FOSCommentBundle.da.yml diff --git a/Resources/translations/FOSCommentBundle.de.yml b/src/Resources/translations/FOSCommentBundle.de.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.de.yml rename to src/Resources/translations/FOSCommentBundle.de.yml diff --git a/Resources/translations/FOSCommentBundle.en.yml b/src/Resources/translations/FOSCommentBundle.en.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.en.yml rename to src/Resources/translations/FOSCommentBundle.en.yml diff --git a/Resources/translations/FOSCommentBundle.es.yml b/src/Resources/translations/FOSCommentBundle.es.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.es.yml rename to src/Resources/translations/FOSCommentBundle.es.yml diff --git a/Resources/translations/FOSCommentBundle.et.yml b/src/Resources/translations/FOSCommentBundle.et.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.et.yml rename to src/Resources/translations/FOSCommentBundle.et.yml diff --git a/Resources/translations/FOSCommentBundle.fa_IR.yml b/src/Resources/translations/FOSCommentBundle.fa_IR.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.fa_IR.yml rename to src/Resources/translations/FOSCommentBundle.fa_IR.yml diff --git a/Resources/translations/FOSCommentBundle.fi.yml b/src/Resources/translations/FOSCommentBundle.fi.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.fi.yml rename to src/Resources/translations/FOSCommentBundle.fi.yml diff --git a/Resources/translations/FOSCommentBundle.fr.yml b/src/Resources/translations/FOSCommentBundle.fr.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.fr.yml rename to src/Resources/translations/FOSCommentBundle.fr.yml diff --git a/Resources/translations/FOSCommentBundle.hu.yml b/src/Resources/translations/FOSCommentBundle.hu.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.hu.yml rename to src/Resources/translations/FOSCommentBundle.hu.yml diff --git a/Resources/translations/FOSCommentBundle.id.yml b/src/Resources/translations/FOSCommentBundle.id.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.id.yml rename to src/Resources/translations/FOSCommentBundle.id.yml diff --git a/Resources/translations/FOSCommentBundle.it.yml b/src/Resources/translations/FOSCommentBundle.it.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.it.yml rename to src/Resources/translations/FOSCommentBundle.it.yml diff --git a/Resources/translations/FOSCommentBundle.ja.yml b/src/Resources/translations/FOSCommentBundle.ja.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.ja.yml rename to src/Resources/translations/FOSCommentBundle.ja.yml diff --git a/Resources/translations/FOSCommentBundle.mn.yml b/src/Resources/translations/FOSCommentBundle.mn.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.mn.yml rename to src/Resources/translations/FOSCommentBundle.mn.yml diff --git a/Resources/translations/FOSCommentBundle.nl.yml b/src/Resources/translations/FOSCommentBundle.nl.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.nl.yml rename to src/Resources/translations/FOSCommentBundle.nl.yml diff --git a/Resources/translations/FOSCommentBundle.pl.yml b/src/Resources/translations/FOSCommentBundle.pl.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.pl.yml rename to src/Resources/translations/FOSCommentBundle.pl.yml diff --git a/Resources/translations/FOSCommentBundle.pt.yml b/src/Resources/translations/FOSCommentBundle.pt.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.pt.yml rename to src/Resources/translations/FOSCommentBundle.pt.yml diff --git a/Resources/translations/FOSCommentBundle.ro.yml b/src/Resources/translations/FOSCommentBundle.ro.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.ro.yml rename to src/Resources/translations/FOSCommentBundle.ro.yml diff --git a/Resources/translations/FOSCommentBundle.ru.yml b/src/Resources/translations/FOSCommentBundle.ru.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.ru.yml rename to src/Resources/translations/FOSCommentBundle.ru.yml diff --git a/Resources/translations/FOSCommentBundle.sl.yml b/src/Resources/translations/FOSCommentBundle.sl.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.sl.yml rename to src/Resources/translations/FOSCommentBundle.sl.yml diff --git a/Resources/translations/FOSCommentBundle.sr_Cyrl.yml b/src/Resources/translations/FOSCommentBundle.sr_Cyrl.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.sr_Cyrl.yml rename to src/Resources/translations/FOSCommentBundle.sr_Cyrl.yml diff --git a/Resources/translations/FOSCommentBundle.sr_Latn.yml b/src/Resources/translations/FOSCommentBundle.sr_Latn.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.sr_Latn.yml rename to src/Resources/translations/FOSCommentBundle.sr_Latn.yml diff --git a/Resources/translations/FOSCommentBundle.tr.yml b/src/Resources/translations/FOSCommentBundle.tr.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.tr.yml rename to src/Resources/translations/FOSCommentBundle.tr.yml diff --git a/Resources/translations/FOSCommentBundle.zh_CN.yml b/src/Resources/translations/FOSCommentBundle.zh_CN.yml similarity index 100% rename from Resources/translations/FOSCommentBundle.zh_CN.yml rename to src/Resources/translations/FOSCommentBundle.zh_CN.yml diff --git a/Resources/views/Thread/async.html.twig b/src/Resources/views/Thread/async.html.twig similarity index 100% rename from Resources/views/Thread/async.html.twig rename to src/Resources/views/Thread/async.html.twig diff --git a/Resources/views/Thread/comment.html.twig b/src/Resources/views/Thread/comment.html.twig similarity index 100% rename from Resources/views/Thread/comment.html.twig rename to src/Resources/views/Thread/comment.html.twig diff --git a/Resources/views/Thread/comment_content.html.twig b/src/Resources/views/Thread/comment_content.html.twig similarity index 100% rename from Resources/views/Thread/comment_content.html.twig rename to src/Resources/views/Thread/comment_content.html.twig diff --git a/Resources/views/Thread/comment_edit.html.twig b/src/Resources/views/Thread/comment_edit.html.twig similarity index 100% rename from Resources/views/Thread/comment_edit.html.twig rename to src/Resources/views/Thread/comment_edit.html.twig diff --git a/Resources/views/Thread/comment_new.html.twig b/src/Resources/views/Thread/comment_new.html.twig similarity index 100% rename from Resources/views/Thread/comment_new.html.twig rename to src/Resources/views/Thread/comment_new.html.twig diff --git a/Resources/views/Thread/comment_new_content.html.twig b/src/Resources/views/Thread/comment_new_content.html.twig similarity index 100% rename from Resources/views/Thread/comment_new_content.html.twig rename to src/Resources/views/Thread/comment_new_content.html.twig diff --git a/Resources/views/Thread/comment_remove.html.twig b/src/Resources/views/Thread/comment_remove.html.twig similarity index 100% rename from Resources/views/Thread/comment_remove.html.twig rename to src/Resources/views/Thread/comment_remove.html.twig diff --git a/Resources/views/Thread/comment_votes.html.twig b/src/Resources/views/Thread/comment_votes.html.twig similarity index 100% rename from Resources/views/Thread/comment_votes.html.twig rename to src/Resources/views/Thread/comment_votes.html.twig diff --git a/Resources/views/Thread/commentable.html.twig b/src/Resources/views/Thread/commentable.html.twig similarity index 100% rename from Resources/views/Thread/commentable.html.twig rename to src/Resources/views/Thread/commentable.html.twig diff --git a/Resources/views/Thread/comments.html.twig b/src/Resources/views/Thread/comments.html.twig similarity index 100% rename from Resources/views/Thread/comments.html.twig rename to src/Resources/views/Thread/comments.html.twig diff --git a/Resources/views/Thread/errors.html.twig b/src/Resources/views/Thread/errors.html.twig similarity index 100% rename from Resources/views/Thread/errors.html.twig rename to src/Resources/views/Thread/errors.html.twig diff --git a/Resources/views/Thread/new.html.twig b/src/Resources/views/Thread/new.html.twig similarity index 100% rename from Resources/views/Thread/new.html.twig rename to src/Resources/views/Thread/new.html.twig diff --git a/Resources/views/Thread/thread_xml_feed.rss.twig b/src/Resources/views/Thread/thread_xml_feed.rss.twig similarity index 100% rename from Resources/views/Thread/thread_xml_feed.rss.twig rename to src/Resources/views/Thread/thread_xml_feed.rss.twig diff --git a/Resources/views/Thread/vote_new.html.twig b/src/Resources/views/Thread/vote_new.html.twig similarity index 100% rename from Resources/views/Thread/vote_new.html.twig rename to src/Resources/views/Thread/vote_new.html.twig diff --git a/Sorting/AbstractOrderSorting.php b/src/Sorting/AbstractOrderSorting.php similarity index 100% rename from Sorting/AbstractOrderSorting.php rename to src/Sorting/AbstractOrderSorting.php diff --git a/Sorting/AgedVoteSorting.php b/src/Sorting/AgedVoteSorting.php similarity index 100% rename from Sorting/AgedVoteSorting.php rename to src/Sorting/AgedVoteSorting.php diff --git a/Sorting/DateSorting.php b/src/Sorting/DateSorting.php similarity index 100% rename from Sorting/DateSorting.php rename to src/Sorting/DateSorting.php diff --git a/Sorting/SortingFactory.php b/src/Sorting/SortingFactory.php similarity index 100% rename from Sorting/SortingFactory.php rename to src/Sorting/SortingFactory.php diff --git a/Sorting/SortingInterface.php b/src/Sorting/SortingInterface.php similarity index 100% rename from Sorting/SortingInterface.php rename to src/Sorting/SortingInterface.php diff --git a/Sorting/VoteSorting.php b/src/Sorting/VoteSorting.php similarity index 100% rename from Sorting/VoteSorting.php rename to src/Sorting/VoteSorting.php diff --git a/SpamDetection/AkismetSpamDetection.php b/src/SpamDetection/AkismetSpamDetection.php similarity index 100% rename from SpamDetection/AkismetSpamDetection.php rename to src/SpamDetection/AkismetSpamDetection.php diff --git a/SpamDetection/SpamDetectionInterface.php b/src/SpamDetection/SpamDetectionInterface.php similarity index 100% rename from SpamDetection/SpamDetectionInterface.php rename to src/SpamDetection/SpamDetectionInterface.php diff --git a/Twig/CommentExtension.php b/src/Twig/CommentExtension.php similarity index 100% rename from Twig/CommentExtension.php rename to src/Twig/CommentExtension.php diff --git a/ViewHandler/FOSRestViewHandlerAdapter.php b/src/ViewHandler/FOSRestViewHandlerAdapter.php similarity index 100% rename from ViewHandler/FOSRestViewHandlerAdapter.php rename to src/ViewHandler/FOSRestViewHandlerAdapter.php diff --git a/Tests/Acl/AbstractRoleAcl.php b/tests/Acl/AbstractRoleAcl.php similarity index 100% rename from Tests/Acl/AbstractRoleAcl.php rename to tests/Acl/AbstractRoleAcl.php diff --git a/Tests/Acl/AclCommentManagerTest.php b/tests/Acl/AclCommentManagerTest.php similarity index 100% rename from Tests/Acl/AclCommentManagerTest.php rename to tests/Acl/AclCommentManagerTest.php diff --git a/Tests/Acl/AclThreadManagerTest.php b/tests/Acl/AclThreadManagerTest.php similarity index 100% rename from Tests/Acl/AclThreadManagerTest.php rename to tests/Acl/AclThreadManagerTest.php diff --git a/Tests/Acl/AclVoteManagerTest.php b/tests/Acl/AclVoteManagerTest.php similarity index 100% rename from Tests/Acl/AclVoteManagerTest.php rename to tests/Acl/AclVoteManagerTest.php diff --git a/Tests/Acl/RoleCommentAclTest.php b/tests/Acl/RoleCommentAclTest.php similarity index 100% rename from Tests/Acl/RoleCommentAclTest.php rename to tests/Acl/RoleCommentAclTest.php diff --git a/Tests/Acl/RoleThreadAclTest.php b/tests/Acl/RoleThreadAclTest.php similarity index 100% rename from Tests/Acl/RoleThreadAclTest.php rename to tests/Acl/RoleThreadAclTest.php diff --git a/Tests/Acl/RoleVoteAclTest.php b/tests/Acl/RoleVoteAclTest.php similarity index 100% rename from Tests/Acl/RoleVoteAclTest.php rename to tests/Acl/RoleVoteAclTest.php diff --git a/Tests/Entity/Comment.php b/tests/Entity/Comment.php similarity index 100% rename from Tests/Entity/Comment.php rename to tests/Entity/Comment.php diff --git a/Tests/Entity/CommentManagerTest.php b/tests/Entity/CommentManagerTest.php similarity index 100% rename from Tests/Entity/CommentManagerTest.php rename to tests/Entity/CommentManagerTest.php diff --git a/Tests/Entity/CommentTest.php b/tests/Entity/CommentTest.php similarity index 100% rename from Tests/Entity/CommentTest.php rename to tests/Entity/CommentTest.php diff --git a/Tests/Entity/Thread.php b/tests/Entity/Thread.php similarity index 100% rename from Tests/Entity/Thread.php rename to tests/Entity/Thread.php diff --git a/Tests/Entity/ThreadManagerTest.php b/tests/Entity/ThreadManagerTest.php similarity index 100% rename from Tests/Entity/ThreadManagerTest.php rename to tests/Entity/ThreadManagerTest.php diff --git a/Tests/Entity/Vote.php b/tests/Entity/Vote.php similarity index 100% rename from Tests/Entity/Vote.php rename to tests/Entity/Vote.php diff --git a/Tests/Entity/VoteManagerTest.php b/tests/Entity/VoteManagerTest.php similarity index 100% rename from Tests/Entity/VoteManagerTest.php rename to tests/Entity/VoteManagerTest.php diff --git a/Tests/Event/CommentPersistEventTest.php b/tests/Event/CommentPersistEventTest.php similarity index 100% rename from Tests/Event/CommentPersistEventTest.php rename to tests/Event/CommentPersistEventTest.php diff --git a/Tests/Event/VotePersistEventTest.php b/tests/Event/VotePersistEventTest.php similarity index 100% rename from Tests/Event/VotePersistEventTest.php rename to tests/Event/VotePersistEventTest.php diff --git a/Tests/EventListener/CommentBlamerListenerTest.php b/tests/EventListener/CommentBlamerListenerTest.php similarity index 100% rename from Tests/EventListener/CommentBlamerListenerTest.php rename to tests/EventListener/CommentBlamerListenerTest.php diff --git a/Tests/EventListener/VoteBlamerListenerTest.php b/tests/EventListener/VoteBlamerListenerTest.php similarity index 100% rename from Tests/EventListener/VoteBlamerListenerTest.php rename to tests/EventListener/VoteBlamerListenerTest.php diff --git a/Tests/Functional/ApiTest.php b/tests/Functional/ApiTest.php similarity index 100% rename from Tests/Functional/ApiTest.php rename to tests/Functional/ApiTest.php diff --git a/Tests/Functional/Bundle/CommentBundle/CommentBundle.php b/tests/Functional/Bundle/CommentBundle/CommentBundle.php similarity index 100% rename from Tests/Functional/Bundle/CommentBundle/CommentBundle.php rename to tests/Functional/Bundle/CommentBundle/CommentBundle.php diff --git a/Tests/Functional/Bundle/CommentBundle/Controller/CommentController.php b/tests/Functional/Bundle/CommentBundle/Controller/CommentController.php similarity index 100% rename from Tests/Functional/Bundle/CommentBundle/Controller/CommentController.php rename to tests/Functional/Bundle/CommentBundle/Controller/CommentController.php diff --git a/Tests/Functional/Bundle/CommentBundle/Entity/Comment.php b/tests/Functional/Bundle/CommentBundle/Entity/Comment.php similarity index 100% rename from Tests/Functional/Bundle/CommentBundle/Entity/Comment.php rename to tests/Functional/Bundle/CommentBundle/Entity/Comment.php diff --git a/Tests/Functional/Bundle/CommentBundle/Entity/Thread.php b/tests/Functional/Bundle/CommentBundle/Entity/Thread.php similarity index 100% rename from Tests/Functional/Bundle/CommentBundle/Entity/Thread.php rename to tests/Functional/Bundle/CommentBundle/Entity/Thread.php diff --git a/Tests/Functional/Bundle/CommentBundle/Entity/Vote.php b/tests/Functional/Bundle/CommentBundle/Entity/Vote.php similarity index 100% rename from Tests/Functional/Bundle/CommentBundle/Entity/Vote.php rename to tests/Functional/Bundle/CommentBundle/Entity/Vote.php diff --git a/Tests/Functional/Bundle/CommentBundle/Resources/config/routing.yml b/tests/Functional/Bundle/CommentBundle/Resources/config/routing.yml similarity index 100% rename from Tests/Functional/Bundle/CommentBundle/Resources/config/routing.yml rename to tests/Functional/Bundle/CommentBundle/Resources/config/routing.yml diff --git a/Tests/Functional/Bundle/CommentBundle/Resources/views/Comment/async.html.twig b/tests/Functional/Bundle/CommentBundle/Resources/views/Comment/async.html.twig similarity index 100% rename from Tests/Functional/Bundle/CommentBundle/Resources/views/Comment/async.html.twig rename to tests/Functional/Bundle/CommentBundle/Resources/views/Comment/async.html.twig diff --git a/Tests/Functional/Bundle/CommentBundle/Resources/views/Comment/inline.html.twig b/tests/Functional/Bundle/CommentBundle/Resources/views/Comment/inline.html.twig similarity index 100% rename from Tests/Functional/Bundle/CommentBundle/Resources/views/Comment/inline.html.twig rename to tests/Functional/Bundle/CommentBundle/Resources/views/Comment/inline.html.twig diff --git a/Tests/Functional/WebTestCase.php b/tests/Functional/WebTestCase.php similarity index 100% rename from Tests/Functional/WebTestCase.php rename to tests/Functional/WebTestCase.php diff --git a/Tests/Functional/app/AppKernel.php b/tests/Functional/app/AppKernel.php similarity index 100% rename from Tests/Functional/app/AppKernel.php rename to tests/Functional/app/AppKernel.php diff --git a/Tests/Functional/app/Basic/bundles.php b/tests/Functional/app/Basic/bundles.php similarity index 100% rename from Tests/Functional/app/Basic/bundles.php rename to tests/Functional/app/Basic/bundles.php diff --git a/Tests/Functional/app/Basic/config.yml b/tests/Functional/app/Basic/config.yml similarity index 100% rename from Tests/Functional/app/Basic/config.yml rename to tests/Functional/app/Basic/config.yml diff --git a/Tests/Functional/app/Basic/routing.yml b/tests/Functional/app/Basic/routing.yml similarity index 100% rename from Tests/Functional/app/Basic/routing.yml rename to tests/Functional/app/Basic/routing.yml diff --git a/Tests/Functional/app/Basic/security.php b/tests/Functional/app/Basic/security.php similarity index 100% rename from Tests/Functional/app/Basic/security.php rename to tests/Functional/app/Basic/security.php diff --git a/Tests/Functional/app/Resources/views/base.html.twig b/tests/Functional/app/Resources/views/base.html.twig similarity index 100% rename from Tests/Functional/app/Resources/views/base.html.twig rename to tests/Functional/app/Resources/views/base.html.twig diff --git a/Tests/Functional/app/config/default.yml b/tests/Functional/app/config/default.yml similarity index 100% rename from Tests/Functional/app/config/default.yml rename to tests/Functional/app/config/default.yml diff --git a/Tests/Functional/app/config/twig.yml b/tests/Functional/app/config/twig.yml similarity index 100% rename from Tests/Functional/app/config/twig.yml rename to tests/Functional/app/config/twig.yml diff --git a/Tests/Sorting/DateSortingTest.php b/tests/Sorting/DateSortingTest.php similarity index 100% rename from Tests/Sorting/DateSortingTest.php rename to tests/Sorting/DateSortingTest.php diff --git a/Tests/SpamDetection/AkismetSpamDetectionTest.php b/tests/SpamDetection/AkismetSpamDetectionTest.php similarity index 100% rename from Tests/SpamDetection/AkismetSpamDetectionTest.php rename to tests/SpamDetection/AkismetSpamDetectionTest.php diff --git a/Tests/Twig/CommentExtensionTest.php b/tests/Twig/CommentExtensionTest.php similarity index 100% rename from Tests/Twig/CommentExtensionTest.php rename to tests/Twig/CommentExtensionTest.php diff --git a/Tests/bootstrap.php b/tests/bootstrap.php similarity index 100% rename from Tests/bootstrap.php rename to tests/bootstrap.php