From 8b24666759916b96c0c47c713af6a71276bd5849 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Thu, 23 Jun 2022 19:43:54 +0200 Subject: [PATCH] Monorepo: Commit PHPUnit configuration for PhpStorm --- .idea/php-test-framework.xml | 14 ++++++++++++++ .idea/phpunit.xml | 12 ++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 .idea/php-test-framework.xml create mode 100644 .idea/phpunit.xml diff --git a/.idea/php-test-framework.xml b/.idea/php-test-framework.xml new file mode 100644 index 00000000000..c9fc6eb96de --- /dev/null +++ b/.idea/php-test-framework.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/phpunit.xml b/.idea/phpunit.xml new file mode 100644 index 00000000000..2f6761f057b --- /dev/null +++ b/.idea/phpunit.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file