/frontend/tests/acceptance/_bootstrap.php
https://bitbucket.org/kanishevv/ofnvrsk · PHP · 16 lines · 1 code · 0 blank · 15 comment · 0 complexity · c53c5bd3d23b4a135dfd1f2b68ca5f6a MD5 · raw file
- <?php
- /**
- * Here you can initialize variables via \Codeception\Util\Fixtures class
- * to store data in global array and use it in Cepts.
- *
- * ```php
- * // Here _bootstrap.php
- * \Codeception\Util\Fixtures::add('user1', ['name' => 'davert']);
- * ```
- *
- * In Cept
- *
- * ```php
- * \Codeception\Util\Fixtures::get('user1');
- * ```
- */