idea files (?)
Dieser Commit ist enthalten in:
Ursprung
10a1832a5a
Commit
5b8e93788b
5 geänderte Dateien mit 12 neuen und 1 gelöschten Zeilen
|
@ -25,6 +25,9 @@
|
||||||
<excludeFolder url="file://$MODULE_DIR$/conlite/vendor/rector/rector" />
|
<excludeFolder url="file://$MODULE_DIR$/conlite/vendor/rector/rector" />
|
||||||
<excludeFolder url="file://$MODULE_DIR$/vendor/composer" />
|
<excludeFolder url="file://$MODULE_DIR$/vendor/composer" />
|
||||||
<excludeFolder url="file://$MODULE_DIR$/vendor/phpmailer/phpmailer" />
|
<excludeFolder url="file://$MODULE_DIR$/vendor/phpmailer/phpmailer" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-ctype" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-mbstring" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/vendor/twig/twig" />
|
||||||
</content>
|
</content>
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
|
|
@ -12,6 +12,9 @@
|
||||||
<Configuration>
|
<Configuration>
|
||||||
<option name="path" value="$PROJECT_DIR$/tests" />
|
<option name="path" value="$PROJECT_DIR$/tests" />
|
||||||
</Configuration>
|
</Configuration>
|
||||||
|
<Configuration>
|
||||||
|
<option name="path" value="$PROJECT_DIR$/tests" />
|
||||||
|
</Configuration>
|
||||||
</list>
|
</list>
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
|
|
|
@ -16,6 +16,9 @@
|
||||||
<path value="$PROJECT_DIR$/conlite/external/phpqrcode/tools" />
|
<path value="$PROJECT_DIR$/conlite/external/phpqrcode/tools" />
|
||||||
<path value="$PROJECT_DIR$/vendor/composer" />
|
<path value="$PROJECT_DIR$/vendor/composer" />
|
||||||
<path value="$PROJECT_DIR$/vendor/phpmailer/phpmailer" />
|
<path value="$PROJECT_DIR$/vendor/phpmailer/phpmailer" />
|
||||||
|
<path value="$PROJECT_DIR$/vendor/twig/twig" />
|
||||||
|
<path value="$PROJECT_DIR$/vendor/symfony/polyfill-ctype" />
|
||||||
|
<path value="$PROJECT_DIR$/vendor/symfony/polyfill-mbstring" />
|
||||||
</include_path>
|
</include_path>
|
||||||
</component>
|
</component>
|
||||||
<component name="PhpProjectSharedConfiguration" php_language_level="8.0">
|
<component name="PhpProjectSharedConfiguration" php_language_level="8.0">
|
||||||
|
|
|
@ -11,6 +11,9 @@
|
||||||
<PhpSpecSuiteConfiguration>
|
<PhpSpecSuiteConfiguration>
|
||||||
<option name="myPath" value="$PROJECT_DIR$" />
|
<option name="myPath" value="$PROJECT_DIR$" />
|
||||||
</PhpSpecSuiteConfiguration>
|
</PhpSpecSuiteConfiguration>
|
||||||
|
<PhpSpecSuiteConfiguration>
|
||||||
|
<option name="myPath" value="$PROJECT_DIR$" />
|
||||||
|
</PhpSpecSuiteConfiguration>
|
||||||
</suites>
|
</suites>
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
|
@ -6,7 +6,6 @@
|
||||||
<option value="$PROJECT_DIR$/conlite/external/endroid/qr-code/tests" />
|
<option value="$PROJECT_DIR$/conlite/external/endroid/qr-code/tests" />
|
||||||
<option value="$PROJECT_DIR$/conlite/external/phpmailer/phpmailer/tests" />
|
<option value="$PROJECT_DIR$/conlite/external/phpmailer/phpmailer/tests" />
|
||||||
<option value="$PROJECT_DIR$/tests" />
|
<option value="$PROJECT_DIR$/tests" />
|
||||||
<option value="$PROJECT_DIR$/tests" />
|
|
||||||
</list>
|
</list>
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
|
|
Laden …
In neuem Issue referenzieren