PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Sergii Pryz   Object Manager Factory   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Object Manager Factory
Factory to create objects by name using reflection
Author: By
Last change:
Date: 7 years ago
Size: 282 bytes
 

Contents

Class file image Download
language: php php: - "5.6" - "7.0" cache: directories: - vendor before_script: - composer install script: - mkdir -p build/logs - php vendor/bin/phpunit -c tests/phpunit.xml.dist --coverage-clover build/logs/clover.xml after_script: - php vendor/bin/coveralls