Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html/rocksensor3/web/core/modules/statistics/tests/src/Unit/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : /var/www/html/rocksensor3/web/core/modules/statistics/tests/src/Unit/StatisticsViewsResultTest.php

<?php

declare(strict_types=1);

namespace Drupal\Tests\statistics\Unit;

use Drupal\statistics\StatisticsViewsResult;
use Drupal\Tests\UnitTestCase;

/**
 * @coversDefaultClass \Drupal\statistics\StatisticsViewsResult
 * @group statistics
 * @group legacy
 */
class StatisticsViewsResultTest extends UnitTestCase {

  /**
   * Tests migration of node counter.
   *
   * @covers ::__construct
   *
   * @dataProvider providerTestStatisticsCount
   */
  public function testStatisticsCount($total_count, $day_count, $timestamp): void {
    $statistics = new StatisticsViewsResult($total_count, $day_count, $timestamp);
    $this->assertSame((int) $total_count, $statistics->getTotalCount());
    $this->assertSame((int) $day_count, $statistics->getDayCount());
    $this->assertSame((int) $timestamp, $statistics->getTimestamp());
  }

  public static function providerTestStatisticsCount() {
    return [
      [2, 0, 1421727536],
      [1, 0, 1471428059],
      [1, 1, 1478755275],
      ['1', '1', '1478755275'],
    ];
  }

}

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net