Skip to content

Commit a2aca94

Browse files
committed
remove composer loading early in tests as we don't need it
1 parent 3bd90e2 commit a2aca94

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/bootstrap.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
// Give access to tests_add_filter() function.
2424
require_once $_tests_dir . '/includes/functions.php';
2525

26-
// Load Composer autoloader
27-
require_once dirname( dirname( __FILE__ ) ) . '/vendor/autoload.php';
2826

2927
/**
3028
* Manually load the plugin being tested.

0 commit comments

Comments
 (0)