Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 751 Bytes

CONTRIBUTING.md

File metadata and controls

43 lines (29 loc) · 751 Bytes

Contributing to Glance

git clone git://github.com/roggeo/glance.git
cd Glance

Retrieve Glance's dependencies using Composer:

composer install

Linux

You can test the project using the commands:

$ vendor/bin/phpunit

Windows

You can test the project using the commands:

> vendor\bin\phpunit

No test should fail.

You can tweak the PHPUnit's settings by copying phpunit.xml.dist to phpunit.xml and changing it according to your needs.

Standards

We are trying to follow the PHP-FIG's standards, so when you send us a pull request, be sure you are following them.


See also: