File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
_tests/Unit/Framework/Service/SearchImage Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments