We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff8a55 commit 8a8f8d4Copy full SHA for 8a8f8d4
tests/1-install/Config.php
@@ -180,7 +180,7 @@ public function checkRequestType() {
180
public function checkAutomaticAction() {
181
$cronTask = new \CronTask();
182
$cronTask->getFromDBByCrit([
183
- 'itemtype' => 'PluginFormcreatorISsue',
+ 'itemtype' => 'PluginFormcreatorIssue',
184
'name' => 'SyncIssues'
185
]);
186
$this->boolean($cronTask->isNewItem())->isFalse();
0 commit comments