dreamjob/lib/Cake/Test/test_app/Config/no_php_extension

10 lines
163 B
Plaintext
Raw Permalink Normal View History

2015-03-31 14:49:03 +02:00
<?php
// Test file for testing config file without .php extension.
$config = array(
'Deep' => array(
'Third' => array(
'ThirdDeepest' => 'buried3'
)
)
);