added config class tests.
This commit is contained in:
1
tests/laravel/application/config/.gitignore
vendored
1
tests/laravel/application/config/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
local/*
|
||||
7
tests/laravel/application/config/local/database.php
Normal file
7
tests/laravel/application/config/local/database.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'default' => 'sqlite',
|
||||
|
||||
);
|
||||
7
tests/laravel/bundles/dashboard/config/meta.php
Normal file
7
tests/laravel/bundles/dashboard/config/meta.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'bundle' => 'dashboard',
|
||||
|
||||
);
|
||||
Reference in New Issue
Block a user