You've already forked Php-Template
chore: update PHPUnit configuration to use composer-runtime and enable PCov coverage
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
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
This commit is contained in:
@@ -2,10 +2,10 @@
|
|||||||
<configuration default="false" name="Main" type="PHPUnitRunConfigurationType" factoryName="PHPUnit">
|
<configuration default="false" name="Main" type="PHPUnitRunConfigurationType" factoryName="PHPUnit">
|
||||||
<CommandLine>
|
<CommandLine>
|
||||||
<PhpTestInterpreterSettings>
|
<PhpTestInterpreterSettings>
|
||||||
<option name="interpreterName" value="dev-runtime" />
|
<option name="interpreterName" value="composer-runtime" />
|
||||||
</PhpTestInterpreterSettings>
|
</PhpTestInterpreterSettings>
|
||||||
</CommandLine>
|
</CommandLine>
|
||||||
<TestRunner configuration_file="$PROJECT_DIR$/phpunit.xml" scope="XML" use_alternative_configuration_file="true" />
|
<TestRunner configuration_file="$PROJECT_DIR$/phpunit.xml" coverage_engine="PCov" scope="XML" use_alternative_configuration_file="true" />
|
||||||
<method v="2" />
|
<method v="2" />
|
||||||
</configuration>
|
</configuration>
|
||||||
</component>
|
</component>
|
||||||
Reference in New Issue
Block a user