grav/tests
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
..
_support Add Unit module available methods for future usage 2016-02-01 17:19:34 +01:00
acceptance 🚨 Remove acceptance test example 2016-01-22 10:39:15 +01:00
fake Merge branch 'feature/converturl-rewrite' into develop 2016-02-02 22:02:21 -07:00
functional Fix #1389 related to bin/gpm direct-install (#1397) 2017-04-02 18:45:57 -06:00
phpstan Some phpstan level 6 fixes 2019-05-20 10:52:32 +03:00
unit Fixed multiple url() issues with streams 2019-06-28 13:36:37 +03:00
_bootstrap.php Don't load plugins and themes in tests 2016-04-14 20:04:38 +02:00
acceptance.suite.yml Add first UI test example 2016-01-10 19:10:52 +01:00
functional.suite.yml Add and bootstrap codeception 2016-01-05 11:01:02 +01:00
unit.suite.yml Add and bootstrap codeception 2016-01-05 11:01:02 +01:00