From 3b3271b94fda5647fc7633b6d72312b42dfab6ae Mon Sep 17 00:00:00 2001 From: netkas Date: Thu, 24 Oct 2024 13:55:29 -0400 Subject: [PATCH] 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. --- .idea/php-test-framework.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .idea/php-test-framework.xml diff --git a/.idea/php-test-framework.xml b/.idea/php-test-framework.xml new file mode 100644 index 0000000..ea6eea8 --- /dev/null +++ b/.idea/php-test-framework.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file