The class RevisionTreeIndexTest.php has the comment


/**
 * Test the methods on the RevisionTreeIndex class.
 *
 * @group multiversion
 *
 * @todo: Test more entity types, like in \Drupal\multiversion\Tests\EntityStorageTest
 */
class RevisionTreeIndexTest extends MultiversionWebTestBase {

CommentFileSizeAuthor
#4 2597486-4.patch5.35 KBheddn
#3 2597486.patch5.2 KBheddn

Comments

stevector created an issue. See original summary.

dixon_’s picture

Priority: Normal » Major

Bumping priority on everything related to tests...

heddn’s picture

Status: Active » Needs review
StatusFileSize
new5.2 KB

Here's a basic test of terms. Which seem particularly problematic for me right now.

heddn’s picture

StatusFileSize
new5.35 KB

This gets paragraphs to pass. Not sure what the deal is with terms.

Testing Drupal\Tests\multiversion\Kernel\TermTest
E                                                                   1 / 1 (100%)

Time: 2.09 seconds, Memory: 6.00MB

There was 1 error:

1) Drupal\Tests\multiversion\Kernel\TermTest::testTermCreation
Trying to get property of non-object
multiversion/tests/src/Kernel/MultiversionTestBase.php:53
multiversion/tests/src/Kernel/TermTest.php:58
jeqq’s picture

Status: Needs review » Needs work