application.config.php #1

  • //
  • guest/
  • thomas_gray/
  • jambox/
  • main/
  • swarm/
  • tests/
  • phpunit/
  • ModuleTest/
  • assets/
  • application.config.php
  • View
  • Commits
  • Open Download .zip Download (437 B)
<?php
/**
 * Application config for testing the TestControllerCase class.
 *
 * @copyright   2012 Perforce Software. All rights reserved.
 * @license     Please see LICENSE.txt in top-level folder of this distribution.
 * @version     <release>/<patch>
 */

return array(
    'modules' => array(
        'Foo',
        'Bar',
    ),
    'module_listener_options' => array(
        'module_paths' => array(__DIR__ . '/module'),
    ),
);
# Change User Description Committed
#1 18730 Liz Lam clean up code and move things around