BrowscapTest\Data\DataCollectionTest::testCheckPropertyWithoutParent PHP Method

testCheckPropertyWithoutParent() public method

    public function testCheckPropertyWithoutParent()
    {
        $this->object->setLogger($this->logger);
        $properties = ['Version' => 'abc'];
        $this->object->checkProperty('test', $properties);
    }
DataCollectionTest