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

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

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