Sandbox for playing with PHPUnit and exploring TDD concepts.
Stars
12
Forks
0
Watchers
12
Open Issues
0
Overall repository health assessment
^0.19.3^2.8.445
commits
Passes test with implementation of View class, still fails invoke of render.
c94efa2View on GitHubUpdates Router and HomeController so Router is echoing output, not controllers
67d49e3View on GitHubAdds a test to make sure getMain on HomeController renders a view.
5ed4a1fView on GitHubUpdate test for getMain in HomeController to allow passing of request instance
71c54b0View on GitHubUpdates HomeContoller to pass initial test for HomeControllerTest
0a829dcView on GitHubExtended exception and Router updates to pass latest test
5984647View on GitHubAdds failing test for Route Method not found in ResolveRoute RouterTest.php
a7db494View on GitHubAdds RouteArrayNotFoundException class, updates Router to pass.
bcadcc0View on GitHub