BrowscapPHPTest\Helper\SupportTest::testGetUserAgentWithoutSource PHP Method

testGetUserAgentWithoutSource() public method

tests that an empty useragent is returned without source
    public function testGetUserAgentWithoutSource()
    {
        $object = new Support();
        self::assertSame('', $object->getUserAgent());
    }