This commit is contained in:
x
2024-06-15 04:19:22 +02:00
parent 2c52fe4093
commit 85532fd50c
9 changed files with 283 additions and 0 deletions

14
.idea/php-test-framework.xml generated Normal file
View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PhpTestFrameworkSettings">
<test_tools>
<tool tool_name="PHPSpec">
<settings>
<configurations>
<local_configuration configuration_file_path="$PROJECT_DIR$/phpspec.yml" executable_path="$PROJECT_DIR$/vendor/phpspec/phpspec/bin/phpspec" use_configuration_file="true" />
</configurations>
</settings>
</tool>
</test_tools>
</component>
</project>