validation icon indicating copy to clipboard operation
validation copied to clipboard

Improve assertion and testing classes autoloading

Open peter279k opened this issue 5 years ago • 0 comments

Changed log

  • Using the assertArrayNotHasKey to assert expected array has the key.
  • Add the php-7.3 and php-7.4 version tests during Travis CI building.
  • Using the Rakit\Validation\Tests\Rules; namespace for classes on tests/Rules folder and it can be compatible with the PSR-4 autoloader.

peter279k avatar Dec 07 '20 16:12 peter279k