psvneo / t3-extension-shop
此软件包已被放弃,不再维护。未建议替代软件包。
TYPO3的商店扩展。
dev-master
2020-01-17 08:01 UTC
Requires
- typo3/cms-core: ^9.5
Requires (Dev)
- nimut/testing-framework: ^4.1
- phpmd/phpmd: ^2.7
- phpstan/phpstan: 0.11.*
- phpunit/phpunit: ^6.0 || ^7.0 || ^8.3
- squizlabs/php_codesniffer: ^3.4
This package is auto-updated.
Last update: 2020-11-24 13:33:23 UTC
README
TYPO3的商店扩展。
依赖
TYPO3 (typo3/cms-core:9.5.x)
安装
- 通过扩展模块激活扩展。
- 包含静态typoscript文件。
使用composer安装
运行composer require psvneo/t3-extension-shop
如何运行测试
要运行测试、质量检查和构建,执行脚本Build/Scripts/runTests.sh
。
测试运行脚本选项
-s <...>
Specifies which test suite to run
- build: Builds the project (composer)
- lint: Lints the php files
- functional: functional tests
- unit (default): PHP unit tests
- quality: executes code quality checks (phpstan, phpcs, phpmd)
- find-debugs: Finds usages of debug calls.
-p <7.2|7.3>
Specifies the PHP minor version to be used
- 7.2 (default): use PHP 7.2
- 7.3: use PHP 7.3
-e "<phpunit options>"
Only with -s functional|unit
Additional options to send to phpunit (unit & functional tests).
Starting with "--" must be added after options starting with "-".
Example -e "-v --filter canRetrieveValueWithGP" to enable verbose output AND filter tests
named "canRetrieveValueWithGP"
-h
Show this help.