Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 787 Bytes

DEVELOPER_GUIDELINE.md

File metadata and controls

18 lines (14 loc) · 787 Bytes

Developing Cloudinary PHP

Code style

Recommended Standards

All code should follow the following standards:

PHP Code Size Control

All code should meet default configuration of PHPMD

Tests Coverage

All code must be covered by tests using PHPUnit For functional tests unique IDs should be used and after test is done all data from remote server should be removed.