BrowscapTest\Data\DataCollectionTest::testAddSourceFileThrowsExceptionIfNoLitePropertyIsAvailable PHP Method

testAddSourceFileThrowsExceptionIfNoLitePropertyIsAvailable() public method

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