goodby / assertion
Installs: 34
Dependents: 2
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/goodby/assertion
Requires
- php: >=5.4.0
Requires (Dev)
- mockery/mockery: >=0.7.2
- phpunit/phpunit: 3.7.*
- squizlabs/php_codesniffer: 1.*
- suin/php-expose: >=1.0
This package is auto-updated.
Last update: 2025-10-06 11:01:50 UTC
README
What is Assertion?
editing...
Requirements
editing...
Installation
Install composer in your project:
curl -s http://getcomposer.org/installer | php
Create a composer.json
file in your project root:
{ "require": { "goodby/assertion": "*" } }
Install via composer:
php composer.phar install
License
Assertion is open-sourced software licensed under the MIT License - see the LICENSE file for details
Documentation
editing...
Contributing
Checkout master source code from github:
hub clone goodby/assertion
Install develpment components via composer:
# 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.
Run phpunit:
./vendor/bin/phpunit
Coding Standard
We follows coding standard PSR-2.
Check if your codes follows PSR-2 by phpcs:
./vendor/bin/phpcs --standard=PSR2 src/
Acknowledgement
This project was automatically generated by "Goodby Setup".