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

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

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