PHP Classes

File: tests/app/config/test.php

Recommend this page to a friend!
  Packages of Wolfy-J   spiral   tests/app/config/test.php   Download  
File: tests/app/config/test.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: spiral
Modular Web application development framework
Author: By
Last change: Apply Spiral Code Style
Merge branch '3.0' into feature/view-global-variables
- added auth component
- new CS fixes in compliance with PSR-12
- minor improvements in session scopes
- automatic CS fixing
[feature] PSR-2 code style fix
Date: 2 months ago
Size: 77 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

return [
   
'key' => env('TEST_VALUE'),
];