Skip to content
New issue

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

Form integration test failure #5

Closed
dzubchik opened this issue Mar 9, 2017 · 0 comments
Closed

Form integration test failure #5

dzubchik opened this issue Mar 9, 2017 · 0 comments

Comments

@dzubchik
Copy link
Contributor

dzubchik commented Mar 9, 2017

Don't understand why CI does not fail. This is TransformationFailedException in form because of integer values in choices.

There was 1 failure:

  1. ConvenientImmutability\Test\FormIntegrationTest::it_works_with_a_standard_use_case_for_command_objects
    Failed asserting that two objects are equal.
    --- Expected
    +++ Actual
    @@ @@
    ConvenientImmutability\Test\Resources\OrderSeats Object (
    '_defaultValues' => Array (...)
    '_userDefinedValues' => Array (
    'id' => Ramsey\Uuid\Uuid Object (...)
    'userId' => 1
  •    'seatNumbers' => Array (...)
    
    )
    '_userDefinedProperties' => Array (...)
    )

/home/dzubchik/tmp/dz-c/test/FormIntegrationTest.php:30

FAILURES!
Tests: 8, Assertions: 11, Failures: 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants