PHP Classes

File: tests/ArchTest.php

Recommend this page to a friend!
  Classes of Omar Andrés Barbosa Ortiz   Easy Blog   tests/ArchTest.php   Download  
File: tests/ArchTest.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Easy Blog
Provide a blog as a Laravel service
Author: By
Last change:
Date: 4 days ago
Size: 116 bytes
 

Contents

Class file image Download
<?php

arch
('it will not use debugging functions')
    ->
expect(['dd', 'dump', 'ray'])
    ->
each->not->toBeUsed();