/
var
/
www
/
vhosts
/
nabawater
/
frontend
/
tests
/
unit
/
/var/www/vhosts/nabawater/frontend/tests/unit
mkdir
upload
Name
Size
Mode
Actions
models/
-
0755
rm
_bootstrap.php
335
0644
edit
dl
rm
Edit:
/var/www/vhosts/nabawater/frontend/tests/unit/_bootstrap.php
(335B)
<?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'); * ``` */
Save
'davert']); * ``` * * In Tests * * ```php * \Codeception\Util\Fixtures::get('user1'); * ``` */