respect-validation/tests/integration
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
..
readme Update version of PHPUnit package 2020-08-26 09:47:59 +02:00
rules Check "bcmath" extension before executing tests 2020-10-04 11:21:36 +02:00
assert-with-attributes.phpt Update version of PHPStan packages 2020-07-25 22:50:59 +02:00
assert-with-keys.phpt Update version of "respect/coding-standard" 2020-07-21 22:54:41 +02:00
do_not_rely_on_nested_validation_exception_interface_for_check.phpt Apply "SlevomatCodingStandard.TypeHints.DeclareStrictTypes" 2019-02-09 14:11:12 +01:00
get_full_message_should_include_all_validation_messages_in_a_chain.phpt Apply "SlevomatCodingStandard.TypeHints.DeclareStrictTypes" 2019-02-09 14:11:12 +01:00
get_messages.phpt Apply "SlevomatCodingStandard.TypeHints.DeclareStrictTypes" 2019-02-09 14:11:12 +01:00
get_messages_should_include_all_validation_messages_in_a_chain.phpt Apply "SlevomatCodingStandard.TypeHints.DeclareStrictTypes" 2019-02-09 14:11:12 +01:00
get_messages_with_replacements.phpt Apply "SlevomatCodingStandard.TypeHints.DeclareStrictTypes" 2019-02-09 14:11:12 +01:00
issue-179.phpt Update version of "respect/coding-standard" 2020-07-21 22:54:41 +02:00
issue-425.phpt Apply "SlevomatCodingStandard.TypeHints.DeclareStrictTypes" 2019-02-09 14:11:12 +01:00
issue-446.phpt Apply "SlevomatCodingStandard.TypeHints.DeclareStrictTypes" 2019-02-09 14:11:12 +01:00
issue-619.phpt Apply "SlevomatCodingStandard.TypeHints.DeclareStrictTypes" 2019-02-09 14:11:12 +01:00
issue-727.phpt Apply "SlevomatCodingStandard.TypeHints.DeclareStrictTypes" 2019-02-09 14:11:12 +01:00
issue-739.phpt Apply "SlevomatCodingStandard.TypeHints.DeclareStrictTypes" 2019-02-09 14:11:12 +01:00
issue-796.phpt Update version of "respect/coding-standard" 2020-07-21 22:54:41 +02:00
issue-799.phpt Update version of "respect/coding-standard" 2020-07-21 22:54:41 +02:00
issue-805.phpt Apply "SlevomatCodingStandard.TypeHints.DeclareStrictTypes" 2019-02-09 14:11:12 +01:00
issue-1033.phpt Update version of "respect/coding-standard" 2020-07-21 22:54:41 +02:00
issue-1244.phpt Do not overwrite pre-defined rule name 2020-07-25 20:34:16 +02:00
issue-1289.phpt Update version of "respect/coding-standard" 2020-07-21 22:54:41 +02:00
keys_as_validator_names.phpt Apply "SlevomatCodingStandard.TypeHints.DeclareStrictTypes" 2019-02-09 14:11:12 +01:00
not_should_work_by_builder.phpt Apply "SlevomatCodingStandard.TypeHints.DeclareStrictTypes" 2019-02-09 14:11:12 +01:00
not_with_recursion.phpt Update version of "respect/coding-standard" 2020-07-21 22:54:41 +02:00
not_without_recursion.phpt Update version of "respect/coding-standard" 2020-07-21 22:54:41 +02:00
set_template_with_multiple_validators_should_use_template_as_full_message.phpt Apply "SlevomatCodingStandard.TypeHints.DeclareStrictTypes" 2019-02-09 14:11:12 +01:00
set_template_with_multiple_validators_should_use_template_as_main_message.phpt Apply "SlevomatCodingStandard.TypeHints.DeclareStrictTypes" 2019-02-09 14:11:12 +01:00
set_template_with_single_validator_should_use_template_as_main_message.phpt Apply "SlevomatCodingStandard.Namespaces.UnusedUses" 2019-02-09 14:14:28 +01:00
should_not_overwrite_defined_names.phpt Update version of "respect/coding-standard" 2020-07-21 22:54:41 +02:00
translator-assert.phpt Improve how to customize the Factory 2019-05-12 12:24:44 +02:00
translator-check.phpt Improve how to customize the Factory 2019-05-12 12:24:44 +02:00