PHP Classes

File: tests/Unit/ExampleTest.php

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Lara Filament   tests/Unit/ExampleTest.php   Download  
File: tests/Unit/ExampleTest.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Lara Filament
Blog post management and publication system
Author: By
Last change:
Date: 7 days ago
Size: 81 bytes
 

Contents

Class file image Download
<?php

test
('that true is true', function () {
   
expect(true)->toBeTrue();
});