Blame view

tests/config/main.php 106 Bytes
a63b5418   Administrator   first_commit
1
  <?php
a63b5418   Administrator   first_commit
2
  return [
811bbfad   Mihail   add custom test f...
3
4
5
6
      'id' => 'app-test',
      'basePath' => dirname(__DIR__),
      'bootstrap' => ['log'],
  ];