Skip to content

Commit

Permalink
Rename test classes for languages to correspond again with tested cla…
Browse files Browse the repository at this point in the history
…sses
  • Loading branch information
PrinsFrank committed Mar 22, 2023
1 parent 5d97f66 commit 7c9e091
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* @coversDefaultClass \PrinsFrank\Standards\Language\LanguageAlpha2
*/
class ISO639_1_Alpha_2Test extends TestCase
class LanguageAlpha2Test extends TestCase
{
/**
* @covers ::toLanguageAlpha3Bibliographic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* @coversDefaultClass \PrinsFrank\Standards\Language\LanguageAlpha3Bibliographic
*/
class ISO639_2_Alpha_3BibliographicTest extends TestCase
class LanguageAlpha3BibliographicTest extends TestCase
{
/**
* @covers ::toLanguageAlpha2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* @coversDefaultClass \PrinsFrank\Standards\Language\LanguageAlpha3Common
*/
class ISO639_2_Alpha_3CommonTest extends TestCase
class LanguageAlpha3CommonTest extends TestCase
{
/**
* @covers ::toLanguageAlpha2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* @coversDefaultClass \PrinsFrank\Standards\Language\LanguageAlpha3Terminology
*/
class ISO639_2_Alpha_3TerminologyTest extends TestCase
class LanguageAlpha3TerminologyTest extends TestCase
{
/**
* @covers ::toLanguageAlpha2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php
declare(strict_types=1);

namespace Language;
namespace PrinsFrank\Standards\Tests\Unit\Language;

use PHPUnit\Framework\TestCase;
use PrinsFrank\Standards\Language\LanguageName;

/**
* @coversDefaultClass \PrinsFrank\Standards\Language\LanguageName
*/
class ISO639_NameTest extends TestCase
class LanguageNameTest extends TestCase
{
/**
* @covers ::toLanguageAlpha3Bibliographic
Expand Down

0 comments on commit 7c9e091

Please sign in to comment.