PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Jorge Castro   PHP State Machine One   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP State Machine One
Process transitions in a state machine
Author: By
Last change: * 1.8 2019-07-29 Some cleaups and methods setPdoOne() and getPdoOne();
Revert php-5.6 support
Test enhancement
Date: 4 years ago
Size: 131 bytes
 

Contents

Class file image Download
language: php php: - '5.6' - '7.0' - '7.1' - '7.2' - '7.3' install: - composer install script: - ./vendor/bin/phpunit