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

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

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