Remove trailing slash on base_dir variable. (https://github.com/woocommerce/woocommerce-admin/pull/1078)
This commit is contained in:
parent
43b60489ff
commit
88b899f7cb
|
@ -60,7 +60,7 @@ function wc_admin_install() {
|
|||
* Adds WooCommerce testing framework classes.
|
||||
*/
|
||||
function wc_test_includes() {
|
||||
$wc_tests_framework_base_dir = wc_dir() . '/tests/';
|
||||
$wc_tests_framework_base_dir = wc_dir() . '/tests';
|
||||
|
||||
// WooCommerce test classes.
|
||||
// Framework.
|
||||
|
|
Loading…
Reference in New Issue