Add bootstrap file path to PHP Unit settings
This commit is contained in:
parent
2e58fcf108
commit
d02cab3846
1 changed files with 1 additions and 1 deletions
2
.idea/php.xml
generated
2
.idea/php.xml
generated
|
@ -25,7 +25,7 @@
|
|||
</component>
|
||||
<component name="PhpUnit">
|
||||
<phpunit_settings>
|
||||
<PhpUnitSettings load_method="PHPUNIT_PHAR" custom_loader_path="" phpunit_phar_path="$USER_HOME$/phpunit.phar" />
|
||||
<PhpUnitSettings load_method="PHPUNIT_PHAR" bootstrap_file_path="$PROJECT_DIR$/bootstrap.php" custom_loader_path="" phpunit_phar_path="$USER_HOME$/phpunit.phar" use_bootstrap_file="true" />
|
||||
</phpunit_settings>
|
||||
</component>
|
||||
<component name="PsalmOptionsConfiguration">
|
||||
|
|
Loading…
Add table
Reference in a new issue