Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 973 Bytes

File metadata and controls

37 lines (19 loc) · 973 Bytes
layout doc
title Fixtures - Codeception - Documentation

Codeception\Util\Fixtures

Really basic class to store data in global array and use it in Cests/Tests.

{% highlight php %}

'davert']); Fixtures::get('user1'); ?>

{% endhighlight %}

public static add($name, $data)

See source

public static cleanup()

See source

public static get($name)

See source

 

Reference is taken from the source code. Help us to improve documentation. Edit module reference