Blame view

tests/config/main.php 106 Bytes
b50f5ce3   Yarik   test
1
2
3
4
5
6
  <?php
  return [
      'id' => 'app-test',
      'basePath' => dirname(__DIR__),
      'bootstrap' => ['log'],
  ];