grav/tests/unit
Matias Griese 69b39b4b21 Fixed multiple url() issues with streams
* Fixed `url()` returning wrong path if using stream with grav root path in it, eg: `user-data://shop` when Grav is in `/shop`
* Fixed `url()` not returning a path to non-existing file (`user-data://shop` => `/user/data/shop`) if it is set to fail gracefully
* Fixed `url()` returning false on unknown streams, such as `ftp://domain.com`, they should be treated as external URL
2019-06-28 13:36:37 +03:00
..
Grav Fixed multiple url() issues with streams 2019-06-28 13:36:37 +03:00
_bootstrap.php Setup _bootstrap to setup Grav 2016-01-05 11:52:07 +01:00