added basic bundle routing test.

This commit is contained in:
Taylor Otwell
2012-01-27 11:30:19 -06:00
parent 6b1b0ee5e1
commit 5a37473e7b
3 changed files with 47 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
<?php
Router::register('GET /dashboard', function() {});