PHP Classes

File: modules/system/console/scaffold/test/pest.stub

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/console/scaffold/test/pest.stub   Download  
File: modules/system/console/scaffold/test/pest.stub
Role: Example script
Content type: text/plain
Description: Example script
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 8 months ago
Size: 109 bytes
 

Contents

Class file image Download
<?php

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

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