Skip to content

Commit 41f579f

Browse files
committed
Fix
1 parent c303085 commit 41f579f

37 files changed

+37
-37
lines changed

tests/phpunit/Integration/FilteredMetadata/SciteTransclusionForCannedResponseParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* @author mwjames
1515
*/
16-
class SciteTransclusionForCannedResponseParserTest extends \PHPUnit_Framework_TestCase {
16+
class SciteTransclusionForCannedResponseParserTest extends \PHPUnit\Framework\TestCase {
1717

1818
/**
1919
* @dataProvider crossrefFileProvider

tests/phpunit/Structure/I18nJsonFileIntegrityTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* @author mwjames
1616
*/
17-
class I18nJsonFileIntegrityTest extends \PHPUnit_Framework_TestCase {
17+
class I18nJsonFileIntegrityTest extends \PHPUnit\Framework\TestCase {
1818

1919
use PHPUnitCompat;
2020

tests/phpunit/Unit/Bibtex/BibtexAuthorListParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* @author mwjames
1515
*/
16-
class BibtexAuthorListParserTest extends \PHPUnit_Framework_TestCase {
16+
class BibtexAuthorListParserTest extends \PHPUnit\Framework\TestCase {
1717

1818
public function testCanConstruct() {
1919

tests/phpunit/Unit/Bibtex/BibtexParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* @author mwjames
1515
*/
16-
class BibtexParserTest extends \PHPUnit_Framework_TestCase {
16+
class BibtexParserTest extends \PHPUnit\Framework\TestCase {
1717

1818
public function testCanConstruct() {
1919

tests/phpunit/Unit/Bibtex/BibtexProcessorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* @author mwjames
1515
*/
16-
class BibtexProcessorTest extends \PHPUnit_Framework_TestCase {
16+
class BibtexProcessorTest extends \PHPUnit\Framework\TestCase {
1717

1818
public function testCanConstruct() {
1919

tests/phpunit/Unit/CacheKeyProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* @author mwjames
1616
*/
17-
class CacheKeyProviderTest extends \PHPUnit_Framework_TestCase {
17+
class CacheKeyProviderTest extends \PHPUnit\Framework\TestCase {
1818

1919
use PHPUnitCompat;
2020

tests/phpunit/Unit/CachedReferenceListOutputRendererTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* @author mwjames
1515
*/
16-
class CachedReferenceListOutputRendererTest extends \PHPUnit_Framework_TestCase {
16+
class CachedReferenceListOutputRendererTest extends \PHPUnit\Framework\TestCase {
1717

1818
private $referenceListOutputRenderer;
1919
private $contextInteractor;

tests/phpunit/Unit/CitationReferencePositionJournalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* @author mwjames
1616
*/
17-
class CitationReferencePositionJournalTest extends \PHPUnit_Framework_TestCase {
17+
class CitationReferencePositionJournalTest extends \PHPUnit\Framework\TestCase {
1818

1919
use PHPUnitCompat;
2020

tests/phpunit/Unit/CitationResourceMatchFinderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* @author mwjames
1515
*/
16-
class CitationResourceMatchFinderTest extends \PHPUnit_Framework_TestCase {
16+
class CitationResourceMatchFinderTest extends \PHPUnit\Framework\TestCase {
1717

1818
public function testCanConstruct() {
1919

tests/phpunit/Unit/CitationTextChangeUpdateJobDispatcherTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* @author mwjames
1616
*/
17-
class CitationTextChangeUpdateJobDispatcherTest extends \PHPUnit_Framework_TestCase {
17+
class CitationTextChangeUpdateJobDispatcherTest extends \PHPUnit\Framework\TestCase {
1818

1919
private $store;
2020
private $referenceBacklinksLookup;

0 commit comments

Comments
 (0)