Skip to content

Commit 34452b5

Browse files
committed
PHPUnit: Update namespace path
1 parent 0b2eff4 commit 34452b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/Unit/Generator/PasscodeTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22
/**
33
* @author Pierre-Henry Soria <hi@ph7.me>
4-
* @copyright (c) 2021, Pierre-Henry Soria
4+
* @copyright (c) 2021-2022, Pierre-Henry Soria
55
* @license MIT License; <https://opensource.org/licenses/MIT>
66
*/
77

88
declare(strict_types=1);
99

10-
namespace PH7\Generator\Test\Unit;
10+
namespace PH7\Generator\Tests\Unit;
1111

1212
use PH7\Generator\Passcode;
1313
use PHPUnit\Framework\TestCase;

tests/Unit/Generator/PasswordTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22
/**
33
* @author Pierre-Henry Soria <hi@ph7.me>
4-
* @copyright (c) 2021, Pierre-Henry Soria
4+
* @copyright (c) 2021-2022, Pierre-Henry Soria
55
* @license MIT License; <https://opensource.org/licenses/MIT>
66
*/
77

88
declare(strict_types=1);
99

10-
namespace PH7\Generator\Test\Unit;
10+
namespace PH7\Generator\Tests\Unit;
1111

1212
use PH7\Generator\Password;
1313
use PHPUnit\Framework\TestCase;

0 commit comments

Comments
 (0)