PHP Classes

File: tests/ExampleTest.php

Recommend this page to a friend!
  Classes of Dominique Vienne   Laravel Magic   tests/ExampleTest.php   Download  
File: tests/ExampleTest.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Laravel Magic
Helper controller, request, and model classes
Author: By
Last change:
Date: 1 year ago
Size: 70 bytes
 

Contents

Class file image Download
<?php

it
('can test', function () {
   
expect(true)->toBeTrue();
});