2017 © Pedro Peláez
 

library assertion

image

goodby/assertion

  • Thursday, September 12, 2013
  • by suin
  • Repository
  • 1 Watchers
  • 2 Stars
  • 13 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Assertion

Build Status, (*1)

What is Assertion?

editing..., (*2)

Requirements

editing..., (*3)

Installation

Install composer in your project:, (*4)

curl -s http://getcomposer.org/installer | php

Create a composer.json file in your project root:, (*5)

{
    "require": {
        "goodby/assertion": "*"
    }
}

Install via composer:, (*6)

php composer.phar install

License

Assertion is open-sourced software licensed under the MIT License - see the LICENSE file for details, (*7)

Documentation

editing..., (*8)

Contributing

Checkout master source code from github:, (*9)

hub clone goodby/assertion

Install develpment components via composer:, (*10)

# If you don't have composer.phar
./scripts/bundle-devtools.sh .

# If you have composer.phar
composer.phar install --dev

Unit Testing

We works under test driven development., (*11)

Run phpunit:, (*12)

./vendor/bin/phpunit

Coding Standard

We follows coding standard PSR-2., (*13)

Check if your codes follows PSR-2 by phpcs:, (*14)

./vendor/bin/phpcs --standard=PSR2 src/

Acknowledgement

This project was automatically generated by "Goodby Setup"., (*15)

The Versions