PHP Classes

File: tests/Feature/ExampleTest.php

Recommend this page to a friend!
  Packages of Hichem Taboukouyout   Namecrement PHP   tests/Feature/ExampleTest.php   Download  
File: tests/Feature/ExampleTest.php
Role: Unit test script
Content type: text/plain
Description: Example script
Class: Namecrement PHP
Generate names that follow an incremental pattern
Author: By
Last change:
Date: 13 days ago
Size: 71 bytes
 

Contents

Class file image Download
<?php

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