Gc\User\VisitorTest::testGetUrlsViews PHP Method

testGetUrlsViews() public method

Test
public testGetUrlsViews ( ) : void
return void
    public function testGetUrlsViews()
    {
        $this->assertInternalType('array', $this->object->getUrlsViews('TEST'));
        $this->assertInternalType('array', $this->object->getUrlsViews('HOUR'));
        $this->assertInternalType('array', $this->object->getUrlsViews('DAY'));
        $this->assertInternalType('array', $this->object->getUrlsViews('MONTH'));
        $this->assertInternalType('array', $this->object->getUrlsViews('YEAR'));
    }