Skip to content

Commit

Permalink
Update YandexMetricaTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
azlydnev authored Oct 15, 2023
1 parent e69a9c3 commit 4578149
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/app/Module/YandexMetricaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
use Fisharebest\Webtrees\TestCase;

/**
* Test harness for the class GoogleWebmasterToolsModule
* Test harness for the class YandexMetrica
*
* @covers Fisharebest\Webtrees\Module\GoogleWebmasterToolsModule
* @covers Fisharebest\Webtrees\Module\YandexMetrica
*/
class GoogleWebmasterToolsModuleTest extends TestCase
class YandexMetricaTest extends TestCase
{
public function testClass(): void
{
$this->assertTrue(class_exists(\Fisharebest\Webtrees\Module\GoogleWebmasterToolsModule::class));
$this->assertTrue(class_exists(\Fisharebest\Webtrees\Module\YandexMetrica::class));
}
}

0 comments on commit 4578149

Please sign in to comment.