From 59589dded4150cc1503a248c0b0315384870524c Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Mon, 8 Sep 2014 12:36:28 -0400 Subject: [PATCH] The world isn't ready for this test yet. --- .../src/VuDLTest/Connection/SolrTest.php | 42 ------------------- 1 file changed, 42 deletions(-) delete mode 100644 module/VuDL/tests/unit-tests/src/VuDLTest/Connection/SolrTest.php diff --git a/module/VuDL/tests/unit-tests/src/VuDLTest/Connection/SolrTest.php b/module/VuDL/tests/unit-tests/src/VuDLTest/Connection/SolrTest.php deleted file mode 100644 index 3646846620a..00000000000 --- a/module/VuDL/tests/unit-tests/src/VuDLTest/Connection/SolrTest.php +++ /dev/null @@ -1,42 +0,0 @@ -<?php -/** - * VuDL Solr Manager Test Class - * - * PHP version 5 - * - * Copyright (C) Villanova University 2010. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2, - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * @category VuFind2 - * @package Tests - * @author Demian Katz <demian.katz@villanova.edu> - * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki - */ -namespace VuDLTest; - -/** - * VuDL Solr Manager Test Class - * - * @category VuFind2 - * @package Tests - * @author Demian Katz <demian.katz@villanova.edu> - * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License - * @link http://vufind.org/wiki/vufind2:unit_tests Wiki - */ -class SolrTest extends \VuFindTest\Unit\TestCase -{ - -} \ No newline at end of file -- GitLab