PHP Classes

File: src/Core/Commands/stubs/pest.test.unit.stub

Recommend this page to a friend!
  Classes of Moamen Eltouny   Laravel Module Generator   src/Core/Commands/stubs/pest.test.unit.stub   Download  
File: src/Core/Commands/stubs/pest.test.unit.stub
Role: Example script
Content type: text/plain
Description: Example script
Class: Laravel Module Generator
Generate code for modules for Laravel applications
Author: By
Last change:
Date: 2 years ago
Size: 71 bytes
 

Contents

Class file image Download
<?php

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