Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit a4fbfd2

Browse files
committed
Normalize the file headers for all test files
1 parent 2b5dcbc commit a4fbfd2

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* the bootstrap relies heavily on the WooCommerce core test suite.
77
*
88
* @package WooCommerce_Custom_Orders_Table
9+
* @author Liquid Web
910
*/
1011

1112
$_tests_dir = getenv( 'WP_TESTS_DIR' ) ? getenv( 'WP_TESTS_DIR' ) : rtrim( sys_get_temp_dir(), '/\\' ) . '/wordpress-tests-lib';

tests/test-tools/class-mock-progress-bar.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<?php
22
/**
33
* Mock CLI progress bar for testing WP-CLI.
4+
*
5+
* @package WooCommerce_Custom_Orders_Table
6+
* @author Liquid Web
47
*/
58

69
class MockProgressBar {

tests/test-tools/class-wp-cli-command.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<?php
22
/**
33
* Dummy test class for WP_CLI_Command.
4+
*
5+
* @package WooCommerce_Custom_Orders_Table
6+
* @author Liquid Web
47
*/
58

69
if ( ! class_exists( 'WP_CLI_Command' ) ) {

tests/test-tools/class-wp-cli.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<?php
22
/**
33
* Dummy test class for WP_CLI.
4+
*
5+
* @package WooCommerce_Custom_Orders_Table
6+
* @author Liquid Web
47
*/
58

69
if ( ! class_exists( 'WP_CLI' ) ) {

0 commit comments

Comments
 (0)