Codeception\Util\Fixtures
Really basic class to store data in global array and use it in Cests/Tests.
<?php
Fixtures::add('user1', ['name' => 'davert']);
Fixtures::get('user1');
?>
add
static
cleanup
static
get
static
Reference is taken from the source code. Help us to improve documentation. Edit module reference