/
pashko
/
siec
Обзор
Документация
Войти
/
pashko
/
siec
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
backend/tests/functional/_bootstrap.php
16 строк
334 B
pash lenovo
files all
10 окт 2019, 13:36
10 окт 2019, 13:36
448df97
Код
Авторство
О чём код?
<?php /** * Here you can initialize variables via \Codeception\Util\Fixtures class * to store data in global array and use it in Cests. * * ```php * // Here _bootstrap.php * \Codeception\Util\Fixtures::add('user1', ['name' => 'davert']); * ``` * * In Cests * * ```php * \Codeception\Util\Fixtures::get('user1'); * ``` */