respect-validation/tests
Henrique Moody ed304f3406
Check "bcmath" extension before executing tests
Although BCMath is necessary to execute "Ip" and "Iban" rules, we not
required that in the "composer.json" file. That's because if someone
wants to use the library, but doesn't want to use those rules, they
would not need to install that extension.

However, when executing the tests, they will break. This commit will
verify whether the extension exists to test "Ip" and "Iban" rules.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2020-10-04 11:21:36 +02:00
..
fixtures Update PHP support 2018-12-02 11:09:24 +01:00
integration Check "bcmath" extension before executing tests 2020-10-04 11:21:36 +02:00
library Update version of PHPUnit package 2020-08-26 09:47:59 +02:00
unit Check "bcmath" extension before executing tests 2020-10-04 11:21:36 +02:00