]> git.mxchange.org Git - friendica.git/commit
Refactor BaseURL.php to UriInterface compatible class
authorPhilipp <admin@philipp.info>
Sat, 18 Feb 2023 19:24:48 +0000 (20:24 +0100)
committerPhilipp <admin@philipp.info>
Sat, 18 Feb 2023 20:12:20 +0000 (21:12 +0100)
commit45749c14be69aeff3000c33766e5248146f87fef
tree9be2f360a25c44458a14271e5a0a759857788820
parent08754b2babec360fd96aaee06cb4da87236f2e84
Refactor BaseURL.php to UriInterface compatible class
- remove parts
- added tests
src/App/BaseURL.php
tests/src/App/BaseURLTest.php [new file with mode: 0644]
tests/src/Util/BaseURLTest.php [deleted file]