tapestry-cloud / tapestry

PHP static site generator using the plates template system
https://www.tapestry.cloud/
MIT License
32 stars 1 forks source link

Potential bug in File getUid #189

Closed carbontwelve closed 6 years ago

carbontwelve commented 7 years ago

getUid can return an empty string when relative pathname is empty!

carbontwelve commented 6 years ago
carbontwelve commented 6 years ago

I think that this only happens in testing because I haven't been setting the relative path of the SplFileInfo before passing to the File.

carbontwelve commented 6 years ago

Implemented by #288