BrowscapTest\Data\DataCollectionTest::testCheckPropertyWithoutDeviceType PHP Метод

testCheckPropertyWithoutDeviceType() публичный Метод

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