mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore.git
synced 2026-01-15 03:45:06 +08:00
- 添加 Symfony polyfill-php84依赖 - 更新 rector/rector 至最新版本 - 添加 PHPSpec 相关配置和依赖 - 更新 composer.json 配置 - 调整项目结构,添加 spec 目录作为测试源 Signed-off-by: 李东云 <dongyu.li@luxcreo.ai>
21 lines
728 B
XML
21 lines
728 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="PhpTestFrameworkSettings">
|
|
<test_tools>
|
|
<tool tool_name="PHPSpec">
|
|
<settings>
|
|
<configurations>
|
|
<local_configuration executable_path="$PROJECT_DIR$/vendor/phpspec/phpspec/bin/phpspec" />
|
|
</configurations>
|
|
</settings>
|
|
</tool>
|
|
<tool tool_name="Pest">
|
|
<settings>
|
|
<configurations>
|
|
<local_configuration configuration_file_path="$PROJECT_DIR$/phpunit.xml" executable_path="$PROJECT_DIR$/vendor/pestphp/pest/bin/pest" use_configuration_file="true" />
|
|
</configurations>
|
|
</settings>
|
|
</tool>
|
|
</test_tools>
|
|
</component>
|
|
</project> |