riconet / t3-extension-talentstorm
此包已被废弃且不再维护。未建议替代包。
TYPO3 Talentstorm集成。
5.1.0
2022-07-20 09:56 UTC
Requires
- php: ^7.2
- riconet/talentstorm-api-client: ^1.1
- typo3/cms-core: ^10.4
Requires (Dev)
- brainmaestro/composer-git-hooks: 2.8.*
- friendsofphp/php-cs-fixer: 3.2.*
- helmich/typo3-typoscript-lint: ^2.2
- overtrue/phplint: ^2.4
- phpmd/phpmd: ^2.11
- phpstan/phpstan: ^1.4
- typo3/testing-framework: ^6.5.0
README
TYPO3 Talentstrom集成
TYPO3 Talentstorm集成。
依赖
- TYPO3 9.5
概述
此扩展添加了一个插件,用于列出Talentstorm的工作。
安装
- 通过扩展模块激活扩展。
- 包含静态typo脚本文件。
- 根据您的需求调整
plugin.tx_ricotalentstorm.settings.talentstorm.detailUrl
的值。 - 在扩展管理器中输入您的API密钥,在扩展配置中(
apiKey
)。
信息
此扩展使用自定义缓存来存储来自Talenstorm的API调用响应。如果您的职位列表未更新,请清除系统缓存。职位列表的缓存寿命默认设置为1天。您可以在扩展后端配置中通过扩展管理器更改此设置。
如何运行测试
要运行测试、质量检查和构建,请执行脚本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.