-
Notifications
You must be signed in to change notification settings - Fork 5
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
Create phpunit tests #69
Comments
Made refactoring to separate seracheing / filtering tests into separate method (see 97e2a0c).
Debugging shown that it appears after test_query_db_cached() had been executed and before test_basic_search_filtering_cached() started. Have tried @runTestsInSeparateProcesses and @runInSeparateProcess but without success. |
…atepicker() (#69) got error 1) local_wunderbyte_table\base_test::test_filter_datepicker PHPUnit\Framework\Exception: PHP Fatal error: Uncaught Exception: Serialization of 'PgSql\Connection' is not allowed in Standard input code:87 Stack trace: #0 Standard input code(87): serialize(Array) #1 Standard input code(127): __phpunit_run_isolated_test() #2 {main} thrown in Standard input code on line 87
Currently, we have mostly behat tests in place.
We need the following unit tests, to help make sure that all the functionality still works during development.
The text was updated successfully, but these errors were encountered: