File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Tests/Integration/Composer Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 6
6
/bin /
7
7
/composer.lock
8
8
/Configuration /bundles.yml
9
+ /Configuration /config_modules.yml
9
10
/Configuration /parameters.yml
10
11
/Configuration /routing_modules.yml
11
12
/nbproject
Original file line number Diff line number Diff line change @@ -148,4 +148,12 @@ public function parametersConfigurationFileExists()
148
148
{
149
149
self ::assertFileExists (dirname (__DIR__ , 3 ) . '/Configuration/parameters.yml ' );
150
150
}
151
+
152
+ /**
153
+ * @test
154
+ */
155
+ public function modulesConfigurationFileExists ()
156
+ {
157
+ self ::assertFileExists (dirname (__DIR__ , 3 ) . '/Configuration/config_modules.yml ' );
158
+ }
151
159
}
Original file line number Diff line number Diff line change 55
55
" PhpList\\ PhpList4\\ Composer\\ ScriptHandler::createPublicWebDirectory"
56
56
],
57
57
"update-configuration" : [
58
+ " PhpList\\ PhpList4\\ Composer\\ ScriptHandler::createGeneralConfiguration" ,
58
59
" PhpList\\ PhpList4\\ Composer\\ ScriptHandler::createBundleConfiguration" ,
59
60
" PhpList\\ PhpList4\\ Composer\\ ScriptHandler::createRoutesConfiguration" ,
60
61
" PhpList\\ PhpList4\\ Composer\\ ScriptHandler::createParametersConfiguration" ,
You can’t perform that action at this time.
0 commit comments