respect-validation/tests/unit
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
..
Exceptions Update version of PHPStan packages 2020-07-25 22:50:59 +02:00
Helpers Turn LICENSE file into plain/text 2019-05-23 16:21:34 +02:00
Rules Check "bcmath" extension before executing tests 2020-10-04 11:21:36 +02:00
FactoryTest.php Update version of "respect/coding-standard" 2020-07-21 22:54:41 +02:00
ValidatorTest.php Turn LICENSE file into plain/text 2019-05-23 16:21:34 +02:00