Closed (fixed)
Project:
Select2 Boxes
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2018 at 13:56 UTC
Updated:
6 May 2018 at 16:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
valentine94Sorry, forgot the tests :)
Comment #4
valentine94Looks like tests couldn't install contrib modules if we just specifying them in the tests. It is working for Select2 Bef sub-module, e.g. this module has a dependency to the Better Exposed Filters module, that's why it get's correctly installed. I'm leaving a patch with a fix only here and will take a look for any possible workarounds for installing our soft-dependencies to make some integration tests
Comment #5
valentine94Comment #6
valentine94OK, looks like Drupal tests(Javascript Functional tests) not allows to install additional module that aren't under a dependencies list within a test. It is allowed only for Kernel tests(integration tests), but Kernel tests are the back-end tests, e.g. it's can be used to test some back-end functionalities, calculations etc. but not the front-end behaviors. Since this module is front-end tool firstly - we have to test it using front-end based testing
Comment #7
matsbla commentedOkay lest just fix the undefined variable for now and look into tests for it later!
Comment #9
matsbla commented