From 2acca76e1becf661b8642e33c6231134db88d8ac Mon Sep 17 00:00:00 2001 From: tomivt Date: Fri, 25 Oct 2024 01:06:30 +0200 Subject: [PATCH] Update Forward --- .idea/codeception.xml | 15 +++++++++++++++ .idea/phpspec.xml | 13 +++++++++++++ .idea/phpunit.xml | 10 ++++++++++ 3 files changed, 38 insertions(+) create mode 100644 .idea/codeception.xml create mode 100644 .idea/phpspec.xml create mode 100644 .idea/phpunit.xml diff --git a/.idea/codeception.xml b/.idea/codeception.xml new file mode 100644 index 0000000..9da3754 --- /dev/null +++ b/.idea/codeception.xml @@ -0,0 +1,15 @@ + + + + + + \ No newline at end of file diff --git a/.idea/phpspec.xml b/.idea/phpspec.xml new file mode 100644 index 0000000..ec7e1d4 --- /dev/null +++ b/.idea/phpspec.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/phpunit.xml b/.idea/phpunit.xml new file mode 100644 index 0000000..4f8104c --- /dev/null +++ b/.idea/phpunit.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file