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

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

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