资源说明:<?php
/*
* This file is part of DbUnit.
*
* (c) Sebastian Bergmann
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace PHPUnit\DbUnit;
/**
* An interface for classes that require a list of databases to operate.
*/
interface DatabaseListConsumer
{
/**
* Sets the database for the spec
*
* @param array $databases
*/
public function setDatabases(array $databases);
}uNIT (Understanding and Interaction Technology,理解与交互技术)平台,是由百度重点为中文第三方开发者打造的对话系统开发平台。UNIT搭载业界领先的需求理解与对话管理技术,蕴含百度多年积累的自然语言理解与交互技术、深度学习、大数据等核心能力,可以让智能对话交互快速赋能第三方开发者的产品,让未来更富想象空间。
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。
English
