Spec-Zone.ru › Laravel 5.8

InteractsWithDatabase

trait InteractsWithDatabase (View source)

Методы

$this assertDatabaseHas(string $table, array $data, string|null $connection = null)

Утверждение, что заданное условие WHERE существует в базе данных.

$this assertDatabaseMissing(string $table, array $data, string|null $connection = null)

Утверждение, что заданное условие WHERE отсутствует в базе данных.

$this assertSoftDeleted(string|Модель $table, array $data = [], string|null $connection = null)

Утверждение, что заданная запись была удалена.

Подключение getConnection(string|null $connection = null)

Получение подключения к базе данных.

$this seed(array|string $class = 'DatabaseSeeder')

Заполнение заданного подключения к базе данных.

Подробности

protected $this assertDatabaseHas(string $table, array $data, string|null $connection = null)

Утверждение, что заданное условие WHERE существует в базе данных.

Параметры

string $table
array $data
string|null $connection

Возвращаемое значение

$this

protected $this assertDatabaseMissing(string $table, array $data, string|null $connection = null)

Утверждение, что заданное условие WHERE отсутствует в базе данных.

Параметры

string $table
array $data
string|null $connection

Возвращаемое значение

$this

protected $this assertSoftDeleted(string|Модель $table, array $data = [], string|null $connection = null)

Утверждение, что заданная запись была удалена.

Параметры

string|Модель $table
array $data
string|null $connection

Возвращаемое значение

$this

protected Подключение getConnection(string|null $connection = null)

Получение подключения к базе данных.

Параметры

string|null $connection

Возвращаемое значение

Подключение

$this seed(array|string $class = 'DatabaseSeeder')

Заполнение заданного подключения к базе данных.

Параметры

array|string $class

Возвращаемое значение

$this

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.8/Illuminate/Foundation/Testing/Concerns/InteractsWithDatabase.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API