Commit graph

8 commits

Author SHA1 Message Date
William Espindola
99466513b2
Apply contribution guidelines to "Bsn" rule 2018-06-10 13:01:10 -03:00
Henrique Moody
ef975629f3
Changes on PHP-CS-Fixer configuration
Because of `declare(strict_types=1)` some changes were necessary.
2018-01-04 17:59:37 +01:00
Henrique Moody
fa030637cc
Fix wrong call to PHPUnit assertions
The assertion methods are all static, therefore they should be called
with self::assert* instead of $this->assert*.
2017-11-12 14:35:19 +01:00
Gabriel Caruso
93ce9cb93a
Updated to PHPUnit 6 2017-11-12 14:22:22 +01:00
Henrique Moody
d67394cd39
Escape fully qualified class names 2017-02-04 14:01:14 +01:00
Henrique Moody
9c49dd3bcf Use short array syntax 2015-10-17 22:56:32 -03:00
Paulo Eduardo
aa13468d04 Refactor test of "Bsn" rule
- Remove Dead Code
- Increase Code Coverage
2015-10-17 14:20:45 -03:00
Ronald Drenth
8cab57052e Create "Bsn" rule 2015-10-16 22:19:33 +02:00