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.
This commit is contained in:
netkas 2024-10-24 13:55:29 -04:00
parent 0f5c8b40e2
commit 3b3271b94f

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="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>