File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
tests/unit/src/Repositories Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 99 <config name =" show_progress" value =" 1" />
1010 <config name =" ignore_warnings_on_exit" value =" 0" />
1111
12- <file >config-templates </file >
12+ <file >config</file >
1313 <file >hooks</file >
1414 <file >src</file >
1515 <file >tests</file >
Original file line number Diff line number Diff line change 1010 xsi : schemaLocation =" https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
1111>
1212 <projectFiles >
13- <directory name =" config-templates " />
13+ <directory name =" config" />
1414 <directory name =" hooks" />
1515 <directory name =" src" />
1616 <directory name =" templates" />
2929 <file name =" tests/bootstrap.php" />
3030 </errorLevel >
3131 </UnresolvableInclude >
32- <!-- Ignore UnusedVariable in config template -->
33- <UnusedVariable >
34- <errorLevel type =" suppress" >
35- <file name =" config-templates/module_oidc.php" />
36- </errorLevel >
37- </UnusedVariable >
3832 <InvalidClassConstantType >
3933 <errorLevel type =" suppress" >
4034 <file name =" src/Forms/Controls/CsrfProtection.php" />
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public static function setUpBeforeClass(): void
4141 ];
4242
4343 Configuration::loadFromArray ($ config , '' , 'simplesaml ' );
44- Configuration::setConfigDir (__DIR__ . '/../../../../ config-templates ' );
44+ Configuration::setConfigDir (__DIR__ . '/../../../config ' );
4545 (new DatabaseMigration ())->migrate ();
4646 }
4747
You can’t perform that action at this time.
0 commit comments