socialbox-php/.idea/php-test-framework.xml
netkas 3b3271b94f Add initial PHPUnit configuration for PhpStorm
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.
2024-10-24 13:55:29 -04:00

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>