assertSame((int) $total_count, $statistics->getTotalCount()); $this->assertSame((int) $day_count, $statistics->getDayCount()); $this->assertSame((int) $timestamp, $statistics->getTimestamp()); } public function providerTestStatisticsCount() { return [ [2, 0, 1421727536], [1, 0, 1471428059], [1, 1, 1478755275], ['1', '1', '1478755275'], ]; } }