PHP Classes

File: tests/Unit/ExampleTest.php

Recommend this page to a friend!
  Classes of DeGraciaMathieu   PHP GIT Insights Analyzer   tests/Unit/ExampleTest.php   Download  
File: tests/Unit/ExampleTest.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP GIT Insights Analyzer
Present report of PHP projects in a Git repository
Author: By
Last change:
Date: 2 months ago
Size: 71 bytes
 

Contents

Class file image Download
<?php

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