PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Alexandre   Doubles   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Doubles
Create mock objects by doubling a given class
Author: By
Last change:
Date: 4 years ago
Size: 603 bytes
 

Contents

Class file image Download
language: php matrix: include: - php: 7.0 env: - PHPUNIT_VERSION=6.* - php: 7.1 env: - PHPUNIT_VERSION=6.* - php: 7.1 env: - PHPUNIT_VERSION=7.* - php: 7.2 env: - PHPUNIT_VERSION=6.* - php: 7.2 env: - PHPUNIT_VERSION=7.* - php: 7.2 env: - PHPUNIT_VERSION=8.* - php: 7.3 env: - PHPUNIT_VERSION=6.* - php: 7.3 env: - PHPUNIT_VERSION=7.* - php: 7.3 env: - PHPUNIT_VERSION=8.* install: - composer require phpunit/phpunit:$PHPUNIT_VERSION;