Commit graph

15 commits

Author SHA1 Message Date
Henrique Moody a0cfd94d51
Update contribution guidelines 2018-01-07 14:53:12 +01:00
Gabriel Caruso 93ce9cb93a
Updated to PHPUnit 6 2017-11-12 14:22:22 +01:00
Henrique Moody 183b3a5f1c Update contributing guidelines 2015-11-18 05:47:35 -02:00
Rogerio Prado de Jesus e44b93f055 Create "composer test" command in order to run phpunit tests
As the project already is installed via composer, this command
could save a few keystrokes!

Besides that, is just one command for all OS, because will not be
needed to change slashes to backslashes in Windows.

*X      (21 keystrokes): `./vendor/bin/phpunit`
Windows (21 keystrokes): `.\vendor\bin\phpunit`
New (14 keystrokes):     `composer test`

https://getcomposer.org/doc/articles/scripts.md#writing-custom-commands
2015-10-19 10:12:55 -02:00
Henrique Moody 477b1458bf Update "CONTRIBUTING.md" file 2015-10-18 20:26:33 -02:00
Henrique Moody 9c49dd3bcf Use short array syntax 2015-10-17 22:56:32 -03:00
Henrique Moody 9b85df4601 Rename rule "Int" to "IntVal" 2015-10-07 11:46:57 -03:00
Henrique Moody c6dcba9fac Create "CHANGELOG.md" file 2015-10-07 02:56:23 -03:00
Henrique Moody c39e7fb08c Standard for "See also:" on documentation 2015-08-20 01:38:41 -03:00
Marcel Voigt 4329252709 Suggest php-cs-fixer and add default config
See .php_cs for default configuration. Install php-cs-fixer globally and run
  php-cs-fixer fix
to fix common coding standards or style issues.
2015-08-10 20:22:04 +02:00
Henrique Moody cb7cd9bcbf Update "See also" section in *.md files
Create an horizontal rule right before the block.
2015-02-21 07:35:02 -02:00
Henrique Moody f422020d0e Update documentation 2015-02-12 14:37:33 -02:00
Henrique Moody 60965a82e5 Update contributing guidelines 2015-02-01 10:43:20 -02:00
Henrique Moody 2b97bbba22 Update PHPUnit settings
- Move "tests/phpunit.xml" to "phpunit.xml.dist"
- Update documentation and contributing documents
- Update Travis settings
- Add "phpunit.xml" in the Git ignore list
2015-01-07 16:02:58 -02:00
Henrique Moody 5778853934 Add CONTRIBUTING.md to the repository 2015-01-02 19:05:23 -02:00