| Conditions | 1 |
| Paths | 1 |
| Total Lines | 3 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | $wc_tests_framework_base_dir = dirname( dirname( dirname( dirname( __FILE__ ) ) ) ) . '/woocommerce/tests/framework/'; |
||
| 21 | require_once( $wc_tests_framework_base_dir . 'class-wc-mock-session-handler.php' ); |
||
| 22 | require_once( $wc_tests_framework_base_dir . 'class-wc-unit-test-case.php' ); |
||
| 23 | require_once( $wc_tests_framework_base_dir . 'helpers/class-wc-helper-product.php' ); |
||
| 29 |