Commit graph

8 commits

Author SHA1 Message Date
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
6f5c623926
Use class constant instead of FQCN 2016-10-30 20:16:13 +01:00
Henrique Moody
b1d0acc2e5 Fix some coding standards with php-cs-fixer 2016-03-04 21:42:27 -03:00
Emmerson
722ee22538 Create AbstractCtypeRule test 2015-11-04 15:34:49 -02:00
Emmerson
6f77f8ac9b Create AbstractFilterRule test 2015-11-04 15:34:48 -02:00
Emmerson
b7684b42f5 Create AbstractRegexRule test 2015-11-04 15:34:48 -02:00