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

Ошибка при тестировании в phpunit 8.1 #292

Closed
execut opened this issue May 15, 2019 · 1 comment · Fixed by #318
Closed

Ошибка при тестировании в phpunit 8.1 #292

execut opened this issue May 15, 2019 · 1 comment · Fixed by #318

Comments

@execut
Copy link
Contributor

execut commented May 15, 2019

Failed asserting that two arrays are equal.
Expected
Array (
0 => Array (
'name' => 'email'
'type' => 'textInput'
'enableError' => true
)
)
Actual
Array (
0 => Array (
'name' => 'email'
'type' => 'textInput'
)
)

@execut
Copy link
Contributor Author

execut commented May 15, 2019

Я не уверен, может быть дело в новой версии phpunit. В 5.7 есть такая ошибка?

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

Successfully merging a pull request may close this issue.

1 participant