Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DevOps Tools
Documentation
Commits
6920b079
Commit
6920b079
authored
10 months ago
by
danielspeicher
Browse files
Options
Downloads
Patches
Plain Diff
Document Drupal Development Env:
composer/plugin/drupal-development-environment#1
parent
dd19141d
No related branches found
Branches containing commit
No related tags found
1 merge request
!6
Develop
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/composer/plugin/drupal-dev-environment/index.md
+1
-1
1 addition, 1 deletion
docs/composer/plugin/drupal-dev-environment/index.md
docs/dev_tools/test.md
+24
-0
24 additions, 0 deletions
docs/dev_tools/test.md
with
25 additions
and
1 deletion
docs/composer/plugin/drupal-dev-environment/index.md
+
1
−
1
View file @
6920b079
...
...
@@ -12,7 +12,7 @@ This composer plugin builds all necessary structures of a Drupal project for dev
It provides a massive amount of testing tools, which can be executed out of the box using
[
Ahoy
](
../../plugin/ahoy/index.md
)
:
-
[
Dependency Analysis
](
../../../dev_tools/test.md#
php-code-sniffer
)
-
[
Dependency Analysis
](
../../../dev_tools/test.md#
drupal-dependency-analysis
)
-
[
PHP Unit
](
../../../dev_tools/test.md#unitkernelfunctional-testing
)
-
[
PHP Code Sniffer
](
../../../dev_tools/test.md#php-code-sniffer
)
-
[
PHP PHPStan
](
../../../dev_tools/test.md#php-code-sniffer
)
...
...
This diff is collapsed.
Click to expand it.
docs/dev_tools/test.md
+
24
−
0
View file @
6920b079
...
...
@@ -14,6 +14,30 @@ code analysis to unit testing.
You also have to set up your environment with the tool
[
l3d
](
../docker/l3d/index.md
)
. The composer plugin
[
Drupal Development Environment
](
../composer/plugin/drupal-dev-environment/index.md
)
does all the setup for you.
## Drupal Dependency Analysis
This tools provides a very useful functionality. You can check, if there are new versions of a module. We have the following
categories:
-
Direct dependencies required in composer.json
-
Transitive dependencies not required in composer.json
Usage:
```
l3d
a test outdated
```
Note:
**This can take a while depending on your installation.**
Provides an output something like this:
```
l3d
Transitive dependencies not required in composer.json:
drupal/blazy 2.16.0 2.27.0 Provides..
```
## Static Code Analysis
We have several tools to perform static code analysis.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment