Add testing environments from PhpStorm into repo.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-11-06 23:03:00 -06:00
parent 058f306c15
commit d8d00cc175
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
2 changed files with 16 additions and 0 deletions

5
.run/XDebug.run.xml Normal file
View File

@ -0,0 +1,5 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="XDebug" type="PhpRemoteDebugRunConfigurationType" factoryName="PHP Remote Debug" filter_connections="NOT_FILTER">
<method v="2" />
</configuration>
</component>

View File

@ -0,0 +1,11 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="codeception.yml" type="CodeceptionConfigurationType" factoryName="Codeception">
<CommandLine>
<PhpTestInterpreterSettings>
<option name="interpreterName" value="web" />
</PhpTestInterpreterSettings>
</CommandLine>
<PhpTestRunnerSettings method="" scope="ConfigurationFile" />
<method v="2" />
</configuration>
</component>