PHP Classes

File: vendor/gabordemooij/redbean/testing/cli/test_hook_example.php

Recommend this page to a friend!
  Classes of Adrian M   upMVC   vendor/gabordemooij/redbean/testing/cli/test_hook_example.php   Download  
File: vendor/gabordemooij/redbean/testing/cli/test_hook_example.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: upMVC
Pure PHP web development without other frameworks
Author: By
Last change:
Date: 25 days ago
Size: 352 bytes
 

Contents

Class file image Download
<?php

/**
 *
 * Here you can add logic to be executed during the bootstrapping
 * of RedUNIT.
 *
 * You can define/use the following variables:
 *
 * $hookPath -> add 1 additional path which will be searched for unit tests
 * $extraTestsFromHook -> array with additional test packs (will be executed if you pass 'all' argument to CLI runner)
 *
 *
 */