We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have only 1 method Unit Tested on Imedia\Ammit\UI\Resolver\Validator\PragmaticRawValueValidator
Imedia\Ammit\UI\Resolver\Validator\PragmaticRawValueValidator
In tests/units/UI/Resolver/Validator/PragmaticRawValueValidator.php
tests/units/UI/Resolver/Validator/PragmaticRawValueValidator.php
mustBeUuid()
test_it_gets_value_even_if_uuid_invalid
test_it_gets_value_even_if_uuid_valid
mustHaveLengthBetween()
test_it_gets_value_even_if_length_invalid
test_it_gets_value_even_if_length_valid
mustBeEmailAddress()
test_it_gets_value_even_if_email_invalid
test_it_gets_value_even_if_email_valid
test_it_gets_value_even_if_string_empty_detected
test_it_gets_value_even_if_string_empty_invalid
test_it_gets_value_even_if_valid
test_it_gets_value_even_if_string_empty_valid
Atoum Doc: http://atoum.org/
Unit test can be run via:
docker/bin/php bin/atoum tests/units/UI/Resolver/Validator/PragmaticRawValueValidator.php
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Pain Point
We have only 1 method Unit Tested on
Imedia\Ammit\UI\Resolver\Validator\PragmaticRawValueValidator
TODO
In
tests/units/UI/Resolver/Validator/PragmaticRawValueValidator.php
mustBeUuid()
test_it_gets_value_even_if_uuid_invalid
test_it_gets_value_even_if_uuid_valid
mustHaveLengthBetween()
test_it_gets_value_even_if_length_invalid
test_it_gets_value_even_if_length_valid
mustBeEmailAddress()
test_it_gets_value_even_if_email_invalid
test_it_gets_value_even_if_email_valid
test_it_gets_value_even_if_string_empty_detected
test_it_gets_value_even_if_string_empty_invalid
test_it_gets_value_even_if_valid
test_it_gets_value_even_if_string_empty_valid
Atoum Doc:
http://atoum.org/
Unit test can be run via:
The text was updated successfully, but these errors were encountered: