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

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

    public function testAddPlatformsFileThrowsExceptionIfFileDoesNotExist()
    {
        $file = '/hopefully/this/file/does/not/exist';
        $this->object->addPlatformsFile($file);
    }
DataCollectionTest