web-test.php 126 Bytes
Newer Older
1 2 3 4 5 6 7
<?php

$config = require(__DIR__ . '/web.php');

// ... customize $config for the "test" environment here...

return $config;