Skip to content

Commit

Permalink
Merge pull request woocommerce#27183 from woocommerce/fix/unit-tests-2
Browse files Browse the repository at this point in the history
Fixed unit tests for WC_Notes_Run_Db_Update
  • Loading branch information
claudiosanches authored Jul 30, 2020
2 parents 891a0cf + 48974f2 commit c752721
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class WC_Tests_Notes_Run_Db_Update extends WC_Unit_Test_Case {
*
*/
public static function setUpBeforeClass() {
include_once WC_Unit_Tests_Bootstrap::instance()->plugin_dir . '/includes/admin/wc-admin-functions.php';
include_once WC_Unit_Tests_Bootstrap::instance()->plugin_dir . '/includes/admin/notes/class-wc-notes-run-db-update.php';

}
Expand Down

0 comments on commit c752721

Please sign in to comment.