Skip to content

Commit 8a8f8d4

Browse files
committed
refactor(config): typo in class name
1 parent 1ff8a55 commit 8a8f8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/1-install/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public function checkRequestType() {
180180
public function checkAutomaticAction() {
181181
$cronTask = new \CronTask();
182182
$cronTask->getFromDBByCrit([
183-
'itemtype' => 'PluginFormcreatorISsue',
183+
'itemtype' => 'PluginFormcreatorIssue',
184184
'name' => 'SyncIssues'
185185
]);
186186
$this->boolean($cronTask->isNewItem())->isFalse();

0 commit comments

Comments
 (0)