diff --git a/core/modules/node/src/Tests/NodeTypeTest.php b/core/modules/node/src/Tests/NodeTypeTest.php index 7b7c50a..28543a6 100644 --- a/core/modules/node/src/Tests/NodeTypeTest.php +++ b/core/modules/node/src/Tests/NodeTypeTest.php @@ -205,6 +205,7 @@ function testNodeTypeDeletion() { $this->clickLink(t('Delete')); $this->assertResponse(200); $this->drupalPostForm(NULL, array(), t('Delete')); + $this->resetAll(); $this->assertFalse((bool) NodeType::load('default'), 'Node type with machine default deleted.'); }