'Tests' and 'rules' terms need swapping for files in /tests/src/Kernel/ directory.
Example:
/**
* @file
* Contains \Drupal\rules\Tests\EntityViewTest.
*/
namespace Drupal\Tests\rules\Kernel;
Should be
/**
* @file
* Contains \Drupal\Tests\rules\EntityViewTest.
*/
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 2661362-5.patch | 4.46 KB | miteshmap |
Comments
Comment #2
dpiComment #3
klausiComment #4
dpiThanks, the term was escaping me
Comment #5
miteshmapAdded for all kernel tests.
Comment #6
miteshmapComment #7
klausiCool, can you file a pull request as described in the readme?
Comment #8
miteshmapThanks @klausi, Here it is - https://github.com/fago/rules/pull/385
Comment #9
miteshmapComment #11
klausimerged, thanks!