Loading core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -644,7 +644,7 @@ public function testDotted() { $this->queryResults = $this->entityStorage->getQuery() ->notExists('does.not.exist') ->execute(); $this->assertResults($all); $this->assertResults(['1', '2', '3', '4', '5', '6', '7']); } /** Loading Loading
core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -644,7 +644,7 @@ public function testDotted() { $this->queryResults = $this->entityStorage->getQuery() ->notExists('does.not.exist') ->execute(); $this->assertResults($all); $this->assertResults(['1', '2', '3', '4', '5', '6', '7']); } /** Loading