Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
CRAP | |
0.00% |
0 / 1 |
WP_CLI | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 1 |
__construct | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
2 |
1 | <?php |
2 | namespace NewfoldLabs\WP\Module\Onboarding; |
3 | |
4 | /** |
5 | * Register Commands with WP-CLI |
6 | */ |
7 | final class WP_CLI { |
8 | /** |
9 | * Tap WordPress Hooks |
10 | */ |
11 | public function __construct() { |
12 | } |
13 | } // END \NewfoldLabs\WP\Module\Onboarding\CLI() |