2023-01-09 18:22:10 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<project version="4">
|
|
|
|
|
<component name="PhpTestFrameworkSettings">
|
|
|
|
|
<test_tools>
|
2025-07-07 13:27:25 +08:00
|
|
|
<tool tool_name="PHPSpec">
|
|
|
|
|
<settings>
|
|
|
|
|
<configurations>
|
|
|
|
|
<local_configuration executable_path="$PROJECT_DIR$/vendor/phpspec/phpspec/bin/phpspec" />
|
|
|
|
|
</configurations>
|
|
|
|
|
</settings>
|
|
|
|
|
</tool>
|
2023-01-09 18:22:10 +08:00
|
|
|
<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>
|