Skip to content

Commit 020dbb8

Browse files
committed
WP_CLI tests added
1 parent a1f8ae9 commit 020dbb8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

includes/MslsCli.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
final class MslsCli {
66

7+
/**
8+
* Register the WP-CLI command.
9+
*
10+
* @codeCoverageIgnore
11+
* @return void
12+
*/
713
public static function init(): void {
814
if ( defined( 'WP_CLI' ) && WP_CLI ) {
915
\WP_CLI::add_command( 'msls', new self() );

0 commit comments

Comments
 (0)