PHP Classes

File: tests/Unit/ExampleTest.php

Recommend this page to a friend!
  Classes of Angel Campos   PHP Mac Address Lookup   tests/Unit/ExampleTest.php   Download  
File: tests/Unit/ExampleTest.php
Role: Unit test script
Content type: text/plain
Description: Test script
Class: PHP Mac Address Lookup
Look up a hardware vendor for a device Mac address
Author: By
Last change:
Date: 2 years ago
Size: 71 bytes
 

Contents

Class file image Download
<?php

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