Fixtures.md
905 Bytes
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()
public static add($name, $data)
cleanup()
public static cleanup()
get()
public static get($name)
Reference is taken from the source code. Help us to improve documentation. Edit module reference