PHP Classes

File: .scrutinizer.yml

Recommend this page to a friend!
  Classes of Lucas de Oliveira   PHP Copy Object Properties to Another   .scrutinizer.yml   Download  
File: .scrutinizer.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Copy Object Properties to Another
Copy the values of attributes to another object
Author: By
Last change:
Date: 4 years ago
Size: 274 bytes
 

Contents

Class file image Download
before_commands: - "composer install" build: tests: override: - command: 'vendor/bin/phpunit --coverage-clover=coverage.xml' coverage: file: 'coverage.xml' format: 'clover'