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

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

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