web-test.php 126 B

1234567
  1. <?php
  2. $config = require(__DIR__ . '/web.php');
  3. // ... customize $config for the "test" environment here...
  4. return $config;