PHP Classes

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

Recommend this page to a friend!
  Classes of Moamen Eltouny   Laravel Module Generator   src/Core/Commands/stubs/pest.test.stub   Download  
File: src/Core/Commands/stubs/pest.test.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: 109 bytes
 

Contents

Class file image Download
<?php

test
('example', function () {
   
$response = $this->get('/');

   
$response->assertStatus(200);
});