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

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

    public function testAddPlatformsFileThrowsExceptionIfFileContainsNoData()
    {
        $this->object->addPlatformsFile(__DIR__ . '/../../fixtures/platforms/platforms-without-data.json');
    }
DataCollectionTest