From 9f06ffa6f46c36ee716fe5aba31219239188e65d Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Wed, 4 Oct 2023 09:39:58 +0400 Subject: [PATCH] maj projet --- .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