validation
validation copied to clipboard
Improve assertion and testing classes autoloading
Changed log
- Using the
assertArrayNotHasKeyto assert expected array has the key. - Add the
php-7.3andphp-7.4version tests during Travis CI building. - Using the
Rakit\Validation\Tests\Rules;namespace for classes ontests/Rulesfolder and it can be compatible with thePSR-4autoloader.