Skip to content
Snippets Groups Projects
Commit 467fed86 authored by David Maus's avatar David Maus
Browse files

Relocate classes to VuFindTest namespace and source directory

parent e2663e93
No related merge requests found
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
* @link http://vufind.org/wiki/unit_tests Wiki * @link http://vufind.org/wiki/unit_tests Wiki
*/ */
namespace VuFind\Tests; namespace VuFindTest;
/** /**
* Abstract base class for PHPUnit database test cases. * Abstract base class for PHPUnit database test cases.
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
* @link http://vufind.org/wiki/other_than_marc Wiki * @link http://vufind.org/wiki/other_than_marc Wiki
*/ */
namespace VuFind\RecordDriver; namespace VuFindTest\RecordDriver;
/** /**
* Test harness for simulating record drivers (ignore outside of test suite!) * Test harness for simulating record drivers (ignore outside of test suite!)
...@@ -36,7 +36,7 @@ namespace VuFind\RecordDriver; ...@@ -36,7 +36,7 @@ namespace VuFind\RecordDriver;
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
* @link http://vufind.org/wiki/other_than_marc Wiki * @link http://vufind.org/wiki/other_than_marc Wiki
*/ */
class TestHarness extends AbstractBase class TestHarness extends \VuFind\RecordDriver\AbstractBase
{ {
/** /**
* Magic method to set/retrieve fields. * Magic method to set/retrieve fields.
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
* @link http://vufind.org/wiki/unit_tests Wiki * @link http://vufind.org/wiki/unit_tests Wiki
*/ */
namespace VuFind\Tests; namespace VuFindTest;
/** /**
* Abstract base class for PHPUnit test cases. * Abstract base class for PHPUnit test cases.
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
* @link http://vufind.org/wiki/unit_tests Wiki * @link http://vufind.org/wiki/unit_tests Wiki
*/ */
namespace VuFind\Tests; namespace VuFindTest;
/** /**
* Abstract base class for PHPUnit database test cases. * Abstract base class for PHPUnit database test cases.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment