cacert-testmgr/external/ZendFramework-1.9.5/tests/Zend/Application/_files/zf-6679-1.inc

9 lines
164 B
PHP
Raw Normal View History

<?php
$config = array(
'config' => dirname(__FILE__) . '/zf-6679-2.inc',
'includePaths' => array(
'path1' => 'some/path',
),
);
return $config;