Skip to content

Commit 370b248

Browse files
committed
Fix namespace of EurozoneTest after recent composer classloader fix
1 parent 180a7b6 commit 370b248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Country/Groups/EuroZoneTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33

4-
namespace Country\Groups;
4+
namespace PrinsFrank\Standards\Tests\Unit\Country\Groups;
55

66
use PHPUnit\Framework\TestCase;
77
use PrinsFrank\Standards\Country\CountryAlpha2;

0 commit comments

Comments
 (0)