TokenTest is failing
Problem/Motivation
Currently, the TokenTest is failing with this error:
1) Drupal\Tests\eca\Kernel\TokenTest::testTokenAlias
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'Token aliases are awesome!'
+'But please do not replace me by an alias...'
/var/www/html/vendor/phpunit/phpunit/src/Framework/Constraint/IsEqual.php:100
/var/www/html/web/modules/contrib/eca/tests/src/Kernel/TokenTest.php:78
/var/www/html/vendor/phpunit/phpunit/src/Framework/TestResult.php:703
What was necessary as well for both TokenTest and ConditionTest, is to add context_stack to the modules array. I've done that already and committed that to the dev release.
Edited by drupalbot