PHP Classes

File: tests/ArchTest.php

Recommend this page to a friend!
  Packages of tomloprod   Memoize   tests/ArchTest.php   Download  
File: tests/ArchTest.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Memoize
Store and retrieve cache values in arrays
Author: By
Last change: Update of tests/ArchTest.php
Date: 6 months ago
Size: 165 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

arch('globals')
    ->
expect(['dd', 'dump', 'ray', 'die', 'var_dump', 'sleep', 'dispatch', 'dispatch_sync'])
    ->
not->toBeUsed();