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

Base existing tests on TestCase class

parent 3ed50939
No related merge requests found
......@@ -38,7 +38,7 @@ use VuFind\Code\ISBN;
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
* @link http://vufind.org/wiki/unit_tests Wiki
*/
class ISBNTest extends \PHPUnit_Framework_TestCase
class ISBNTest extends \VuFind\Tests\TestCase
{
/**
* Test Valid ISBN-10.
......
......@@ -38,7 +38,7 @@ use VuFind\Config\Reader;
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
* @link http://vufind.org/wiki/unit_tests Wiki
*/
class ReaderTest extends \PHPUnit_Framework_TestCase
class ReaderTest extends \VuFind\Tests\TestCase
{
/**
* Test basic config.ini loading.
......
......@@ -38,7 +38,7 @@ use VuFind\Date\Converter, VuFind\Exception\Date as DateException,
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
* @link http://www.vufind.org Main Page
*/
class ConverterTest extends \PHPUnit_Framework_TestCase
class ConverterTest extends \VuFind\Tests\TestCase
{
protected $savedDateFormat = null;
protected $savedTimeFormat = null;
......
......@@ -37,7 +37,7 @@ use VuFind\Solr\Utils;
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
* @link http://vufind.org/wiki/unit_tests Wiki
*/
class UtilsTest extends \PHPUnit_Framework_TestCase
class UtilsTest extends \VuFind\Tests\TestCase
{
/**
* Test capitalizeBooleans functionality.
......
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