You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This simplifies a couple of things. The Makefile targets are now moved to the
webapp folder which also make the process easier to read IMO. The option
to set the libvendor dir with configure has now also been removed as it
lead to issues and we can't think of good usecases for them. Also moved
the phpstan files to the webapp folder as we only test code from within
that folder which simplifies the config.
Also removed some unrelated unused MySQL debugging and refactored the
code for the composer test after fixing the tests.
FLTR0="-E '#DataTables_Table_0 > tbody > tr > td > a','#menuDefault > a','#filter-card > div > div > div > span > span:nth-child(1) > span > ul > li > input',.problem-badge"
136
-
FLTR1="'html > body > div > div > div > div > div > div > table > tbody > tr > td > a > span'"
136
+
FLTR1="'html > body > div > div > div > div > div > div > table > tbody > tr > td > a > span','html > body > div > div > div > div > div > div > form > div > div > div > label'"
0 commit comments