Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox committed Dec 31, 2024
1 parent c303085 commit 41f579f
Show file tree
Hide file tree
Showing 37 changed files with 37 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class SciteTransclusionForCannedResponseParserTest extends \PHPUnit_Framework_TestCase {
class SciteTransclusionForCannedResponseParserTest extends \PHPUnit\Framework\TestCase {

/**
* @dataProvider crossrefFileProvider
Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/Structure/I18nJsonFileIntegrityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @author mwjames
*/
class I18nJsonFileIntegrityTest extends \PHPUnit_Framework_TestCase {
class I18nJsonFileIntegrityTest extends \PHPUnit\Framework\TestCase {

use PHPUnitCompat;

Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/Unit/Bibtex/BibtexAuthorListParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class BibtexAuthorListParserTest extends \PHPUnit_Framework_TestCase {
class BibtexAuthorListParserTest extends \PHPUnit\Framework\TestCase {

public function testCanConstruct() {

Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/Unit/Bibtex/BibtexParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class BibtexParserTest extends \PHPUnit_Framework_TestCase {
class BibtexParserTest extends \PHPUnit\Framework\TestCase {

public function testCanConstruct() {

Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/Unit/Bibtex/BibtexProcessorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class BibtexProcessorTest extends \PHPUnit_Framework_TestCase {
class BibtexProcessorTest extends \PHPUnit\Framework\TestCase {

public function testCanConstruct() {

Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/Unit/CacheKeyProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @author mwjames
*/
class CacheKeyProviderTest extends \PHPUnit_Framework_TestCase {
class CacheKeyProviderTest extends \PHPUnit\Framework\TestCase {

use PHPUnitCompat;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class CachedReferenceListOutputRendererTest extends \PHPUnit_Framework_TestCase {
class CachedReferenceListOutputRendererTest extends \PHPUnit\Framework\TestCase {

private $referenceListOutputRenderer;
private $contextInteractor;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @author mwjames
*/
class CitationReferencePositionJournalTest extends \PHPUnit_Framework_TestCase {
class CitationReferencePositionJournalTest extends \PHPUnit\Framework\TestCase {

use PHPUnitCompat;

Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/Unit/CitationResourceMatchFinderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class CitationResourceMatchFinderTest extends \PHPUnit_Framework_TestCase {
class CitationResourceMatchFinderTest extends \PHPUnit\Framework\TestCase {

public function testCanConstruct() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @author mwjames
*/
class CitationTextChangeUpdateJobDispatcherTest extends \PHPUnit_Framework_TestCase {
class CitationTextChangeUpdateJobDispatcherTest extends \PHPUnit\Framework\TestCase {

private $store;
private $referenceBacklinksLookup;
Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/Unit/CitationTextTemplateRendererTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class CitationTextTemplateRendererTest extends \PHPUnit_Framework_TestCase {
class CitationTextTemplateRendererTest extends \PHPUnit\Framework\TestCase {

public function testCanConstruct() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @author mwjames
*/
class CitationReferenceValueTest extends \PHPUnit_Framework_TestCase {
class CitationReferenceValueTest extends \PHPUnit\Framework\TestCase {

private $dataValueServiceFactory;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class ResourceIdentifierFactoryTest extends \PHPUnit_Framework_TestCase {
class ResourceIdentifierFactoryTest extends \PHPUnit\Framework\TestCase {

public function testCanConstruct() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class ResourceIdentifierStringValueParserTest extends \PHPUnit_Framework_TestCase {
class ResourceIdentifierStringValueParserTest extends \PHPUnit\Framework\TestCase {

/**
* @dataProvider typeProvider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class ResourceIdentifierStringValueTest extends \PHPUnit_Framework_TestCase {
class ResourceIdentifierStringValueTest extends \PHPUnit\Framework\TestCase {

/**
* @dataProvider typeProvider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class BibliographicFilteredRecordTest extends \PHPUnit_Framework_TestCase {
class BibliographicFilteredRecordTest extends \PHPUnit\Framework\TestCase {

public function testCanConstruct() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class CrossRefResponseParserTest extends \PHPUnit_Framework_TestCase {
class CrossRefResponseParserTest extends \PHPUnit\Framework\TestCase {

public function testCanConstruct() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class HttpResponseParserFactoryTest extends \PHPUnit_Framework_TestCase {
class HttpResponseParserFactoryTest extends \PHPUnit\Framework\TestCase {

public function testCanConstruct() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class NcbiPubMedResponseParserTest extends \PHPUnit_Framework_TestCase {
class NcbiPubMedResponseParserTest extends \PHPUnit\Framework\TestCase {

public function testCanConstruct() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class OLResponseParserTest extends \PHPUnit_Framework_TestCase {
class OLResponseParserTest extends \PHPUnit\Framework\TestCase {

public function testCanConstruct() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class OclcResponseParserTest extends \PHPUnit_Framework_TestCase {
class OclcResponseParserTest extends \PHPUnit\Framework\TestCase {

public function testCanConstruct() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class ViafResponseParserTest extends \PHPUnit_Framework_TestCase {
class ViafResponseParserTest extends \PHPUnit\Framework\TestCase {

public function testCanConstruct() {

Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/Unit/HookRegistryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @author mwjames
*/
class HookRegistryTest extends \PHPUnit_Framework_TestCase {
class HookRegistryTest extends \PHPUnit\Framework\TestCase {

use PHPUnitCompat;

Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/Unit/MediaWikiContextInteractorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @author mwjames
* @reviewer thomas-topway-it
*/
class MediaWikiContextInteractorTest extends \PHPUnit_Framework_TestCase {
class MediaWikiContextInteractorTest extends \PHPUnit\Framework\TestCase {

use PHPUnitCompat;

Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/Unit/MediaWikiNsContentMapperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class MediaWikiNsContentMapperTest extends \PHPUnit_Framework_TestCase {
class MediaWikiNsContentMapperTest extends \PHPUnit\Framework\TestCase {

public function testCanConstruct() {

Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/Unit/OptionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class OptionsTest extends \PHPUnit_Framework_TestCase {
class OptionsTest extends \PHPUnit\Framework\TestCase {

public function testCanConstruct() {

Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/Unit/ParserFunctionFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @author mwjames
*/
class ParserFunctionFactoryTest extends \PHPUnit_Framework_TestCase {
class ParserFunctionFactoryTest extends \PHPUnit\Framework\TestCase {

private $parser;

Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/Unit/PreTextFormatterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* @author mwjames
*/
class PreTextFormatterTest extends \PHPUnit_Framework_TestCase {
class PreTextFormatterTest extends \PHPUnit\Framework\TestCase {

use PHPUnitCompat;

Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/Unit/PropertyRegistryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @author mwjames
*/
class PropertyRegistryTest extends \PHPUnit_Framework_TestCase {
class PropertyRegistryTest extends \PHPUnit\Framework\TestCase {

public function testCanConstruct() {

Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/Unit/ReferenceBacklinksLookupTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @author mwjames
*/
class ReferenceBacklinksLookupTest extends \PHPUnit_Framework_TestCase {
class ReferenceBacklinksLookupTest extends \PHPUnit\Framework\TestCase {

use PHPUnitCompat;

Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/Unit/ReferenceListFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @author mwjames
*/
class ReferenceListFactoryTest extends \PHPUnit_Framework_TestCase {
class ReferenceListFactoryTest extends \PHPUnit\Framework\TestCase {

private $store;
private $namespaceExaminer;
Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/Unit/ReferenceListOutputRendererTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* @author mwjames
*/
class ReferenceListOutputRendererTest extends \PHPUnit_Framework_TestCase {
class ReferenceListOutputRendererTest extends \PHPUnit\Framework\TestCase {

use PHPUnitCompat;

Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/Unit/ReferenceListParserFunctionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* @author mwjames
*/
class ReferenceListParserFunctionTest extends \PHPUnit_Framework_TestCase {
class ReferenceListParserFunctionTest extends \PHPUnit\Framework\TestCase {

use PHPUnitCompat;

Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit/Unit/SciteParserFunctionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* @author mwjames
*/
class SciteParserFunctionTest extends \PHPUnit_Framework_TestCase {
class SciteParserFunctionTest extends \PHPUnit\Framework\TestCase {

use PHPUnitCompat;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class HtmlResponseParserRendererTest extends \PHPUnit_Framework_TestCase {
class HtmlResponseParserRendererTest extends \PHPUnit\Framework\TestCase {

public function testCanConstruct() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class PageBuilderTest extends \PHPUnit_Framework_TestCase {
class PageBuilderTest extends \PHPUnit\Framework\TestCase {

private $htmlFormRenderer;
private $hmlColumnListRenderer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mwjames
*/
class SpecialFindCitableMetadataTest extends \PHPUnit_Framework_TestCase {
class SpecialFindCitableMetadataTest extends \PHPUnit\Framework\TestCase {

private $request;
private $config;
Expand Down

0 comments on commit 41f579f

Please sign in to comment.