Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cli/replace_block_instances.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@
if (empty($toreplacecount)) {
cli_writeln("[WARN] No instances found for 'block_{$blocknames->source}'.");
} else {
cli_writeln("[INFO] Will replace $toreplacecount instances of 'block_{$blocknames->source}' with 'block_{$blocknames->target}'");
cli_writeln("[INFO] Will replace $toreplacecount instances of 'block_{$blocknames->source}'
with 'block_{$blocknames->target}'");
}

$murl = (new moodle_url('admin/blocks.php'))->out();
Expand Down
2 changes: 1 addition & 1 deletion tests/replace_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

defined('MOODLE_INTERNAL') || die();

class block_snapfeeds_replace_test extends advanced_testcase {
class block_snapfeeds_replace_test extends advanced_testcase {

protected function setUp(): void {
$this->resetAfterTest();
Expand Down