Skip to content

Commit

Permalink
Rename things.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Jan 20, 2025
1 parent b5db420 commit 6929be5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Test Solr-driven new item functionality.
* Test new item search functionality.
*
* PHP version 8
*
Expand Down Expand Up @@ -30,22 +30,22 @@
namespace VuFindTest\Mink;

/**
* Test Solr-driven new item functionality.
* Test new item search functionality.
*
* @category VuFind
* @package Tests
* @author Demian Katz <demian.katz@villanova.edu>
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
* @link https://vufind.org Main Page
*/
class NewItemSolrTest extends \VuFindTest\Integration\MinkTestCase
class NewItemsTest extends \VuFindTest\Integration\MinkTestCase
{
/**
* Test that Solr-powered new items work as expected (using non-default range settings).
*
* @return void
*/
public function testNewItems(): void
public function testSolrDrivenNewItemsWithNonDefaultRanges(): void
{
$this->changeConfigs(
[
Expand Down

0 comments on commit 6929be5

Please sign in to comment.