contributte / codeception

:arrow_forward: Integration of Nette Framework to Codeception.

Home Page:https://contributte.org/packages/contributte/codeception.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Double slash in appDir/wwwDir

lukascellar opened this issue · comments

Paths in NetteDIModule contains double slash // and cause problems in template path normalization used in Latte\Loaders\FileLoader::normalizePath

appDir => "/dev/my-project/tests/functional//../../app"
wwwDir => "/dev/my-project/tests/functional//../../www" 

Solutiion:
trim tailing slash in _beforeSuite method

Your PR was merged, I am closing it here.

#27