From 7ef4f2d1b8582314b8d50a4ea3308c77d7746146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Sch=C3=BCtte?= Date: Mon, 16 Jun 2014 16:45:59 +0200 Subject: [PATCH] need no vendors for testing --- tests/bootstrap.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index eba4401..2a4de90 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -12,5 +12,4 @@ tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' ); require $_tests_dir . '/includes/bootstrap.php'; -require_once 'vendor/autoload.php'; require 'mock_ext_dataservice.php';