BrowscapTest\Data\DataCollectionTest::testAddSourceFileThrowsExceptionIfNoStandardPropertyIsAvailable PHP Method

testAddSourceFileThrowsExceptionIfNoStandardPropertyIsAvailable() public method

checks if a exception is thrown if the lite property is missing
    public function testAddSourceFileThrowsExceptionIfNoStandardPropertyIsAvailable()
    {
        $this->object->addSourceFile(__DIR__ . '/../../fixtures/ua/ua-without-standard-property.json');
    }
DataCollectionTest