PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Samuel Adeshina   Rando   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Rando
Random data generator of several types for testing
Author: By
Last change:
Date: 7 years ago
Size: 141 bytes
 

Contents

Class file image Download
language: php php: - '7.0' install: - composer install - composer dump-autoload script: phpunit --bootstrap vendor/autoload.php tests/*