Closed josephscott closed 9 years ago
I'd prefer the first one too.
interesting that it works fine for me when I run the tests locally ...
Fixed with PR #13.
@josephscott I'd appreciate it if you could test and confirm.
At least in my case I didn't have the issue to begin with. Thanks @josephscott
@akrabat confirmed, 2.0.5 works fine.
@geggleto any chance you are using a filesystem that is not case sensitive?
@josephscott Yeah I am on windows ;)
As it stands right now PHP-View doesn't work because the Composer autoloader doesn't match a
PhpRenderer
class name against aPHPRenderer.php
file name.One of two things needs to happen:
PHPRenderer.php
toPhpRenderer.php
PhpRenderer
toPHPRenderer
Both of these approaches fixed autoloading for me. I suspect the first option would be preferred, but I'd be fine with either one since I'm more concerned about it working than the naming style.