Closed (fixed)
Project:
Name Field
Version:
8.x-1.x-dev
Component:
Testing
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2020 at 14:11 UTC
Updated:
5 Oct 2020 at 17:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jeremyskinner commentedComment #3
jeremyskinner commentedComment #4
jeremyskinner commentedHere's a patch that adds a drupalci.yml as suggested in https://www.drupal.org/node/3112907. Let's see if that works... Edit: Apparently not...
Comment #5
jeremyskinner commentedAh, no the issue was that the tests had already been migrated from simpletest to phpunit, but they hadn't been moved into the correct directories. DrupalCI made a change to generate an error when no tests could be found (rather than silently continuing as it used to). Attached patch moves tests into correct directory structure so they can be found by phpunit.
Comment #6
jeremyskinner commentedAlso fix incorrect namespace in trait
Comment #7
jeremyskinner commentedComment #8
jeremyskinner commentedComment #9
jeremyskinner commentedComment #10
jeremyskinner commentedTests are now all passing.
Comment #11
jeremyskinner commentedComment #13
nkoporeccommited, thanks !