From d8d00cc175e71bc8d4417985e6ab7d62d2f7d23c Mon Sep 17 00:00:00 2001 From: "Buster \"Silver Eagle\" Neece" Date: Sat, 6 Nov 2021 23:03:00 -0600 Subject: [PATCH] Add testing environments from PhpStorm into repo. --- .run/XDebug.run.xml | 5 +++++ .run/codeception.yml.run.xml | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .run/XDebug.run.xml create mode 100644 .run/codeception.yml.run.xml diff --git a/.run/XDebug.run.xml b/.run/XDebug.run.xml new file mode 100644 index 000000000..b5c334f78 --- /dev/null +++ b/.run/XDebug.run.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/.run/codeception.yml.run.xml b/.run/codeception.yml.run.xml new file mode 100644 index 000000000..cf2b75eb6 --- /dev/null +++ b/.run/codeception.yml.run.xml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file