Skip to content
Commit cadbc4d2 authored by Mathias Brodala's avatar Mathias Brodala
Browse files

[TASK] Add various Composer scripts

This vastly simplifies running common commands for TYPO3 development.

E.g. executing PHPUnit can be done like this:

    composer test:php:unit

Since Composer uses Symfony Console this can even be shortened:

    composer t:p:u

Also arbitrary arguments can be passed to the executed command:

    composer t:p:u -- --filter unitTestMethodName

Change-Id: I3ef62417227b3c4c1c3d8f8f3662052ca36ed885
Resolves: #83249
Related: #84836
Releases: master, 8.7
Reviewed-on: https://review.typo3.org/54959


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarSybille Peters <sypets@gmx.de>
Tested-by: default avatarSybille Peters <sypets@gmx.de>
Reviewed-by: default avatarJigal van Hemert <jigal.van.hemert@typo3.org>
Tested-by: default avatarJigal van Hemert <jigal.van.hemert@typo3.org>
Reviewed-by: default avatarPatricia Tiedemann <pixelaeffchen@googlemail.com>
Tested-by: default avatarPatricia Tiedemann <pixelaeffchen@googlemail.com>
Reviewed-by: default avatarMathias Brodala <mbrodala@pagemachine.de>
Tested-by: default avatarMathias Brodala <mbrodala@pagemachine.de>
parent 728ec5b0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment