
This commit adds a new file `.idea/php-test-framework.xml` to configure PHPUnit for PhpStorm. It specifies the local path and version for PHP testing.
14 lines
No EOL
370 B
XML
14 lines
No EOL
370 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="PhpTestFrameworkVersionCache">
|
|
<tools_cache>
|
|
<tool tool_name="PHPUnit">
|
|
<cache>
|
|
<versions>
|
|
<info id="Local/home/netkas/phpunit.phar" version="11.3.5" />
|
|
</versions>
|
|
</cache>
|
|
</tool>
|
|
</tools_cache>
|
|
</component>
|
|
</project> |