You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WarningEvent::class => 'Generation of routes has been skipped cause the view incorrect_stub from the config entity-generator.stubs.routes is not exists. Please check that config has the correct view name value.',
113
-
SuccessCreateMessage::class => 'Created a new Controller: PostController',
112
+
WarningEvent::class => ['Generation of routes has been skipped cause the view incorrect_stub from the config entity-generator.stubs.routes is not exists. Please check that config has the correct view name value.'],
113
+
SuccessCreateMessage::class => ['Created a new Controller: PostController'],
114
114
]);
115
115
}
116
116
@@ -129,8 +129,8 @@ public function testUseRoutesStubNotExist()
WarningEvent::class => 'Generation of use routes has been skipped cause the view incorrect_stub from the config entity-generator.stubs.use_routes is not exists. Please check that config has the correct view name value.',
133
-
SuccessCreateMessage::class => 'Created a new Controller: PostController',
132
+
WarningEvent::class => ['Generation of use routes has been skipped cause the view incorrect_stub from the config entity-generator.stubs.use_routes is not exists. Please check that config has the correct view name value.'],
133
+
SuccessCreateMessage::class => ['Created a new Controller: PostController'],
134
134
]);
135
135
}
136
136
@@ -146,11 +146,15 @@ public function testSuccess()
0 commit comments