PHPackages                             enlitepro/enlite-test - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. enlitepro/enlite-test

ActiveLibrary

enlitepro/enlite-test
=====================

Helpers for testing

110PHP

Since Sep 3Pushed 12y ago1 watchersCompare

[ Source](https://github.com/enlitepro/enlite-test)[ Packagist](https://packagist.org/packages/enlitepro/enlite-test)[ RSS](/packages/enlitepro-enlite-test/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Installation
============

[](#installation)

Modify `TestConfig.php.dist` and change glob path options to:

```
'config_glob_paths' => array(
    'config/autoload/{,*.}{global,local}.php',
    __DIR__ . "/global.php"
)

```

Create file `glob.php` near id `test` directory with options like this

```
