added basic bundle routing test.
This commit is contained in:
3
tests/laravel/bundles/dashboard/routes.php
Normal file
3
tests/laravel/bundles/dashboard/routes.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
Router::register('GET /dashboard', function() {});
|
||||
Reference in New Issue
Block a user