/
Ladlen
/
apple
Обзор
Документация
Войти
/
Ladlen
/
apple
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
frontend/tests/unit/_bootstrap.php
16 строк
335 B
Ladlen
first commit
22 апр 2020, 02:29
22 апр 2020, 02:29
805134f
Код
Авторство
О чём код?
<?php /** * Here you can initialize variables via \Codeception\Util\Fixtures class * to store data in global array and use it in Tests. * * ```php * // Here _bootstrap.php * \Codeception\Util\Fixtures::add('user1', ['name' => 'davert']); * ``` * * In Tests * * ```php * \Codeception\Util\Fixtures::get('user1'); * ``` */