Skip to content

Commit 228d198

Browse files
authored
Update URLs
1 parent a086608 commit 228d198

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_tests/Unit/Framework/Service/SearchImage/UrlTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* @author Pierre-Henry Soria <hello@ph7cms.com>
4-
* @copyright (c) 2017-2019, Pierre-Henry Soria. All Rights Reserved.
3+
* @author Pierre-Henry Soria <hello@ph7builder.com>
4+
* @copyright (c) 2017-2025, Pierre-Henry Soria. All Rights Reserved.
55
* @license MIT License; See LICENSE.md and COPYRIGHT.md in the root directory.
66
* @package PH7 / Test / Unit / Framework / Service / SearchImage
77
*/
@@ -18,7 +18,7 @@ final class UrlTest extends TestCase
1818
{
1919
public function testValidValue(): void
2020
{
21-
$sTestUrl = 'https://ph7cms.com/dating-startup-by-step/';
21+
$sTestUrl = 'https://ph7builder.com/dating-startup-by-step/';
2222
$oUrl = new Url($sTestUrl);
2323
$this->assertSame($sTestUrl, $oUrl->getValue());
2424
}

0 commit comments

Comments
 (0)