finish autoloader tests.
This commit is contained in:
7
tests/laravel/dashboard/repository.php
Normal file
7
tests/laravel/dashboard/repository.php
Normal 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 {}
|
||||
3
tests/laravel/models/autoloader.php
Normal file
3
tests/laravel/models/autoloader.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
class Autoloader_HardCoded {}
|
||||
Reference in New Issue
Block a user