Files
Php-Template/.run/Main.run.xml
Ron Rise 7937072c0f
Some checks failed
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 2m58s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 3m15s
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 3m20s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 3m11s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 3m28s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Failing after 3m16s
chore: update PHPUnit configuration to use composer-runtime and enable PCov coverage
2025-11-14 20:43:56 -05:00

11 lines
523 B
XML

<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Main" type="PHPUnitRunConfigurationType" factoryName="PHPUnit">
<CommandLine>
<PhpTestInterpreterSettings>
<option name="interpreterName" value="composer-runtime" />
</PhpTestInterpreterSettings>
</CommandLine>
<TestRunner configuration_file="$PROJECT_DIR$/phpunit.xml" coverage_engine="PCov" scope="XML" use_alternative_configuration_file="true" />
<method v="2" />
</configuration>
</component>