PHP Classes

File: tests/Feature/InspireCommandTest.php

Recommend this page to a friend!
  Classes of DeGraciaMathieu   PHP Line Length Detector   tests/Feature/InspireCommandTest.php   Download  
File: tests/Feature/InspireCommandTest.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Line Length Detector
Detect the line length of PHP source code files
Author: By
Last change:
Date: 1 year ago
Size: 99 bytes
 

Contents

Class file image Download
<?php

it
('inspires artisans', function () {
   
$this->artisan('inspire')->assertExitCode(0);
});