finish autoloader tests.

This commit is contained in:
Taylor Otwell
2012-01-18 14:13:50 -06:00
parent 319964fce2
commit 813cd0d3b8
3 changed files with 38 additions and 0 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 {}

View File

@@ -0,0 +1,3 @@
<?php
class Autoloader_HardCoded {}