PHP Classes

File: src/stubs/pest.stub

Recommend this page to a friend!
  Classes of Angel Campos   Atlas catalog   src/stubs/pest.stub   Download  
File: src/stubs/pest.stub
Role: Example script
Content type: text/plain
Description: Example script
Class: Atlas catalog
API to provide details of APIs of an organization
Author: By
Last change:
Date: 1 month ago
Size: 109 bytes
 

Contents

Class file image Download
<?php

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

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