cakephp2-php8/lib/Cake/Test/test_app/Config/no_php_extension

9 lines
163 B
Text

<?php
// Test file for testing config file without .php extension.
$config = array(
'Deep' => array(
'Third' => array(
'ThirdDeepest' => 'buried3'
)
)
);