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

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

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