added bundles and storage directory to dummy laravel test setup.

This commit is contained in:
Taylor Otwell
2012-01-18 14:27:01 -06:00
parent 813cd0d3b8
commit e0188f70c5
33 changed files with 17 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
<?php namespace Dashboard;
/**
* This class is used for testing the auto-loading of classes
* that are mapped by namesapce.
*/
class Repository {}