added config class tests.

This commit is contained in:
Taylor Otwell
2012-01-24 10:34:14 -06:00
parent 18b6cc44af
commit bf509b679f
4 changed files with 79 additions and 1 deletions

View File

@@ -1 +0,0 @@
local/*

View File

@@ -0,0 +1,7 @@
<?php
return array(
'default' => 'sqlite',
);

View File

@@ -0,0 +1,7 @@
<?php
return array(
'bundle' => 'dashboard',
);