Loading core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php +0 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ namespace Drupal\Tests\statistics\Functional; use Drupal\Core\Database\Database; use Drupal\Tests\BrowserTestBase; use Drupal\node\Entity\Node; Loading Loading @@ -99,8 +98,6 @@ protected function setUp(): void { ->set('count_content_views', 1) ->save(); // Clear the logs. Database::getConnection()->truncate('node_counter'); $this->client = \Drupal::httpClient(); } Loading Loading
core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php +0 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ namespace Drupal\Tests\statistics\Functional; use Drupal\Core\Database\Database; use Drupal\Tests\BrowserTestBase; use Drupal\node\Entity\Node; Loading Loading @@ -99,8 +98,6 @@ protected function setUp(): void { ->set('count_content_views', 1) ->save(); // Clear the logs. Database::getConnection()->truncate('node_counter'); $this->client = \Drupal::httpClient(); } Loading