| layout | doc |
|---|---|
| title | Fixtures - Codeception - Documentation |
Really basic class to store data in global array and use it in Cests/Tests.
{% highlight php %}
'davert']); Fixtures::get('user1'); Fixtures::exists('user1'); ?>{% endhighlight %}
public static add($name, $data)
public static cleanup($name = null)
public static exists($name)
public static get($name)
Reference is taken from the source code. Help us to improve documentation. Edit module reference