Skip to content

Commit 1f274cf

Browse files
author
cradu
committed
Fixed namespace
1 parent 82842c7 commit 1f274cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Util/BufferTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace PhpIso\Test;
5+
namespace PhpIso\Test\Util;
66

77
use PHPUnit\Framework\TestCase;
88
use PhpIso\Util\Buffer;

tests/Util/IsoDateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace PhpIso\Test;
5+
namespace PhpIso\Test\Util;
66

77
use PHPUnit\Framework\TestCase;
88
use PhpIso\Util\IsoDate;

0 commit comments

Comments
 (0)