BrowscapTest\Data\DataCollectionTest::testAddEnginesFileThrowsExceptionIfFileContainsNoProperties PHP Method

testAddEnginesFileThrowsExceptionIfFileContainsNoProperties() public method

    public function testAddEnginesFileThrowsExceptionIfFileContainsNoProperties()
    {
        $this->object->addEnginesFile(__DIR__ . '/../../fixtures/engines/engines-without-properties.json');
    }
DataCollectionTest